1. Anonymous User
  2. RO CSVI
  3. Monday, 25 May 2026
  4.  Subscribe via email
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?
Attachments (1)
Accepted Answer Pending Moderation
Hello,
When I start it up it says: Price Skipped 1. Message "Missing required fields"

You are missing product_sku field in CSV content and so the error. Instead of using virtuemart_product_id field use product_sku and run the import. See if that solves your issue.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. 2 hours ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!