VizupCommerce

Last modified Thursday, October 3, 2024

How to integrate with Ecomposer App?

Follow the steps from this link to add Custom Shopify Liquid Code. https://help.ecomposer.io/docs/editor-elements/shopify-elements/code/

Ecomposer

Liquid Code to copy and paste:

    <div class="wizup-app sg-slider sg-floatingpop"
      data-shopname="yourshopifydomain.myshopify.com"
      data-widgettype="reels"
      data-productid="{{ product.id }}"
      data-collectionid="{{ collection.id }}"
      data-templatename="{{ template.name }}"
    >
    </div>

Note:

  1. Replace yourshopifydomain.myshopify.com with your Shopify domain.
  2. Replace data-widgettype
    1. reels for slider widget.
    2. floating_pop for floating pop widget.
    3. stories_type for stories widget.

IMPORTANT: Activate the App Embed FloatPop Reels from the Shopify Theme Editor.

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

← Back to Blog