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.3inMain.phpandmain.yaml) - GenesisPHP v2.2.0 - (Integrated in Module)
- PHP version 5.5.9 or newer
- PHP Extensions:
- Log into
X-Cart Administration Areawith your Administrator account - Navigate to
Modules - Install through the Marketplace OR click
Upload add-onand select.zipfile you downloaded - Tick
Enabledunder theemerchantpayplugin and clickSave changes - Navigate to
Store setup -> Payment methods - Under
Online methodscategory, clickAdd payment methodand selectemerchantpayfrom the list - Enter your credentials and configure the plugin to your liking
- Go back to
Store setup -> Payment methodsand toggle theemerchantpaypayment method fromINACTIVEtoACTIVE
- Upload the contents of folder (excluding
README.md) to the<root>folder of your X-Cart installation - Log into
X-Cart Administration Areawith your Administrator account - Go to
System Settings->Cache Management, clickRe-deploy the storeand wait until theDeployment Processfinishes - Go to
Modules-> LocateemerchantpayModule and tickEnabledunder theemerchantpayplugin and clickSave changes - Navigate to
Store setup -> Payment methods - Under
Online methodscategory, clickAdd payment methodand selectemerchantpayfrom the list - Enter your credentials and configure the plugin to your liking
- Go back to
Store setup -> Payment methodsand toggle theemerchantpaypayment method fromINACTIVEtoACTIVE
emerchantpay CheckoutPayment Method- Apple Pay
- Argencard
- Aura
- Authorize
- Authorize (3D-Secure)
- Baloto
- Bancomer
- Bancontact
- Banco de Occidente
- BitPay
- Boleto
- Cabal
- CashU
- Cencosud
- Davivienda
- Efecty
- Elo
- eps
- eZeeWallet
- Fashioncheque
- Google Pay
- iDeal
- iDebit
- InstaDebit
- InitRecurringSale
- InitRecurringSale (3D-Secure)
- Intersolve
- Multibanco
- MyBank
- Naranja
- Nativa
- Neosurf
- Neteller
- Online Banking
- Interac Combined Pay-in (CPI)
- Bancontact (BCT)
- BLIK (BLK)
- SPEI (SE)
- PayID (PID)
- OXXO
- P24
- Pago Facil
- PayPal
- PaySafeCard
- PayU
- Pix
- POLi
- Post Finance
- RapiPago
- SafetyPay
- Sale
- Sale (3D-Secure)
- Sepa Direct Debit
- SOFORT
- Tarjeta Shopping
- TCS
- Trustly
- TrustPay
- UPI
- WebMoney
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