My theme doesn’t support app blocks - how can I show or move the swatches?
3
PreviousWhy can’t I see the swatches for my new product?NextWhy don’t the images change when I pick a different swatch?
Last updated
Was this helpful?
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
Example: main-product.liquid
You can copy the code corresponding to the function you want to display on the product page.
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.

💬 Need help?
Email us at 📧 contact@globo.io - we’re happy to assist!
Last updated
Was this helpful?
Was this helpful?