> For the complete documentation index, see [llms.txt](https://docs.leanx.io/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leanx.io/api-docs/suite-plugin/woocommerce.md).

# Woocommerce

## System Requirement

* PHP 7.0 (at least 4.6)&#x20;
* WooCommerce requires at least 3.0 up to 6.7

## Installation Steps

* Download Leanx Woocommerce Extension from the link [below](#extension-files).
* Login into Wordpress admin. Go to Plugin > Installed Plugin > Add new. (Make sure to add Woocommerce Plugin before installing Leanx Plugin)
* Activate the plugin after completing the installation
* Click the settings text beside the activate/deactivate line of text.
* Check “Enable LeanX” to add leanx payment gateway to payment option
* Check the box “Enable Sandbox Mode”if using sandbox environment or untick it for production environment
* Set all the required information that has been requested for such and example Auth Token, Collection UUID, Hash Key and Bill Invoice
* Save and done

## Extension File

{% embed url="<https://drive.google.com/file/d/1shoSLSnKwhW7BxwGjXzgnh0w9r_psCUt/view>" %}


---

# 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:

```
GET https://docs.leanx.io/api-docs/suite-plugin/woocommerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
