My theme doesn’t support app blocks — how can I show or move the swatches?
Some Shopify theme OS 2.0 do not support adding app block, or some development themes do not have app block, please add code according to the instructions below to display the app in the position you want on the product page
3
Find file template product and paste code show app
Example: main-product.liquid
Show Vairant Swatch App
<div class="globo-swatch-product-detail"></div>
Show Group Product as Variants
<div class="globo-swatch-product-detail"></div>
Show Product Bundles
<div class="globo_color_swatch_bundle_combo"></div>
Show Quantity Breaks
<div class="globo_color_swatch_bundle_quantity_break"></div>
Paste it where you want the app to appear on the product page.

PreviousWhy can’t I see the swatches for my new product?NextWhy does the app work on collection pages but not on the homepage or other pages?
Last updated