Magento Installation¶
Install via composer (Recommended)¶
For Magento 2.3.x and Magento 2.4.x, run the following command:
composer require tamara-solution/magento
composer require tamara-solution/magento:~1.0
Manual Installation¶
1. Install php sdk¶
If you install the module by downloading the source code, you must install PHP SDK first, by running the following command:
composer require tamara-solution/php-sdk
2. Download the plugin¶
For Magento 2.3.x and Magento 2.4.x Github - Tamara Magento plugin
For Magento 2.2 Github - Tamara Magento plugin
3. Upload the source code¶
Extract the zip file to your web root folder
[YourMagentoRoot]/app/code/Tamara/Checkout
4. Setup the module¶
Run the following commands:
bin/magento module:enable Tamara_Checkout
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush
5. Tamara Checkout displayed¶
Once the plugin has been activated, Tamara Checkout will be displayed at the section:
Stores > Configuration > Sales > Payment Methods.
However to use it, the configuration settings need to be done.