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, a user needs to identify their product template from their theme & place the shortcode(liquid 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>