Ivan Milic - Networks expert Ivan Milic CEO Ivan Milic

Top Menu

× To post a question you must be signed in.

Question about updating using CSV

24 Feb 2016 07:43 #473 by Jii
Hi

I'm wondering if this module can update virtuemart prices using custom CSV.

Basically I have CSV that has SKU and price and I would like to update virtuemart prices if virtuemart SKU matches. CSV may have more SKUs than virtuemart, those should be ignored. (Items no longer in production/being sold).

In pseudo code it would be something like this

IF (csv.sku == vm.sku)
vm.price = csv.price
ELSE
ignore csv.sku line

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

25 Feb 2016 09:42 #475 by Super User
Replied by Super User on topic Question about updating using CSV
Yes it can.

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

Time to create page: 0.065 seconds