2017 © Pedro Peláez
 

project magento-inventory-update

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

image

faktiva/magento-inventory-update

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

  • Thursday, April 6, 2017
  • by faktiva
  • Repository
  • 1 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SensioLabsInsight, (*1)

Faktiva "Magento inventory update"

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

Join the chat at https://gitter.im/faktiva/magento-inventory-update Twitter, (*3)


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

install

using composer

Add the following to your composer.json, (*5)

    "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"., (*6)

manually

Simply download the shell/inventory_update.php script in the Magento "shell" dir. Get it from the latest release, (*7)


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)., (*8)

The Versions

06/04 2017

dev-master

9999999-dev https://github.com/faktiva/magento-inventory-update

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

21/11 2016

1.0.1

1.0.1.0 https://github.com/faktiva/magento-inventory-update

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

03/10 2016

1.0.0

1.0.0.0 https://github.com/faktiva/magento-inventory-update

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires