All things Shopify and commerce
How can I hide the price of a product using a tag in the empire theme? I dont want specific products to show a price when searched or on the actual product page, only in the cart. I would like to tag those products with a tag like "hide_price"
Thank you!!!
testrg2022.myshopify.com. Thanks!
Yes, you can hide price by tag products
using some code like this
assign hide_price = false
if product.tags contains 'hide_price'
assign hide_price = true
endif
And make changes to collections and product liquid page to hide the price.
Feel free to DM to me if any more questions.
You can try to add this code to theme.liquid file, after <head> in store admin > Online Store > Themes > click "..." > Edit code
{%- if template.name contains 'collection' or template.name == 'search' or template.name contains 'product' -%}
<style>
.productitem__price,
.product-pricing { display: none !important; }
</style>
{%- endif -%}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Thanks, but this code won't work for products only tagged with "hide_price". I don't want all my products to show no price.
I see; I forgot it would hide all prices on the collection page. We must add code to add hide-price class to products with tag "hide_price" but must edit code in file.
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
I understand the concept, just looking for the actual code to work. Not great at writing the code, so this is why I put the question out there.
Hi @racegermanusa , can you share store url?
Yes, sorry to add that, testrg2022.myshopify.com
Hi @racegermanusa, thanks for your sharing.
I checked your request and it seems that the feature cannot be customized from my end. In this case, I recommend you contact the theme developer or hire a Shopify developer for custom coding.
Thanks for your patience.
Liz
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025