- Posts: 66
- Thank you received: 1
Problem with product variants multiple price update
3 years 11 months ago - 3 years 11 months ago #345348
by yanliom
Problem with product variants multiple price update was created 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
-- 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.
3 years 11 months ago #345357
by nicolas
Replied by nicolas on topic Problem with product variants multiple price update
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:
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
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,
Please Log in or Create an account to join the conversation.
Time to create page: 0.180 seconds