I'm trying to import prices from csv to virtuemart
CSV file content:
virtuemart_product_id product_price product_currency virtuemart_shoppergroup_id modified_on
141549 369600 RUB 8 1779368322
When I start it up it says: Price Skipped 1. Message "Missing required fields"
The log ends like this: [QUERY] SELECT `virtuemart_currency_id` FROM `dpelq_virtuemart_currencies` WHERE `currency_code_3` = 'RUB' AND `virtuemart_vendor_id` = 1
If you run this query in the database, the result is: it finds one row with the value virtuemart_currency_id = 131
What's the problem?
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!