Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

faktiva/magento-inventory-update

Repository files navigation

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).

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages