Why isn't the compare at price showing up in my store?

I put a price of my product at 24.99 usd and the compare at price 49.99. The compare at price doesn’t show up in my store. Any ways to fix that?

Had the same issue yesterday, try going into an incognito mode in your browser and check if it displays correctly. If it does, all you have to do is clear your cache & cookies.

still doesn’t work ;/

What’s the URL of your store?

neckpod.store

password : 123

Hello @Neckpod ,

You can try adding this code to your store code hope it will resolve your issue:-

  • Go to your Shopify admin > Sales channel > Online store
  • Select your theme > click on action > edit code
  • Paste the just before the in your layout/theme.liquid file
  • Save the changes
.Product__Wrapper .Price--compareAt{ display: block !important; }

In case you dont have experience with Handling Liquid code then, we recommend you to please hire a Shopify expert to fix this.

Regards,

CedCommerce