Goal: Add a visible “Free Shipping” badge on product pages in the Empire theme.
Approaches offered:
App-based: Use a third‑party app (Product Badges or Trust Badges) to add and manage badges; support available. Includes a screenshot (not essential to follow the steps).
Code-based (no app):
Shopify Admin > Online Store > Customize.
Select Product Pages.
In Product Information, Add block > Custom Liquid.
Paste a Liquid/SVG snippet that renders a van icon and the text “Free shipping.”
Save.
Latest update/clarification:
Icon color change: To make the van white, add fill=“#fff” to the relevant SVG element in the snippet.
Notes:
The provided code shows a static badge on all product pages. Although the OP mentioned a “Free Shipping” product tag, no tag‑based conditional logic was provided.
Code snippets (SVG in a Custom Liquid block) are central to the solution.
Status: Practical solutions provided (app or simple Custom Liquid). No explicit confirmation of resolution; tag-based implementation remains unaddressed.
Summarized with AI on December 12.
AI used: gpt-5.
I want to add a Free Shipping badge to my products. How can I go about doing this?
Edit: Note that I’m looking for a simple code and where to insert it in the Empire theme to utilize a Free Shipping tag added to every product profile as all products on our site ship free.
You can easily accomplish this by using our Product Badges or Trust Badges. And if you encounter any issues, our technical support team is always ready to assist
You can change the color of the van in your SVG by adding a fill attribute to the SVG element you want to style.
For example, setting fill=“#fff” will make the element white.