zookal / grid-product-editor
Magento 1 grid product attirbute editor
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:magento-module
pkg:composer/zookal/grid-product-editor
Suggests
This package is not auto-updated.
Last update: 2020-08-22 07:16:12 UTC
README
Edit product attributes in the back end grid.
Features
- F1
- F2
- F3
Installation Instructions
Via modman
- Install modman
- Use the command from your Magento installation folder: modman clone https://github.com/Zookal/grid-product-editor/
Via composer
- Install composer
- Install Magento Composer
- Create a composer.json into your project like the following sample:
{
    ...
    "require": {
        "zookal/grid-product-editor":"*"
    },
    "repositories": [
	    {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "./"
    }
}
- Then from your composer.jsonfolder:php composer.phar installorcomposer install
Manually
- You can copy the files from the folders of this repository to the same folders of your installation
Installation in ALL CASES
- Clear the cache, logout from the admin panel and then login again.
Uninstallation
- Remove all extension files from your Magento installation
- Via modman: modman remove grid-product-editor
- Via composer, remove the line of your composer.json related to Zookal/grid-product-editor
License
Open Software License (OSL 3.0)
Author
Cyrill at Schumacher dot fm or cyrill at zookal dot com