Fixing widgets not showing in BigCommerce
Updated over a week ago

If you have installed the widgets in BigCommerce, but they're not showing:

  1. Make sure there’s no unnecessary Judge.me code in the pages.

  2. In the Stencil theme, go to Storefront > Scripts Manager and check that Judge.me scripts have been added.

If both Judge.meLoader Script and Judge.me Settings Script can't be found, you can create them like below:

  1. Name: Judge.me Loader Scripts

  2. Location: Head

  3. Pages: Store pages

  4. Script Category: Essential

  5. Script Type: URL

  6. Load Method: Defer

  1. Name: Judge.me Setting Scripts

  2. Location: Head

  3. Pages: Store pages

  4. Script category: Essential

  5. Script Type: Script

  6. Script Content (you must add the right domain and token):

    • INSERT YOUR SHOP DOMAIN: store-xxxxx.mybigcommerce.com

    • INSERT YOUR PUBLIC TOKEN: you can find your public token in Judge.me admin by going to Settings > Integrations > Developers > Judge.me API.

<script> 
jdgm = window.jdgm || {};
jdgm.PLATFORM = 'bigcommerce';
jdgm.SHOP_DOMAIN = 'INSERT YOUR SHOP DOMAIN';
jdgm.PUBLIC_TOKEN = 'INSERT YOUR PUBLIC TOKEN';
</script>

If you need help fixing widgets not showing in BigCommerce, contact our team at [email protected]. We're available to help 24/7!

Did this answer your question?