tandym / tandympay
Tandym Payments extension for Magento 2
Installs: 2 725
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/tandym/tandympay
README
Introduction
This document will help you in installing Tandym's Magento 2 extension.
How to install the extension?
Using Composer
- Open the terminal.
- Run the following command in the root directory of
Magento:composer require tandym/tandympay - Run the following command to enable
Tandym:php bin/magento module:enable Tandym_Tandympay - Run the
Magentosetup upgrade:php bin/magento setup:upgrade - Run the
MagentoDependencies Injection Compile:php bin/magento setup:di:compile - Run the
MagentoStatic Content deployment:php bin/magento setup:static-content:deploy -f - Login to
MagentoAdmin and navigate toSystem > Cache Management. - Flush the cache storage by selecting
Flush Cache Storage.
Configure Tandym
Payment Configuration
- Make sure you have the
API Keyand theSecretfrom the [Tandym Merchant Dashboard] - Navigate to
Stores > Configuration > Sales > Payment Methods > Tandym > Tandym Payment Settingsin yourMagentoadmin. - Set
EnabledasYesto activate Tandym as a payment option. - Set the
Program Name,Description,Domain,Program Logo URL,API KeyandSecret. - Set the Payment Mode to
Livefor LIVE and set it asSandboxfor SANDBOX. - Set the Payment Action to
Authorize and Capture (Default)orAuthorize Only. - Set the NEW Order Status in case of
Authorize Onlyto eitherProcessing (Default)orPending - Set the Show Tandym Rewards in Order/Invoice to
Yesfor reflecting Tandym Rewards in Order/Invoice. - Set
Payment from Applicable CountriestoSpecific Countries. - Set
Payment from Specific CountriestoUnited StatesTandym is currently available for US only. - Set
Sort Orderto manage the position of Tandym in the checkout payment options list. - Save the configuration and clear the cache.
Tandym Widget Configuration
- Set
Enable Tandym Widget in Product PagetoYesfor adding widget script in the Product Display Page which will help in enablingTandym MApps WidgetModal in PDP. - Set
Enable Tandym Widget in Cart PagetoYesfor adding widget script in the Cart Page which will help in enablingTandym MApps WidgetModal in Cart Page. - Set
Enable Express Checkout in Cart PagetoYesfor adding Express Checkout in the Cart Page which will help in enablingTandym Express CheckoutModal in Cart Page. - Set
Enable Express Checkout in Mini CarttoYesfor adding Express Checkout in the Mini Cart which will help in enablingTandym Express CheckoutModal in Mini Cart. - Enabling Express Checkout will automatically disable Tandym Widget in Cart Page
- Set the
Express Checkout Button Image URLto theImage URL provided by Tandymfor Express Checkout Button. - Save the configuration and clear the cache.
Congratulations !!! Your store is now ready to accept payments through Tandym.
Frontend Functionality
- If you have correctly set up
Tandym, you will seeProgram Nameas a payment method in the checkout page. - Select
Program Nameand move forward. - Once you click
Place Order, you will be redirected toTandym Origination Appto complete the checkout. - On successful payment approval, you will be redirected to the order confirmation page.
- If you have
Enabled Express Checkout, you will seeCheck out with Program Namebutton in the cart page.