A standard issue for version 1 of Bold Loyalty Points is when your theme's jQuery is loading after our snippet. This must load first.
This article outlines how you can resolve the issue of customers not being able to select a Province or State in the purchase modal.
Caution
At this time, version 1 of Bold Loyalty Points is unavailable for new installations. If you are currently using version 1 of Bold Loyalty Points, you will be able to continue using the app as your account will now be grandfathered.
Setup
- From the Shopify Admin, select Online Store.
- Select Actions.
- Select Edit code.
- Under Layout, select theme.liquid.
- Find the line:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- Cut the line and paste it right above the </head> tag:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- Select Save.