tandym / tandympay
Tandym Payments extension for Magento 2
Installs: 2 446
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
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
Magento
setup upgrade:php bin/magento setup:upgrade
- Run the
Magento
Dependencies Injection Compile:php bin/magento setup:di:compile
- Run the
Magento
Static Content deployment:php bin/magento setup:static-content:deploy -f
- Login to
Magento
Admin and navigate toSystem > Cache Management
. - Flush the cache storage by selecting
Flush Cache Storage
.
Configure Tandym
Payment Configuration
- Make sure you have the
API Key
and theSecret
from the [Tandym Merchant Dashboard
] - Navigate to
Stores > Configuration > Sales > Payment Methods > Tandym > Tandym Payment Settings
in yourMagento
admin. - Set
Enabled
asYes
to activate Tandym as a payment option. - Set the
Program Name
,Description
,Domain
,Program Logo URL
,API Key
andSecret
. - Set the Payment Mode to
Live
for LIVE and set it asSandbox
for SANDBOX. - Set the Payment Action to
Authorize and Capture (Default)
orAuthorize Only
. - Set the NEW Order Status in case of
Authorize Only
to eitherProcessing (Default)
orPending
- Set the Show Tandym Rewards in Order/Invoice to
Yes
for reflecting Tandym Rewards in Order/Invoice. - Set
Payment from Applicable Countries
toSpecific Countries
. - Set
Payment from Specific Countries
toUnited States
Tandym is currently available for US only. - Set
Sort Order
to 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 Page
toYes
for adding widget script in the Product Display Page which will help in enablingTandym MApps Widget
Modal in PDP. - Set
Enable Tandym Widget in Cart Page
toYes
for adding widget script in the Cart Page which will help in enablingTandym MApps Widget
Modal in Cart Page. - Set
Enable Express Checkout in Cart Page
toYes
for adding Express Checkout in the Cart Page which will help in enablingTandym Express Checkout
Modal in Cart Page. - Set
Enable Express Checkout in Mini Cart
toYes
for adding Express Checkout in the Mini Cart which will help in enablingTandym Express Checkout
Modal in Mini Cart. - Enabling Express Checkout will automatically disable Tandym Widget in Cart Page
- Set the
Express Checkout Button Image URL
to theImage URL provided by Tandym
for 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 Name
as a payment method in the checkout page. - Select
Program Name
and move forward. - Once you click
Place Order
, you will be redirected toTandym Origination App
to 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 Name
button in the cart page.