Installation via Composer
To install the Mercado Pago module in Adobe Commerce via Composer, you must follow these steps:
- In your terminal, execute this command to download the Adobe Commerce 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
- Next, run this command to clean the Adobe Commerce 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/
Done! You have already successfully installed the Mercado Pago module for Adobe Commerce.