Set up on Vintage themes.

you will need to manually add the widget shortcode into your theme's .liquid files. This allows you to display the widget and control its position on the storefront.


🧩 Step-by-step Instructions

  1. Open your Shopify theme code:

    • From your Shopify admin, go to Online Store → Themes

    • Click “Actions” → “Edit code”

    • (Or click here to go directly if you're already in the app)

  2. Choose where you want to show the widget:

    • Navigate to the appropriate .liquid file, such as:

      • product.liquid or main-product.liquid

      • collection.liquid, etc.

    • Decide the exact place in the file where you want the widget to appear.

    • Insert the widget shortcode.

  3. Save the file, and the widget will appear at the spot where you added the shortcode.


🔄 Moving the Widget Position

  • To change the widget’s position, simply move the <div> tag to another part of the .liquid file.

  • You can test different placements to find the ideal spot in your theme layout (e.g., above the product description, below the “Add to cart” button, etc.).


🟨 Important Info This method gives you full control over widget placement, but it does require basic understanding of Shopify's theme code structure. If you need help, we recommend reaching out to your theme developer or our support team.

Last updated