Solved

Can anyone advise on hiding 'compare at price' on my site?

dwmusic
Tourist
4 0 1

Hi all,
I am wondering if anyone can advise how I can hide 'compare at price' across my Shopify site?
It is useful for us to have pricing data in the compare field for the purposes of discount calculations and working in spreadsheet but don't want to present it to customers. I have had a hunt arounnd but haven't been able to find a solution.

Thanks!

Accepted Solution (1)
iCart_App
Shopify Partner
479 57 103

This is an accepted solution.

Hello @dwmusic! Thanks!

Please add the below CSS in the theme.css theme file at the bottom to remove the compare price:

.price__compare-at.visible {
    display: none !important;
}

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com

View solution in original post

Replies 7 (7)

AsenWang
Shopify Partner
27 4 3

You can comment out the code of the original price of the product in the code

If helpful then please Like and Accept Solution.
Professional shopify developer, wx: shopify-asen

iCart_App
Shopify Partner
479 57 103

Hello @dwmusic!

You can hide the compare price for customers by adding custom CSS code to your theme file.

Please share your store URL so that I can check and can send you the code.

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
dwmusic
Tourist
4 0 1

Thanks a lot @iCart_App! The URL is https://dwmusic.myshopify.com/ 

iCart_App
Shopify Partner
479 57 103

This is an accepted solution.

Hello @dwmusic! Thanks!

Please add the below CSS in the theme.css theme file at the bottom to remove the compare price:

.price__compare-at.visible {
    display: none !important;
}

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
dwmusic
Tourist
4 0 1

This worked perfectly! Thanks so much @iCart_App, you are a the best!

iCart_App
Shopify Partner
479 57 103

It's my pleasure to help you!

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
hackmyhouse
Visitor
1 0 0

Hello, would you happen to know  a solution for this for the Testament theme? I tried adding the custom CSS, however, that did not work. Our website is: www.hackmyhouse.com. Thanks!