Overview
You are seeing this warning message because Product Options has been uninstalled from your shop but your theme is still making calls to options.js (the main Options javascript file).
You can disable the message by removing the reference to options.js in your theme. Please follow these steps to do this:
- From Shopify's admin, select Online Store, then Actions > Edit code.
- Under "Snippets", select bold-common.liquid.
- Find this line and remove it:
{{ 'https://option.boldapps.net/js/options.js' | script_tag }}
- Select Save.