Problem with product variants multiple price update

  • Posts: 64
  • Thank you received: 1
  • Hikashop Business
1 year 6 months ago #345348

-- 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

Attachments:
Last edit: 1 year 6 months ago by yanliom.

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 6 months ago #345357

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:

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.059 seconds
Powered by Kunena Forum