> 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/open-cart.md).

# Open Cart

## System Requirement

* PHP 7.0 or later
* Opencart 3.0.x

{% hint style="info" %}
Notes : This version is not compatible with older versions of Opencart
{% endhint %}

## Installation Steps

* Download LeanX Opencart 3.0 extension from the link [below](#extension-file). The file must have \*.ocmod.zip extension name at the end of the file.&#x20;
* Login into Opencart 3.0 admin. Go to Extensions > Installer.&#x20;
* Upload the file you downloaded.&#x20;
* Go to Extensions > Extensions. Filter extensions by Payments.&#x20;
* Find and install LeanX extension.&#x20;
* Edit the extension, and set your Auth Token, Collection UUID, Hash Key.&#x20;
* Update Status field to Enabled.&#x20;
* Save and done

## Extension File

{% embed url="<https://drive.google.com/file/d/12dBLvZqHiQhqATgCkupI3EHTwuCy1ofO/view?usp=share_link>" %}


---

# 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/open-cart.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.
