05/03
2018
Magento 2 Console Application. Change product QTY with random value in range [1...100]
The "Product Random Quantity" is a Magento 2 extension what allow to set quantity of products with random value in range from 0 to 100., (*1)
The preferred way of installing lillik/product-random-qty is through Composer. Simply add lillik/product-random-qty as a dependency:, (*2)
php composer.phar require lillik/product-random-qty php bin/magento module:enable Lillik_ProductRandomQty php bin/magento setup:upgrade
, (*3)
If you have any issues, please contact me or open a bug report in GitHub's issue tracker., (*4)
The code is licensed under Apache-2.0 License., (*5)