> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wearo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# PrestaShop

> Add Wearo virtual try-on to your PrestaShop store.

# Install on PrestaShop

## Prerequisites

* A Wearo account ([sign up](https://wearo.io/signup))
* Your Wearo API key ([get yours](/getting-started/api-key))
* Back-office access to your PrestaShop store

<Steps>
  <Step title="Open your theme's footer template">
    Navigate to **Design → Theme & Logo → Edit current theme**.
    Edit the file `templates/_partials/footer.tpl`.
  </Step>

  <Step title="Add the snippet before </body>">
    ```html theme={"dark"}
    <script src="https://wearo.io/widget/tryon-widget.js"></script>
    <script>
      TryOnWidget.init({
        apiKey: 'wearo_xxxxxxxxxxxxxxxxxxxx',
        productSelector: '#product-images-large img, .product-cover img',
        brandColor: '#000000'
      });
    </script>
    ```
  </Step>

  <Step title="Clear the cache">
    Go to **Advanced Parameters → Performance** and click **Clear cache**.
  </Step>

  <Step title="Verify it works">
    Visit a product page and confirm the "Try it on" button appears.
  </Step>
</Steps>

## Need help?

<Card title="Book a 30-min integration call" icon="calendar" href="https://calendly.com/wearo/integration">
  We'll set up Wearo live on your store with you.
</Card>
