Steps to Fix
- From Shopify's admin, select Online Store, then Actions > Edit Code.
- Under "Snippets", select shappify-options.liquid and replace the entire file contents with this code:
{% if template contains 'search' %} <div style='display:none' id='shappify_custom_options_{{ item.id }}'></div><script async src="//secure.apps.shappify.com/apps/options/generate_options.php?shop={{shop.permanent_domain}}&product_id={{ item.id }}"></script> {% else %} <div style='display:none' id='shappify_custom_options_{{ product.id }}'></div><script async src="//secure.apps.shappify.com/apps/options/generate_options.php?shop={{shop.permanent_domain}}&product_id={{ product.id }}"></script> {% endif %}
- Select Save.