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
- Go to your PrestaShop admin
- Navigate to Design → Theme & Logo → Advanced Customization
- Click Edit Theme Files (or open
footer.tpl
) - 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>
- Save your changes.
✅ The chatbot is now embedded across your PrestaShop storefront.