How to hide the price of a specific product using a tag - EMPIRE THEME

How to hide the price of a specific product using a tag - EMPIRE THEME

racegermanusa
Tourist
11 0 2

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!!!

Replies 9 (9)
racegermanusa
Tourist
11 0 2

testrg2022.myshopify.com.  Thanks!

Sonya_2025
Shopify Partner
346 37 60

Hi @racegermanusa 

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.

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME

Dan-From-Ryviu
Shopify Partner
11345 2223 2392

Hi @racegermanusa 

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.

racegermanusa
Tourist
11 0 2

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.

Dan-From-Ryviu
Shopify Partner
11345 2223 2392

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.

racegermanusa
Tourist
11 0 2

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.

LizHoang
Shopify Partner
1250 158 196

Hi @racegermanusa , can you share store url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
racegermanusa
Tourist
11 0 2

Yes, sorry to add that, testrg2022.myshopify.com

LizHoang
Shopify Partner
1250 158 196

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program