2017 © Pedro Peláez
 

magento-module magento-shell-scripts

Useful Magento Shell Scripts

image

webdawe/magento-shell-scripts

Useful Magento Shell Scripts

  • Tuesday, July 5, 2016
  • by webdawe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento Shell Scripts

1) Update Product Attribute from a CSV File, (*1)

Usage php updateProductAttribute.php -- [options]
-- attribute : Attribute Code ( example url_key) - mandatory
-- file filename.csv : CSV file name - mandatory
-- store_id : Store Id , if not provided added to the default store.
csv file should have sku and the attribute value with header row sku,attribute_code.
, (*2)

2) Update Category Attributes from a CSV File, (*3)

Usage: php updateCategoryAttribute.php -- [options]
-- storeId : Store ID - Mandatory
-- 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.
, (*4)

The Versions

05/07 2016

dev-master

9999999-dev https://github.com/webdawe/magento-shell-scripts

Useful Magento Shell Scripts

  Sources   Download

OSL-3.0

The Requires

  • ecomdev/ecomdev_phpunit *

 

by Anil Paul