This error message appears when Product Options has been uninstalled from your store 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.
Setup
- From the Shopify 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.