A standard issue for Loyalty Points is that the theme's jQuery is loading after our snippet (it needs to load first). To fix this, follow these steps:
- From "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.
That's it!