Installation
Requirements
- PHP: >= 7.4
- Magento 2: 2.3.x (2.3.3 / 2.3.6) - 2.4.x
- Go Cuotas Account
IMPORTANT: The store currency must be set to Argentine Pesos (ARS) otherwise the payment method will not be available
Installation
To install Go Cuotas in your store, follow these steps:
1. Run the following command: Magento >= 2.4.x
composer require magerocket/module-gocuotas
For Magento 2.3.3 / 2.3.6 install next packages
composer require magerocket/module-gocuotas-m23
composer require magerocket/module-core-m23
2. Enable the module by running:
php bin/magento module:enable MageRocket_GoCuotas MageRocket_Core
3. Run setup upgrade:
bin/magento setup:upgrade
That's it! Now you're ready to proceed with the Module Configuration.