For any question, we are one click away

Contact us

Available plugins

WordPress

Introduction

With this plugin for WordPress your customers will be able to make purchases via our payment page.

Download WordPress plugin

For this plugin to work, you have to install WooCommerce for WordPress. This plugin was tested with the following versions of WordPress and WooCommerce (see the table below).

Component Version
WordPress 4.x and later
WooCommerce 3.x

Recommended WordPress version: no older than 4.8.3.

You can download required WooCommerce version at github.com (link to WooCommerce version history).

It is recommended to read WordPress and WooCommerce documentation:

For this manual the following components and versions were used:

WooCommerce is not compatible with all WordPress themes. In this document we use Storefront theme (external link) that was developed by WooCommerce developers.

Installation

  1. Enter your admin area.
  2. On the left panel select Plugins > Add New (see the figure below).

    The page will look as follows.

    • Click Upload Plugin at the top of the page.
    • Choose a file with the plugin you have downloaded before and click Install Now.

Configuration

To configure the payment plugin for WordPress, do the following.

  1. Enter your admin area.
  2. On the left panel select Plugins > Installed Plugins (see the figure below).

  3. In WooCommerce JCCGateway Checkout plugin section click Settings.
    The following page will display.

  4. Adjust the settings using the table below.
Setting Description
Enable/Disable

Enable/disable the plugin itself.
Title

Name of the payment method, for example: Bank card.
Login-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Payments type

Enables/disables two-phase payments.
Test mode

Defines plugin work mode: test or production.
Description Enter payment description to be displayed to the customer.
Payed order status Select the status for the paid order.
success_url URL for customer redirection after a successful payment.
fail_url URL for customer redirection after a failed payment.
Enable for shipping methods Select shipping methods if available.

Now you can accept payments.

Magento

With this plugin for Magento your customers will be able to make purchases via our payment page.

Download plugin for Magento

Installation

To install Magento payment plugin, follow these steps.

  1. Unpack the plugin archive and upload contents of the upload folder to your site. The resulting path will be <your site>/app/code/JCC/JCCGateway/<plugin files and folders>.
  2. Access your site using a command line interface, for example, PuTTY (external link).
  3. Depending on the type of your hosting run the following commands (see the table below).
VPS/VDS Regular virtual hosting
Virtual private/dedicated server. Commands are run from root account.
  1. php bin/magento module:enable JCC_JCCGateway
  2. php bin/magento setup:upgrade
  3. php bin/magento cache:clean
  4. php bin/magento setup:static-content:deploy -f
Use PHP version as prefix, for example: php-7.1, php-7.2, and so on.

  1. php-7.2 bin/magento module:enable JCC_JCCGateway
  2. php-7.2 bin/magento setup:upgrade
  3. php-7.2 bin/magento cache:clean
  4. php-7.2 bin/magento setup:static-content:deploy -f

Installation complete — proceed to plugin configuration.

To uninstall the plugin, follow this procedure.

Configuration

To configure Magento payment plugin, follow these steps.

  1. Log in to your Magento admin panel.
  2. In the left menu select Stores > Configuration (see the figure below).

  3. On the page menu select Sales > Payment Methods (see the figure below).
  4. On the displayed page in the Other Payment Methods section scroll to JCC Gateway (see the figure below).
  5. Click to see the list of the plugin settings (see the figure below).
  6. Adjust the settings (refer to the table below).
Setting Description
Enabled

Enable/disable the plugin itself.
Title displayed to your customer when they make their order

Name of the payment method, for example: Bank card.
Login-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Test mode

Defines plugin work mode: test or production.
Two-phase payments

Enables/disables two-phase payments.
Payed order status Select the status in CMS to be assigned to a paid order.
Allowed Shipping Methods Shipping methods the payment method can be used for.

Uninstallation

To uninstall Magento payment plugin, follow these steps.

  1. Access your site using a command line interface, for example, PuTTY (external link).
  2. Depending on the type of your hosting run the following commands (see the table below).
VPS/VDS Regular virtual hosting
Virtual private/dedicated server. Commands are run from root account.
  1. php bin/magento module:disable JCC_JCCGateway
  2. php bin/magento setup:upgrade
  3. php bin/magento cache:clean
  4. php bin/magento setup:static-content:deploy -f
Use PHP version as prefix, for example: php-7.1, php-7.2, and so on.

  1. php-7.2 bin/magento module:disable JCC_JCCGateway
  2. php-7.2 bin/magento setup:upgrade
  3. php-7.2 bin/magento cache:clean
  4. php-7.2 bin/magento setup:static-content:deploy -f

Joomla!

With this plugin for Joomla! your customers will be able to make purchases via our payment page. This plugin requires VirtueMart or JoomShopping extension installed in Joomla!.

