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

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

---

## Details

| Field             | Description |
| ----------------- | ----------- |
| `CS-Cart_version` | `4.14.3`    |
| `CS-Cart_Kit`     | [ Download ](https://madmin.airpay.co.in/kits/airpay_cscart_4.14.3_v3.zip)    |

---

# CS-Cart Installation Steps

## Step 1

Copy the `airpay.php` file from:

```text id="g9bq7h"
/app/payments/
```

and place it into:

```text id="3ixnci"
/app/payments/
```

inside your CS-Cart installation.

---

## Step 2

Copy the `airpay` folder from:

```text id="z5h5vq"
/app/payments/
```

and place it into:

```text id="fyx11f"
/app/payments/
```

inside your CS-Cart installation.

---

## Step 3

Copy `responsefromairpay.php` from:

```text id="b29byq"
/app/controllers/frontend/
```

and place it into:

```text id="n1hbdm"
/app/controllers/frontend/
```

inside your CS-Cart installation.

---

## Step 4

Copy the `airpay` folder from:

```text id="qksu9y"
/app/addons
```

and place it into:

```text id="km1n0f"
/app/addons
```

inside your CS-Cart installation.

---

## Step 5

Copy `admin_admin.tpl` from:

```text id="m43d2m"
/design/backend/templates/views/payments/components/cc_processors
```

and place it into:

```text id="vnn0md"
/design/backend/templates/views/payments/components/cc_processors
```

inside your CS-Cart installation.

---