dev-master
9999999-dev https://github.com/webdawe/magento-shell-scriptsUseful Magento Shell Scripts
OSL-3.0
The Requires
- ecomdev/ecomdev_phpunit *
by Anil Paul
Useful Magento Shell Scripts
1) Update Product Attribute from a CSV File, (*1)
Usage
php updateProductAttribute.php -- [options]
-- attribute
-- file filename.csv : CSV file name - mandatory
-- store_id
csv file should have sku and the attribute value with header row sku,attribute_code.
2) Update Category Attributes from a CSV File, (*3)
Usage: php updateCategoryAttribute.php -- [options]
-- storeId
-- file filename.csv : CSV file - Mandatory
csv file should have category_id field and any / all of the fields - name, description, meta_title, meta_description.
a header row with field names is a must.
Useful Magento Shell Scripts
OSL-3.0