This file contains 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
<?php | |
/* | |
* USING EXCEL | |
* 1) Grab the export from Magento | |
* 2) Filter the blanks out of "_media_image" column | |
* 3) Copy columns sku image, small_image, thumbnail, _media_image into new sheet | |
* 4) Save it in same directory as this script and run. | |
* 5) Refactored feed will be generated. | |
*/ | |
?> |
This file contains 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
<?php | |
/* | |
* USING EXCEL | |
* 1) Grab the export from Magento | |
* 2) Filter the blanks out of "Super Attributes SKU" column | |
* 3) Copy columns sku _super_products_sku _super_attribute_code _super_attribute_option into new sheet | |
* 4) Save it in same directory as this script and run. | |
* 5) Refactored feed will be generated. | |
*/ | |
?> |