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

1

Go to admin Shopify -> themes

2

Edit code

3

Find file template product and paste code show app

Example: main-product.liquid

You can copy the code corresponding to the function you want to display on the product page.

  1. Show Vairant Swatch App

<div class="globo-swatch-product-detail"></div>
  1. Show Group Product as Variants

<div class="globo-swatch-product-detail"></div>
  1. Show Product Bundles

<div class="globo_color_swatch_bundle_combo"></div>
  1. 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.

4

Save and preview in online store

Last updated