No content to show
User Activity
05-12-2025
You can definitely add your own custom badge to both the product card (on collection pages, featured product grids, etc.) and the product page itself.Option 1: Using Metafields (Recommended for custom badges)This allows you to set a custom badge per ...
Let’s get this cleaned and structured for you so you can control different font styles for different parts of your site (menu, page titles, product descriptions, etc.) based on language.Example 1:/* Default English styles */
.site-nav__link,
.page-ti...
You can achieve this using CSS. You can target different languages using the lang attribute in HTML or by detecting the language direction (dir="rtl" for right-to-left). Vogal theme (like most Shopify themes) supports assigning language attributes on...
You’re right to check on this because Shopify has very clear restrictions around the Gift Card API.If you’re on Shopify Grow (or any non-Plus plan), the Gift Card API is not accessible, even though gift cards as a product are available in your store ...
Yes, you can add validation using Shopify functions, but your Shopify store should be Plus. How it works:You create a payment customization function via Shopify CLI, and inside the function logic, enable/disable payment gateways based on the current ...
05-08-2025
Hello @JGBowie You can enable a submenu on hover by adding a simple code. Please paste the following code at the end of your header.liquid file and save the changes. After that, the submenu in the header will appear when you hover over the respective...
I don't think there's a built-in option to turn it off, but it can vary from theme to theme. There might be a setting in your theme to disable it.I’d recommend checking your theme customizer settings first. Additionally, you can try republishing the ...
Hello @Cthom1964 1. Unfortunately, Shopify doesn’t store tags in a central list that you can prune — it only remembers them from products where they’ve been used at some point. Shopify sadly caches those suggestions internally, and there’s no direct ...
05-06-2025
Hello @cc05 Got it — if you’re using a product metafield, no worries! You can definitely display the metafield value in your email template. By default, though, we can’t directly fetch product metafields on the Thank You page. So, you’ll need to pass...
Hello In most themes, there's a default JavaScript file, and sometimes it takes a long time to execute. On top of that, when we install apps, their JS files also add to the execution time, which can slow down the store’s performance. So, how can we h...
Hello @SarahGua You don't need to paste the entire code. Based on your site, you need to use it. Do you have a sticky header? If yes, then you will not need to add any JS. You can achieve this by using CSS.
Thanks for clarifying — let’s break it down:1. Keep your GTM code in the theme.liquid for all public-facing pages like the homepage, collection pages, product pages, etc.2. Add a separate implementation via Custom Pixel for checkout and order status ...
When you add a Custom Pixel via Settings → Customer Events in Shopify, the code you provide is loaded in a safe and controlled way by Shopify's Pixel API. While Shopify doesn't give us direct <head> access on the order status page (or checkout) for n...
05-05-2025
Hello @cc05 Which type of metafield's value do you want to show (order metafield or product metafield)?
Hello @zeenik Have you tried Pixel? Go to Settings → Customer Events → Manage Pixels → Add Custom PixelFor the thank you page or checkout page, Shopify provides Pixel to load your script on these pages. Please try pixel, it will work for you.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
734 | 05-12-2025 01:14 AM | |
646 | 05-02-2025 06:22 AM |