Stable plugin performance is guaranteed with the following versions of Joomla! and its extensions. If you use other versions (for example, after Joomla! update) the plugin may perform incorrectly.

Joomla! version JShopping version Download link Instruction
3.x, 4.x 4.x Download plugin for Joomla! Joomla! & JoomShopping
Joomla! version VirtueMart version Download link Instruction
3.x, 4.x 3.2.x Download plugin for Joomla! Joomla! & VirtueMart

Joomla! & JoomShopping

Installation

To install the plugin, follow these steps.

  1. Log in to your Joomla! administrative panel.

  2. In the left menu, select Components > JoomShopping > Install&Update.
    Install and Update

  3. In the opened page, click Choose file to browse for the plugin file or specify the URL for uploading the plugin file in the Upload from URL field. Then click Upload.
    Choose file
    Wait until the upload is completed and the "Completed" message is displayed.

Configuration

To configure the plugin, follow these steps.

  1. Login to your Joomla! administrative panel.

  2. Go to Components > JoomShopping > Options and then select Payments.
    Payments

  3. The Payment list page will open. Click the name of the JCCGateway plugin.

    Configure

  4. The plugin configuration page will open. The General tab contains general plugin settings. Here you can set Title - the name of the payment method the client will see while creating an order.

    General

    The Config tab contains the connection settings. The Advanced settings are related to Joomla! CMS and can be ignored.

    Config

    Configure the plugin (see the table below) and then click Save & Close at the top.

Setting Description
LOGIN-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Test mode

Defines plugin work mode: test or production.
Two-phase payments

Enables/disables two-phase payments.
Successsful order state Joomla order status for a successfull payment .
Failed order state Joomla order status for a failed payment .

Joomla! & VirtueMart

Installation

  1. Log in to your Joomla! administrative panel.

  2. In the top menu, select Extensions > Manage > Install.
    Top menu

  3. In the opened page, click Or browse for file to browse for the plugin file or drag and drop the file to upload. Then click Upload.
    Prepare to upload
    Wait until the upload is completed and the "Installation of the plugin was successful" message is displayed.

  4. In the top menu, select VirtueMart > Payment Methods.
    Go to payment methods

  5. The payment methods list will open. Click New at the top to create a new payment method.
    Payment methods

  6. In the opened Payment Method window configure the settings of the new payment method. In the Payment Method field select VM Payment - JCCGateway Module.

    Create payment method

Configuration

To configure the plugin, follow these steps.

  1. Login to your Joomla! administrative panel.

  2. Go to VirtueMart > Payment Methods.

  3. In the list of payment methods click the name of the payment method that uses the JCCGateway plugin . The configuration page will open.

    Create payment method

Configure the plugin (see the table below) and then click Save at the top.

Setting Description
LOGIN-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Test mode

Defines plugin work mode: test or production.
Two-phase payments

Enables/disables two-phase payments.

Drupal

Introduction

With this plugin for Drupal your customers will be able to make purchases via our payment page. For this plugin to work, Drupal Commerce module must be installed.

Download Drupal plugin 8.x/9.x

Download Drupal plugin 7.x

This plugin requires the following versions of Drupal and Drupal Commerce.

Drupal version Drupal Commerce version
8.x/9.x 2.x
7.x 1.13

Installation

To install the plugin, follow these steps.

  1. In the top menu select Manage > Extend and click Install new module.
  2. In the Upload a module or theme archive to install click Choose file and specify the path to the plugin archive.

    Wait for the success message.
  3. Enable Commerce JCCGateway module (see the figure below).


Wait for the module to be installed.


Configuration

To configure the payment plugin, do the following.

  1. In the top menu select Manage > Commerce > Configuration > Payment > Payment gateways.
    The following page will open.
  2. Click Add payment gateway.
    The following page will open.
  3. Select JCCGateway.
  4. Configure the payment plugin, referring to the table below the screenshot.


Setting Description
Display name

Name of the payment method, for example: Bank card.
Mode

Defines plugin work mode: test or production.
Login-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Two-phase payments

Enables/disables two-phase payments.
Write log-file

Enable/disable event log.
Conditions Block of settings added by Drupal Commerce itself. The settings refer to its own rules and logic for displaying the specified method of receiving funds.
Status

Enable/disable the plugin itself.

OpenCart

Introduction

With this plugin for OpenCart your customers will be able to make purchases via our payment page.

Download plugin for OpenCart 3.x Download plugin for OpenCart 2.3.x

Installation

