- Oficial Module - Magento 2
Official module PedidosYa for Magento 2. The module was developed using Pedidos Ya API documentation API Docs.
The module requires Magento 2.0.x or higher for its correct operation. It will need to be installed using the Magento console commands.
composer require improntus/module-pedidosya-magento-2:^2.0
Developer installation mode
php bin/magento deploy:mode:set developer
php bin/magento module:enable Improntus_PedidosYa
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy es_AR en_US
php bin/magento setup:di:compile
Production installation mode
php bin/magento module:enable Improntus_PedidosYa
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production