This is a Payment Module for X-Cart, that gives you the ability to process payments through emerchantpay's Payment Gateway - Genesis.
- X-Cart 5.4.x (you can get this plugin to work on older 5.2, 5.3 versions simply by changing the Major Version to
5.2
,5.3
inMain.php
andmain.yaml
) - GenesisPHP v2.0.3 - (Integrated in Module)
- PHP version 5.5.9 or newer
- PHP Extensions:
- Log into
X-Cart Administration Area
with your Administrator account - Navigate to
Modules
- Install through the Marketplace OR click
Upload add-on
and select.zip
file you downloaded - Tick
Enabled
under theemerchantpay
plugin and clickSave changes
- Navigate to
Store setup -> Payment methods
- Under
Online methods
category, clickAdd payment method
and selectemerchantpay
from the list - Enter your credentials and configure the plugin to your liking
- Go back to
Store setup -> Payment methods
and toggle theemerchantpay
payment method fromINACTIVE
toACTIVE
- Upload the contents of folder (excluding
README.md
) to the<root>
folder of your X-Cart installation - Log into
X-Cart Administration Area
with your Administrator account - Go to
System Settings
->Cache Management
, clickRe-deploy the store
and wait until theDeployment Process
finishes - Go to
Modules
-> Locateemerchantpay
Module and tickEnabled
under theemerchantpay
plugin and clickSave changes
- Navigate to
Store setup -> Payment methods
- Under
Online methods
category, clickAdd payment method
and selectemerchantpay
from the list - Enter your credentials and configure the plugin to your liking
- Go back to
Store setup -> Payment methods
and toggle theemerchantpay
payment method fromINACTIVE
toACTIVE
emerchantpay Checkout
Payment Method- Apple Pay
- Argencard
- Aura
- Authorize
- Authorize (3D-Secure)
- Baloto
- Bancomer
- Bancontact
- Banco de Occidente
- Banco do Brasil
- BitPay
- Boleto
- Bradesco
- Cabal
- CashU
- Cencosud
- Davivienda
- Efecty
- Elo
- eps
- eZeeWallet
- Fashioncheque
- Google Pay
- iDeal
- iDebit
- InstaDebit
- InitRecurringSale
- InitRecurringSale (3D-Secure)
- Intersolve
- Itau
- Multibanco
- MyBank
- Naranja
- Nativa
- Neosurf
- Neteller
- Online Banking
- Interac Combined Pay-in (CPI)
- Bancontact (BCT)
- BLIK (BLK)
- SPEI (SE)
- LatiPay (PID)
- OXXO
- P24
- Pago Facil
- PayPal
- PaySafeCard
- PayU
- Pix
- POLi
- Post Finance
- PSE
- RapiPago
- Redpagos
- SafetyPay
- Sale
- Sale (3D-Secure)
- Santander
- Sepa Direct Debit
- SOFORT
- Tarjeta Shopping
- TCS
- Trustly
- TrustPay
- UPI
- WebMoney
- WebPay
Note: If you have trouble with your credentials or terminal configuration, get in touch with our support team
You're now ready to process payments through our gateway.
- Install dev packages
composer install
- Run PHP Code Sniffer
composer php-cs
- Run PHP Mess Detector
composer php-md