To install the payment plugin, do the following.

  1. Log in to your site as administrator and in the side menu select Extensions > Installer.
    The following page will display.
  2. Click on Upload and naviagate to it in the standard Open-File dialog.
  3. Wait for the installation process to finish.
  4. In the side menu select Extensions > Extensions. In the Choose the extension type select Payments. The page will look as follows.

  5. Next to JCCGateway Checkout Gateway click (Install).
  6. Proceed to plugin configuration.

Configuration

To configure the payment plugin, do the following.

  1. Log in to your site as administrator and in the side menu select Extensions > Extensions.
  2. In the Choose the extension type select Payments.
  3. Next to JCCGateway Checkout Gateway click (Edit).
    The following page will display.
  4. Adjust the settings using the table below.
Setting Description
Module status

Enable/disable the plugin itself.
Login-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Test mode

Defines plugin work mode: test or production.
Payments type

Enables/disables two-phase payments.
Order status before payment

Allows to specify what status CMS will assign to the order before the response about the successful payment is received from the payment gateway.
Order status Reversed

Select the status in CMS to be assigned to a reversed order.
Order status Refunded

Select the status in CMS to be assigned to a refunded order.
Currency code

Select the currency you plan to use or leave the default value.
Logging

Enable/disable event log.

Sort order

Allows to specify the display position in the list of payment systems when the client places an order.

CS-Cart

Introduction

With this plugin for CS-Cart your customers will be able to make purchases via our payment page.

Download plugin for CS-Cart 4.6.x

Installation

To install the payment plugin, do the following.

  1. Log in to your site as administrator and select Add-ons, click Settings icon and select Manual installation.
    Manual installation
  2. In the opened Manual installation page click Local, select the downloaded archive and click Upload & install.
    Choose file
  3. In the list of available plugins, find JCCGateway and check whether it is active or not. Otherwise, activate it.
    List of modules
  4. Proceed to plugin configuration.

Configuration

To configure the payment plugin, do the following.

  1. Log in to your site as administrator and select Administration > Payment methods.
    Add payment method
  2. In the Payment methods page, click (Add payment method).
    Create payment method
  3. The following page will display.


    CS Cart Configure

Adjust the settings using the table below.

Setting Description
Name Set a name for the payment method.
Processor Select JCCGateway from the list.
Status The switch button is placed at the bottom of the form. Make sure that Active is selected.

After the processor is selected in Processor field, the Configure tab appears next to the General tab.

Connection settings

Open the Configure tab and set the parameters.

Setting Description
Login-API

Your API account login.
If the plugin works in test mode, enter test API login. If the plugin works in production mode, enter production login.
Password

API account password.
If the plugin works in test mode, enter test password. If the plugin works in production mode, enter production password.
Test/Live mode

Defines plugin work mode: test or production.
Two-phase payments

Enables/disables two-phase payments.
Confirmed Order status Allows to specify what status will be assigned to the order when it is completed by the CS-Cart system.
Enable logging

Enable/disable event log.

Click Create button.

PrestaShop

With this plugin for PrestaShop your customers will be able to make purchases via our payment page.

Download plugin for PrestaShop

Installation

To install the payment plugin, complete the following steps:

  1. Sign in to PrestaShop administrative panel and in the side menu select Dashboard > Improve > Modules > Module Manager.
  2. On the page that opens, click on the Upload a module button at the top right-hand corner.
  3. Drag and drop the downloaded archive to the designated area of the screen (alternatively, click on select file and naviagate to it in the standard Open-File dialog).
  4. Wait for the installation process to finish.
  5. To proceed to configuration of the module right away, click Configure. You can also opt to do it later. The configuration procedure is covered in the next section.

Configuration

To configure the payment plugin, complete the following steps:

  1. Sign in to PrestaShop administrative panel and in the side menu select Dashboard > Improve > Modules > Module Manager.
  2. Locate the JCCGateway module and click the Configure button next to it.


    PrestaShop Configure

  3. The module configuration page will open.


    PrestaShop Configuration

Configure the settings on the General settings tab using the table below.

Setting Description
Login API API login provided by your bank.
Password API password provided by your bank.
Test mode Defines whether the plugin works in test mode (YES) or production mode (NO).
Note that login and password for test and production modes may differ.
Payments mode Defines the payments type: one-phase payments or two-phase payments
Default state Order status to be shown in PrestaShop and to customers by default.
Success payment state Order status to be shown in PrestaShop and to customers in case of successfull payment (for one-phase mode) or holding of funds (for two-phase mode).
Error payment state Order status to be shown in PrestaShop and to customers in case of a payment error.
Keep a log of requests Defines whether the log of requests is saved (YES) or not (NO).
The logs are saved in PrestaShop logging folder and can be accessed by the administrator only.
Categories:
eCommerce CMS Plugins
Categories
Search results