# Prestashop

## How to Add Zigpoll to All Pages in PrestaShop

1. **Copy your Zigpoll embed code**
   * In Zigpoll, go to **Install** and copy the JavaScript snippet.
2. **Add it to your PrestaShop theme**
   * Go to your server/files and open:

     ```
     themes/<your-theme>/templates/_partials/footer.tpl
     ```

     (You can also use `head.tpl` if you prefer loading Zigpoll earlier.)
3. **Paste the embed code**
   * Right before the closing `</body>` tag, paste your Zigpoll snippet:
4. **Clear cache**
   * In your PrestaShop back office:\
     **Advanced Parameters → Performance → Clear Cache**
5. **Done!**
   * Zigpoll will now load on every page of your PrestaShop store.
   * You can manage where and when polls appear from your Zigpoll dashboard (using URL rules, device rules, etc.).
