Issue: Options not appearing on product page after using Automatic Installation

  • In Automatic Installation, the application usually looks for the product.liquid or product-template.liquid file in your theme.
  • Each theme differs in terms of logic/coding and so they might have different templates for their product pages.

Solution:

  • In this case, you'd need to identify the product template in the theme & place the code in the template to make the options appear on the product page.
  • Below is the code that you need to place on the product page: 

    <div id="hulkapps_custom_options_{{ product.id }}"></div>

    In case you need our assistance with app installation, we'd be happy to help.