Skip to main content

Problem with product variants multiple price update

More
3 years 11 months ago - 3 years 11 months ago #345348 by yanliom
-- HikaShop version -- : 4.6.1
-- Joomla version -- : 4.2.3

Hello,

I'm trying to update my product prices using a CSV.
My products have variants and each variant has Two prices, one price for registered users and one price for guests.

When I import the CSV I get irregular prices even for same-priced products!

Is it some bug related to the multiple prices used?

I attach you here my CSV in case something went wrong.

Thank you,
Yannis
Last edit: 3 years 11 months ago by yanliom.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #345357 by nicolas
Hi,

If you want to import the prices of products and you want to restrict them to user groups, you need to have the column price_access with the user group ids separated by comma, separated by a |.
So for example:
Code:
product_code;price_value;price_access product1;10|20;,4,6,|,5,7, product2;15|25;,4,6,|,5,7,
This will import the price 10 for the user groups with the id 4 and 6, and the price 20 for the user groups with the id 5 and 7 for the product with the code product1, and the price 15 for the user groups with the id 4 and 6, and the price 25 for the user groups with the id 5 and 7 for the product with the code product2

Please Log in or Create an account to join the conversation.

Time to create page: 0.180 seconds
Powered by Kunena Forum