Hello,
On my website www.lothaire.fr, i’d love to be able to hide the saved amount only in a specific collection (that has its own specific theme, if it helps).
Any idea how I can do that ? I’m using the Impulse theme.
Thank you.
A Shopify store owner using the Impulse theme wants to hide the saved amount (e.g., “-30%”) for products in one specific collection only, while keeping it visible elsewhere on their site.
Current Situation:
Proposed Solutions:
{% unless collection.handle == 'collection-name' %} to wrap the saved amount codeNext Steps:
Multiple developers offered to implement the solution if provided with:
The discussion remains open, awaiting the store owner’s decision on implementation.
Hello,
On my website www.lothaire.fr, i’d love to be able to hide the saved amount only in a specific collection (that has its own specific theme, if it helps).
Any idea how I can do that ? I’m using the Impulse theme.
Thank you.
Hi @LothaireBordeau ,
You want to hide the cutdown price or percentage ? Please check attached screenshot:
Hey,
In order to hide the amount saved for your collection page product cards you can use the if condition for this. In the if condition you can target it via it’s handle. See example below.
{% unless collection.handle == 'summer-sale' %}
<!-- Saved amount code -->
<span class="price__save">
{{ 'products.product.save_html' | t: saved_amount: saved_amount | default: 'Save' }}
</span>
{% endunless %}
If you want me to implement the same in your store then share the collections name where you want to show the amount saved along with the collab code in the p/m so that I can implement in a right way to your store.
Thanks
Hello ! I want to hide the saved amount. For example “-30 %”
In product grid section there is option to hide but it will affect in all collection so need to do custom code for particular collections. If you want me to implement then plz share collab code so i can able to edit the code.
Here is attched screenshot :
Thank you ![]()