Appearance
BigCommerce
Finding your Site ID
Log in at dash.botfighter.dev → your Site ID is shown at the top of the dashboard.
Script Manager (recommended, no theme editing)
BigCommerce's built-in Script Manager injects a script on every storefront page without touching your theme.
- In your BigCommerce admin, go to Storefront → Script Manager.
- Click Create a Script.
- Name it (e.g. "Botfighter"), set Location to Footer, Select pages where script will be added to All pages.
- Set Script category to Essential (so it isn't blocked by cookie-consent tooling) and Script type to Script.
- Paste the snippet into the Script contents box:
html
<script
src="https://botfighter.dev/botfighter.js"
data-site="YOUR-SITE-ID"
data-api="https://api.botfighter.dev"
data-honeypot="true"
defer>
</script>- Click Save.
- Visit your storefront and check your dashboard for the first signal.
Stencil theme editing (alternative)
If you prefer editing the theme directly: open templates/layout/base.html in your Stencil theme and paste the snippet before </body>, then upload/push the theme via the Stencil CLI.
Need help? Check the dashboard for your live signal feed.