Blank Page
After installing the app and trying to create a bundle, you may notice that the page is appearing blank. Below is an example of what this might look like:
Although this is frustrating to see, luckily the bug is easily fixable. This issue points to one thing usually: the code associated with currency in your Shopify settings.
- From your Shopify admin, go to Settings.
- Click General.
- In the Store currency section, click Change formatting.
- Look for the following code:
It should be:
<span class=money></span>
NOT
<span class='money'></span>
Simply remove the quotes around "money" and save changes.
If you run into any issues, please reach out to support@soviapps.com for assistance!