Installation via Composer
To install the Mercado Pago module in Adobe Commerce (Magento) via Composer, you must follow these steps:
- In your terminal, execute this command to download the Adobe Commerce (Magento) module using Composer:
plain
composer require mercadopago/adb-payment
- Next, execute this command to install the module:
plain
bin/magento setup:upgrade
- Execute this command to compile the module files:
plain
bin/magento setup:di:compile
- Now, you should run this command to clean the Adobe Commerce (Magento) cache:
plain
bin/magento cache:clean
- When the store is in production mode, you will need to regenerate the static files. You can do it this way:
plain
bin/magento setup:static-content:deploy
In case you experience folder permission issues when accessing the store, you will need to renew the permissions like this:
plain
chmod 777 -R var/ pub/ generated/
And you’re done! You have already successfully installed the Mercado Pago module for Adobe Commerce (Magento).