Globo Docs
GLO Related Products
GLO Related Products
  • Getting started
    • Data Analysis & Reporting
    • Types of Widget
    • Payments
  • Widget Types Explained
    • 📦 Product Page Widget
    • 🛒 Homepage Widget
    • 🧺 Collection Page Widget
    • 🛍️ Cart Page Widget
    • 🔎 Search Page Widget
    • 🎯 Thank you Page Offers
  • Configuration
    • 🌐 Translation
    • 🔧 General Settings
    • 🧩 Template Settings
    • 🎠 Carousel Settings
    • 📦 Products Settings
    • 🎁 Discount Settings
    • 🔒 Hide Price Settings
  • Setting up
    • Set up in Online Store 2.0.
    • Set up on Vintage themes.
Powered by GitBook
On this page
  1. Setting up

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.

PreviousSet up in Online Store 2.0.

Last updated 1 month ago