I have tried to use various codes to hide only a selection of products on my Impluse theme store with no success.
Is anyone able to help me out with the code and where it should be placed?
A user sought help hiding prices for specific products in the Impulse Shopify theme after unsuccessful attempts with various code snippets.
Solution Provided:
</head> tagImplementation Steps:
Alternative Approach:
Another participant suggested creating a separate product template without price display.
Outcome:
The original solution successfully resolved the issue. The user confirmed it worked and expressed interest in applying this method to future products.
I have tried to use various codes to hide only a selection of products on my Impluse theme store with no success.
Is anyone able to help me out with the code and where it should be placed?
Hi @tash27 ,
kindly provide your store URL please and if it is password protected, please share the password as well.
Thanks
Hi
Sorry, it’s
Hi @tash27 ,
{% if product.handle == 'groovy' or product.handle == 'another-product' %}
{% endif %}
Thanks!
All products except those in the Prints collection or the Funky feelings collection.
I hope I can work it out for future products as well.
Thanks in advance.
Alternatively, you can make a separate template without a price
This worked great, thanks very much!