VizupCommerce

How to setup with Custom Liquid sections?

When a theme does not support Shopify 2.0 App Blocks, videos can be embedded using “Custom Liquid” section.

  1. Navigate to Sales Channel -> Online Store. Click the “Customize” button in the theme.

  2. Go to “Add Section.”

  3. Select “Custom Liquid.”

  4. Paste the provided code into the HTML box.

  5. Replace yourshopifydomain.myshopify.com with your Shopify domain.

  6. Replace data-widgettype

    1. reels for slider widget.
    2. floating_pop for floating pop widget.
    3. stories_type for stories widget.

Code to paste:

    <div class="wizup-app sg-slider sg-floatingpop"
      data-shopname="yourshopifydomain.myshopify.com"
      data-widgetname=""
      data-productid=""
      data-widgettype="reels"
      data-collectionid=""
      data-templatename="index"
    >
    </div>

IMPORTANT NOTE: Ensure App Embed FloatPop Reels is activated from the Shopify Theme Editor. Refer https://app.shopgracias.com/#/widgets/floating-pop/

Watch below 6 seconds video to see how to enable App Embed FloatPop Reels:

Full video to add Custom Liquid section.

← Back to Docs