> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/prestashop.md).

# PrestaShop

### Before you start

**You’ll need**

* A Prestashop account with a webshop

{% hint style="info" %}
Note: Channable no longer supports PrestaShop 1.5.
{% endhint %}

***

{% stepper %}
{% step %}

### Step 1: Download and set up the Channable plugin — Version 1.7

Follow these steps to install the Channable app from PrestaShop for PrestaShop 1.7.

1. Log in to your PrestaShop account.
2. Download [the Channable plugin.](https://addons.prestashop.com/en/marketplaces/95673-channable.html)
3. In the backend of your PrestaShop account, go to **Modules** > **Modules and** **Services**.

![capture\_image\_12\_\_1\_.png](/files/ff09d28cec597ce61a21ad6ae0f2d19d7034d290)

4. Select **Upload a module**.

<figure><img src="/files/0369858222ca9ba6a06c1d5495e3550ee422a98f" alt=""><figcaption></figcaption></figure>

5. Click **Select file**. Select the plugin.zip file you downloaded.
6. After installing, click **Configure**.
7. Open your Channable plugin and scroll to the **Feed-URL section**.
8. Click **Click here to auto-connect with Channable**. You will be redirected to Channable to log in to your account.

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

{% hint style="info" %}
If you are already logged into your Channable account you will automatically be sent to the permissions page.
{% endhint %}

9. A pop-up window will appear in Channable. Click **Save**.
   {% endstep %}

{% step %}

### Step 1: Download and set up the Channable plugin — Version 1.6

Follow these steps to install the Channable app from PrestaShop for PrestaShop 1.6.

1. Log in to your PrestaShop account.
2. Download [the Channable plugin.](https://addons.prestashop.com/en/marketplaces/95673-channable.html)
3. In the backend of your PrestaShop account, go to **Modules and Services** > **Modules and** **Services**.

![capture\_image\_7\_\_2\_.png](/files/e83004831bf652c1bdf6ee7899dc495ed7dabda0)

4. Select **Add a new module**.

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

5. At **Add a new module**, click **Choose a file**. Select the plugin.zip file you downloaded.
6. Click **Upload this module**.
7. In the search bar, search for "Channable". The Channable plugin will appear as a search result.
8. Click **Install**.

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

9. Click **Proceed with the installation**. Channable will be added to your modules.
10. Open your Channable plugin and scroll to the **Feed-URL section**.
11. Click **Click here to auto-connect with Channable**. You will be redirected to Channable to log in to your account.

{% hint style="info" %}
If you are already logged into your Channable account you will automatically be sent to the permissions page.
{% endhint %}

12. A pop-up window will appear in Channable. Click **Save**.

Your Channable account will be connected to PrestaShop and ready to create a PrestaShop import channel.
{% endstep %}

{% step %}

### Step 2: Set up your PrestaShop connection (Your data source & Import settings)

1. In Channable, open the project you want to import your product data to.
2. Go to **Setup > Import** and click **+ Choose import method**. Select  **PrestaShop Plugin**.
3. Select your PrestaShop connection.
4. For **Name**, give your channel a descriptive name (e.g. "PrestaShop EN")
5. Click **Run import**. You'll be redirected to the Import m**apping** step to map your product information.
   {% endstep %}

{% step %}

### Step 3: Import mapping

**Import mapping** displays fields retrieved from your PrestaShop account (e.g. price, description, title).

Match your imported fields to Channable's standardized project fields. Channable does most mapping automatically, but review and adjust before importing.

{% hint style="info" %}
Tip: Want to learn more about how import mapping works in Channable? Read our [dedicated guide on mapping](/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md).
{% endhint %}

* Compare and adjust mapping\
  Review your **Imported data fields** against Channable's matched **Project fields**. If a field was matched incorrectly, click on the field to select a different field.
* Check and correct field types\
  Check that the right field type is assigned to your project fields. If a field has the wrong type, click **Edit** next to the field, select the correct type in the dropdown, and click **Save & Import**.
* Exclude fields (optional)\
  To exclude a field from being included in your product data, click the checkbox in the **Select** column for that field and select the **Exclude** checkbox.&#x20;

Once you've finished mapping, click **Save & Import** to start importing your PrestaShop product data.
{% endstep %}

{% step %}

### Step 4: Overview

After your product data has finished importing:

* Go **Overview** to view your imported products.
* Click on an item to see detailed information.

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

Your PrestaShop import is now successfully set up! You can now use this product data to create and optimize Feeds, Marketplaces, Shopping Ads, and more in Channable.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/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.
