QuackChat on BigCommerce
Add the QuackChat widget to your BigCommerce store using the Script Manager.
Quick Start (TL;DR)
- Go to Storefront > Script Manager
- Create a new script
- Paste the widget code
- Save
Prerequisites
- BigCommerce store admin access
- Bot ID from your QuackChat dashboard
Step-by-Step Installation
Option A: Script Manager (Recommended)
- Log into your BigCommerce admin panel
- Go to Storefront > Script Manager
- Click Create a Script
- Configure the script:
- Name: QuackChat Widget
- Description: AI chatbot widget
- Placement: Footer
- Location: All Pages
- Script Category: Essential
- Script Type: Script
- Paste the widget code:
html
<script
src="https://www.quackchat.app/widget/quackchat-widget.js"
data-bot-id="YOUR_BOT_ID"
></script>
- Click Save
The widget will appear on your store immediately.
Platform-Specific Customization
Show on Specific Pages Only
In Script Manager, choose a specific location:
- All Pages: Widget on every page
- Storefront Pages: Only shop pages
- Checkout: Only checkout flow
- All Pages (except checkout): Excludes checkout
Verification
Quick test:
- Visit your store frontend
- Look for the chat bubble in the bottom-right corner
- Test sending a message
Troubleshooting
Widget doesn't appear after saving
Cause: Browser cache.
Solution: Clear cache or test in incognito mode.
Widget conflicts with BigCommerce chat
Cause: BigCommerce has built-in chat options that may conflict.
Solution: Disable BigCommerce's built-in chat in Store Settings.
Widget overlaps with cart preview
Cause: Both elements fixed to corner.
Solution: Use data-position="bottom-left" in the widget code.
Known Limitations
- Script Manager is the only GUI method for site-wide installation
- Theme file changes may be overwritten on updates
- Checkout page scripts require specific placement settings