> For the complete documentation index, see [llms.txt](https://kwpaydocs.casheer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kwpaydocs.casheer.com/modules-setup-guides/woocommerce.md).

# WooCommerce

Integrating your WooCommerce store with Casheer Pay services allows you to accept payments on your WooCommerce store with simple installation. You can accept payments via Debit & Credit Card, & ATM Cards. The plugin offers seamless integration, allowing the customer to pay on your website with a high secure PCI compliance hosted environment and work across all browsers and ensures compatibility with the below versions of WooCommerce

### **Compatibilities and Dependencies**

* WordPress v6.9 (or) higher
* WooCommerce v10.4.3 (or) higher

{% hint style="warning" %}
Note: The plugin has been tested up to WooCommerce v10.4.3.
{% endhint %}

### Installation

There are two methods to install the Casheer Pay WooCommerce plugin

1. Install via WordPress plugin Installer
2. Install Plugins Manually through FTP

{% hint style="danger" %}
Caution: Always keep backup of your existing WooCommerce installation including Mysql Database, before installing a new module.
{% endhint %}

### Method 1: Install via WordPress plugin Installer

1. Log in to WordPress Admin panel
2. Go to Add a new plugin.
3. Click on the upload plugin.
4. Choose the downloaded zip "casheer.zip" ([Download Plugin](https://github.com/Casheer/casheer-checkout)) and click Install Now.

![](/files/zmzgHFAu5Y1LXBQuCcuD)

### Method 2: Install Plugins Manually through FTP

1\. Unzip and copy ‘**casheerpay**’ folder from downloaded **casheerpay.zip** file and upload to your`/wp-content/plugins` folder.

![](/files/gdF2aIwonsdHMPgK8Y6b)

### **Plugin Activation**

1. Login to WP admin.
2. Go to Plugin
3. Choose Casheer Pay and Activate Plugin.

![](/files/peWGBU175NsDOQQchGnA)

**Configure Keys:**

Step 1: Go to Plugin Setting

Step 2: Tick to enable the module and configure your keys & credentials.

![](/files/OJnrso0Q5Ct9mM3AqvJ4)

#### Add & Configure Payment Method:

Step 1: Select the “customize your payment form” option from the payment method dropdown.

<figure><img src="/files/7J6FJae3kOEGCHyBuMAo" alt=""><figcaption></figcaption></figure>

Step 2: Click on the “add new payment methods”.

<figure><img src="/files/Ub5dU6Pz2JF9gSpvUd4x" alt=""><figcaption></figcaption></figure>

Step 3: Add payment methods, Channel code and Currency code

{% hint style="warning" %}
Note: Log in to the portal and go to --> Configurations--> Payment Channels to obtain payment channel details.
{% endhint %}

<figure><img src="/files/zDpFDYZSVg8RFfpkgzGf" alt=""><figcaption></figcaption></figure>

#### Frontend Output:

Method 1: Using payment method as "Customize Your Payment Form"

<figure><img src="/files/69lFBBvM10XcFCzt1zjN" alt=""><figcaption></figcaption></figure>

Method 2: Using payment method as "Casheer Payment Form"

<figure><img src="/files/1xYFyfs7MICFWaUvjz9L" alt=""><figcaption></figcaption></figure>

### Support

If you have any questions that are beyond the scope of this help file, please feel free email us at <info@casheer.com>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kwpaydocs.casheer.com/modules-setup-guides/woocommerce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
