Integrate Botuj Chatbot in PrestaShop

Learn how to embed the Botuj chatbot in your PrestaShop storefront.

To add the Botuj chatbot to your PrestaShop store:

📥 Step 1: Copy Your Embed Script

From Settings → Embed in the Botuj dashboard:

<script
  defer
  src="https://cdn.botuj.pl/loader.js"
  data-key="${chatbotId}"
></script>

🧩 Step 2: Add Script to Your Theme

  1. Go to your PrestaShop admin
  2. Navigate to Design → Theme & Logo → Advanced Customization
  3. Click Edit Theme Files (or open footer.tpl)
  4. Scroll to the bottom and insert the script before </body>:
<script
  defer
  src="https://cdn.botuj.pl/loader.js"
  data-key="YOUR_CHATBOT_ID"
></script>
  1. Save your changes.

✅ The chatbot is now embedded across your PrestaShop storefront.