What's your biggest current challenge? Have your say in Community Polls along the right column.

unable to remove strikethrough price

unable to remove strikethrough price

chickensauce
New Member
4 0 0

Capture.PNG

Hi! im new to shopify and is there any way to remove the $0.00?  shown in the picture

Replies 7 (7)

niraj_patel
Shopify Partner
2378 514 507

Hello @chickensauce 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
chickensauce
New Member
4 0 0

url: electronik99.com

 

passkey: 59096

niraj_patel
Shopify Partner
2378 514 507

Can you share again

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
chickensauce
New Member
4 0 0

yes as above

 

passkey 59096 under windows

niraj_patel
Shopify Partner
2378 514 507

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .variant-item__discounted-prices .variant-item__old-price {
       text-decoration: none !important;
  }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.



Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
chickensauce
New Member
4 0 0

is it above </body>?

niraj_patel
Shopify Partner
2378 514 507

 you can paste this in theme.css file

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com