VizupCommerce

How to integrate with Ecomposer, Gem Pages?

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-floatingpop"
data-myshopifydomain="{{ shop.permanent_domain }}"
data-widgettype="reels"
data-productid="{{ product.id }}"
data-collectionid="{{ collection.id }}"
data-templatename="{{ template.name }}"
>
</div>

Note:

  1. Replace data-widgettype
    1. reels for slider widget.
    2. stories_type for stories widget.
    3. banner_type for banner widget.
    4. grid_type for grid widget.
    5. spotlight_type for spotlight widget.

IMPORTANT: Activate the App Embed "Vizup Embed" from the Shopify Theme Editor.

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

← Back to All Tutorials