All things Shopify and commerce
I can't find an app or a way to add a "Free Shipping" label to my products.
Hello there Andres @AndresGomez A good app recommendation that immediately comes to mind is the Labeler- Product Labels app which you can find on the Shopify App Store.
Hi @AndresGomez,
I hope you're doing well!
Below are the steps to implement this:
Access Your Shopify Admin Panel:
Locate the Product Card Template:
Add the CSS:
.shipping-label { position: absolute; bottom: 10px; left: 10px; background: #000; color: #fff; padding: 5px 15px; border-radius: 4px; font-size: 12px; font-weight: 500; z-index: 2; }
Integrate the Label into the Product Card:
{% if product.available %} <span class="shipping-label">free shipping</span> {% endif %}
Optional – Show the Label for Specific Products:
{% if product.tags contains 'free-shipping' %} <span class="shipping-label">free shipping</span> {% endif %}
These steps will create a clean black label with white text stating "free shipping" on your product cards.
If you’d like, I’d be happy to help implement this directly into your theme. I can ensure it perfectly matches your design and functions flawlessly across all product cards.
Let me know if you’d like to proceed with the implementation or if you have any questions about the steps above.
Best regards,
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
I see, are you referring to editing the theme's code in the first steps?
Hey @AndresGomez,
Yes, we'll need to modify the theme's code to add this functionality. The code above would create and add the free shipping badge for the products you've tagged with free-shipping.
Let me know if you want us to implement this for you, we'd love to. You can email or DM us your collaborator code and we'll make the changes.
Best,
Shubham | hello@untechnickle.com
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025