> For the complete documentation index, see [llms.txt](https://docs.ippopay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ippopay.com/ecommerce-integrations/prestashop.md).

# PrestaShop

Currently, we support these PrestaShop versions:

* PrestaShop 1.7.x
* PrestaShop 1.6.x

##

### Installation and Configuration

1. Download the Source code zip file of the required version of the plugin from the Releases section in GitHub. [Click here to download.](https://github.com/ippopay/ippopay-prestashop/archive/refs/tags/v1.0.zip)
2. Log into PrestaShop Backend account.
3. Navigate to the **Modules** tab and click **Add a New Module**.
4. Click **Browse** to open the dialogue box enabling you to search your computer. Select the zip file that you have downloaded and click **OK**.
5. Click **Upload this Module**.
6. Click **Install** to install the module.
7. Click **Configure** to configure the module.

**Note**:\
If the store is open while the module has not been fully configured, it might be good to deactivate it, by clicking on the green check icon . Once the module is configured, click on the red icon X to deactivate it. If you face any errors, refer to the [PrestaShop guide](https://addons.prestashop.com/en/content/21-how-to).\
&#x20;


---

# 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.ippopay.com/ecommerce-integrations/prestashop.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.
