Last active
August 29, 2015 14:05
-
-
Save kesonno/4719794a9b0ec6433956 to your computer and use it in GitHub Desktop.
Example rows for import configurable products w/ Magento csv importer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_super_products_sku,_super_attribute_code,_super_attribute_option,_super_attribute_price_corr | |
tshirt-S-red,shirt_size,S,5.0000 | |
tshirt-S-red,color,red,5.0000 | |
tshirt-S-black,shirt_size,S,5.0000 | |
tshirt-S-black,color,black,5.0000 | |
tshirt-L-green,shirt_size,L,5.0000 | |
tshirt-L-green,color,green,5.0000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment