importing items into urapidflow
I am trying to write a php script that outputs to a csv file which then will get imported into urapidflow pro in magento. I'm a little bit confused when to 开发者_运维知识库use the fixed row format as oppose to a dynamic columns format. Is it possible to only stick to one format?
Any help would be greatly appreciated. Thanks!
I had a hard time finding answers on the web, so for the sake of all I've decided to post the answer here.
Basically to have a successful product import you need 3 different types of csvs:
- Product Import
- Category Import
- Fixed Row Format
Basically, for the product import csv, there are mandatory header columns which are highlighted in bold and red:
The Fixed Row Format are exceptionally tricky. I played around with it until I figured out which attributes I want to be customizable for. Just for reference, these were the headers I used:
So, hope this helps, happy magento importing!
精彩评论