I’m not sure what’s happening but using this template (queldorei.com) I’m unable to update the quantity using CSV import.
Here’s the content of my CSV file:
sku,qty
sku_red,444
sku_green,222
sku_blue,333
However, each time I uploaded it using System > Import/Export > Import > Products : Replace Existing, then it would replace all my products quantity to have : “444” (first record). It’s only taking the first row of the CSV and apply to all my products.
My products setup are:
- Red (Simple) - sku_red
- Green (Simple) - sku_green
- Blue (Simple) - sku_blue
- Main (Configurable Product associated with the 3 products above). - sku_main
I tried to emulate the same thing to the base magento website (non-template) and it worked perfectly.
Could you please let me know how to fix this??
Or probably if you can locate on which file (php) that I can look for that is relevant to the magento Product Import process??
Thank you