Column mismatch in Sample_Order.csv
-
Your
WF_CSV_Parser Classexpects a product_id between name and sku in column line_item_x.So, e.g.
name:Red Hat|sku:003|quantity:1|total:100.00
should be
name:Red Hat|product_id:|sku:003|quantity:1|total:100.00Otherwise total is treated as quantity and so on. Hope it helps 😉
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Column mismatch in Sample_Order.csv’ is closed to new replies.