Skip to content

CS-Cart Integration

| View as Markdown

This guide explains how to integrate AIRPAY with the CS-Cart shopping cart backend for accepting payments.


FieldDescription
CS-Cart_version4.14.3
CS-Cart_Kit Download

Copy the airpay.php file from:

/app/payments/

and place it into:

/app/payments/

inside your CS-Cart installation.


Copy the airpay folder from:

/app/payments/

and place it into:

/app/payments/

inside your CS-Cart installation.


Copy responsefromairpay.php from:

/app/controllers/frontend/

and place it into:

/app/controllers/frontend/

inside your CS-Cart installation.


Copy the airpay folder from:

/app/addons

and place it into:

/app/addons

inside your CS-Cart installation.


Copy admin_admin.tpl from:

/design/backend/templates/views/payments/components/cc_processors

and place it into:

/design/backend/templates/views/payments/components/cc_processors

inside your CS-Cart installation.