Skip to content

CS Cart Version 4.11.x

adryn33129 edited this page May 13, 2020 · 4 revisions
  • Download this plugin (right-click, save as) [version 4.11.x.zip] (https://github.com/RazerMS/CSCart_Plugin/blob/master/version%204.11.x/CSCart_version4.11.x.zip), Extract/Unzip the files.

  • Upload or copy those file and folder into your CS-Cart root folder

  • (Skip this if your CS-Cart is not hosted in UNIX environment). Please ensure the file permission is correct. It's recommended to CHMOD to 644

  • Go to any browser (Mozilla, Google Chrome, Internet Explorer, etc), copy and paste the URL shown below into address bar on your browser. (The purpose of this action is to register RMS Payment plugin into the database).

    http://www.your-cscart.com/index.php?dispatch=rms.setup

    ***Replace www.your-cscart.com with URL address of your shopping cart.


Attention :

Since CS-Cart Version 4.1.5 have a skey conflict with system parameter, then please add this snippet && empty($_REQUEST['domain']) && empty($_REQUEST['currency']) into your cscart root folder (app/controllers/frontend/init.php)

Instruction

  1. Open file init.php then find if(!empty($_REQUEST['skey'])) on line 26.

  2. Find this snippet code if(!empty($_REQUEST['skey'])) {

  3. Replace with this code and the result will be like this :
    if(!empty($_REQUEST['skey']) && empty($_REQUEST['domain']) && empty($_REQUEST['currency'])) {


  • Login as CS-Cart Store Admin, go to Administration > Payment Methods.

  • Click Add Payment to create new payment method.

  • Refer to the datail below, kindly insert details into the respective fields:

    1. Name: Razer Merchant Services
    2. Processor: select "Razer Merchant Services Online Payment"
    3. Template:(optional)
    4. Another fields is optional
  • Click on [Configure] tab on the right to enter your RMS Merchant Id & Verify key.

  • Fill in the details accordingly:

    1. Merchant ID : Your RMS Merchant ID
    2. Verify Key : Your RMS Verify key. Check your merchant profile to have this key.
  • Click on [Create] button on the bottom to save all changes.

  • Save all the changes. You’re Done!