All things Shopify and commerce
For the collection "Sale" i want the saved percentage to show up, only that collection. When i change it in themes it changes for all collection.
My theme is Impulse and site is www.verified-clothing.be
Also since i changed my menu to a drawer the "Sale" item in the menu isnt in a red collor anymore?
Any help would be much appreciated.
Hi @Buzeto ,
Since Impulse is a paid theme, I do not have access to it on my test store to directly add this feature. To display the saved percentage only for the "Sale" collection, I would need to work on the theme code to implement this customization.
Additionally, regarding the "Sale" menu item not appearing in red anymore after switching to a drawer menu, this would also require adjustments in the theme's code or CSS.
If you'd like, I can make these changes for you. Please feel free to reach out to me, and we can get started!
Best regards,
Makka
Hi @Buzeto ,
For the sale price as percentage, there's a confirmed solution for that here on the forums:
To target just the collection use this code, replace "on-sale" with the name of your collection:
{%- if collection.title == "on-sale" -%}
{{card_product.compare_at_price | minus: card_product.price | times: 100 | divided_by: card_product.compare_at_price }}% off
{% endif %}
For the cart drawer, you can look for theme.css in assets folder and add this line:
.mobile-nav>.mobile-nav__item:last-child: {
color: red;
}
If this answers your question, please remember to mark as solved.
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