Hello
We have a store running 1.6.1.23 and we used to update prices by importing a CSV that consisted only of the fields "reference #" and "price tax excluded". (ignoring all other fields, using reference # as identifier)
Now we changed the shop to a multistore system (two shops, 1+2) and have some products in each shop, others in both shops.
If I try to import the CSV with the new prices, it only updates the prices in the table "ps_product".
BUT: the prices in the table "ps_product_shop" are not updated this way...
I guess, now with multistore when importing the CSV, we have to specify the field "ID / name of shop" also, am I right?
But what needs to be in this field if a product is used in both shops?
Am I correct that the field "ID / name of shop" should be either:
1 - if the product is only in shop 1
2 - if the product is only in shop 2
1,2 - if the product is used in both shops?
Thanks for your help.