faktiva/magento-inventory-update

This package is abandoned and no longer maintained. No replacement package was suggested.

A simple Magento shell script to update products attributes such as quantity, availability and so on

1.0.1 2016-11-21 13:04 UTC

This package is not auto-updated.

Last update: 2023-01-21 10:57:22 UTC


README

GitHub release Project Status Percentage of issues still open Average time to resolve an issue composer.lock Dependencies Status License

Join the chat at https://gitter.im/faktiva/magento-inventory-update Twitter

A simple Magento shell script to update products attributes such as quantity, availability and so on

install

using composer

Add the following to your composer.json

    "require": {
        "faktiva/magento-inventory-update": "^1.0"
    },
    "scripts": {
        "post-install-cmd": [
            "Faktiva\\MagentoInventoryUpdate\\Installer::install"
        ]
    },
    "extra": {
        "magento-scripts-dir": "httpdocs/shell"
    }

Then run composer install to have the script installed in the Magento "shell" dir, indicated by "magento-scripts-dir".

manually

Simply download the shell/inventory_update.php script in the Magento "shell" dir. Get it from the latest release

If you want to install the script under a different path you have to adjust the path to the log file and to Magento's Mage_Shell_Abstract class (it is in the shell/abstract.php file).