Skip to main content

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.

Install on PrestaShop

Prerequisites

  • A Wearo account (sign up)
  • Your Wearo API key (get yours)
  • Back-office access to your PrestaShop store
1

Open your theme's footer template

Navigate to Design → Theme & Logo → Edit current theme. Edit the file templates/_partials/footer.tpl.
2

Add the snippet before </body>

<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>
3

Clear the cache

Go to Advanced Parameters → Performance and click Clear cache.
4

Verify it works

Visit a product page and confirm the “Try it on” button appears.

Need help?

Book a 30-min integration call

We’ll set up Wearo live on your store with you.