We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Cross out the compare price in cart page

Solved

Cross out the compare price in cart page

Pyimk
Explorer
50 2 3

Hello, I am using Craft Theme.
I use app to create volume discount bundle.

In the cart page, it shows 2 prices(compare price & discounted price)
It will make customers confused if it shows 2 prices in cart page.
How can i cross out the first price(compare price)?

The first pic is my current cart page. The second pic is my desired one.

Screenshot 2024-08-03 at 3.14.33 PM.png0-02-06-5d7eb97e4d71175fce5697dcb2778413529da7da89c78bc91e038b330e0c6237_291aedae682.png

Accepted Solution (1)

Asad-Mahmood
Shopify Partner
452 80 92

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css and paste this code there 

s.cart-item__old-price .money {
    text-decoration: line-through;
}

AsadMahmood_0-1722678548886.png

 



If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




View solution in original post

Replies 3 (3)

Asad-Mahmood
Shopify Partner
452 80 92

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css and paste this code there 

s.cart-item__old-price .money {
    text-decoration: line-through;
}

AsadMahmood_0-1722678548886.png

 



If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




Pyimk
Explorer
50 2 3

Thanks, it is solved

Asad-Mahmood
Shopify Partner
452 80 92

Glad to know that it worked for you.

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver