> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/plugins/opencart-3-plugin-integration.md).

# OpenCart 3 Plugin Integration

OpenCart is a free open-source eCommerce platform for seasoned web developers looking for a user-friendly interface and for shop owners just launching their online business.

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before installing the Verifone Hosted cart, you must meet the following requirements:

* Prerequisites related to the OpenCart tools: <br>
  * Install the OpenCart plugin, not older than v3+ (you can download the latest plugin version from [https://www.opencart.com](https://www.opencart.com/))<br>

    <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>OpenCart 4 is not supported.</p></div>
  * OpenCart server must be using an [officially supported version of PHP](https://www.php.net/supported-versions.php)
* Prerequisites related to using Verifone Hosted cart in conjunction with the OpenCart plugin:<br>
  * The user that will be utilized in the plugin configuration needs a Merchant Supervisor role assigned (in order to check the roles assigned to your user, log in to Verifone Central using the URL you received in your welcome emails and go to *Administration **→** Users*)
  * You will need to generate a [Secure Card Capture key](/online-payments/api-integration-methods-auth-and-endpoints/secure-card-capture-key.md) on the organization your user is associated to, in [Verifone Central](https://docs.verifone.com/verifone-central-getting-started/).

To use the Verifone Hosted cart with the OpenCart plugin, you will need to [install Verifone Hosted Cart](/online-payments/plugins/opencart-3-plugin-integration/installation.md), [configure the Verifone settings](/online-payments/plugins/opencart-3-plugin-integration/configuration.md) and set up [Webhooks](/online-payments/plugins/opencart-3-plugin-integration/webhooks.md).


---

# 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://docs.verifone.com/online-payments/plugins/opencart-3-plugin-integration.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.
