How to show orginal price and price after discount?

Hi Guys,

How to show orginal price and price after discount every where in Debut Theme?

Thank you

@Alliance
Try below one css for that

dl.price.price--listing {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
}

@Ujjaval Where do you paste this css?

I don’t think I pasted that code anywhere.

I have made price variant via cvs file, then all prices before and after discount.

1 Like

@Alliance

Try to add this code at the end of Edit code > assets > theme.css file

.price--on-sale .price__sale {
    flex-direction: row-reverse;
}

Try it and let me know

It didn’t work out. Original price still not showing in the price column. Should be the original price slashed , then the discounted price.

@Alliance

Could you give me your store URL? Then I can review it

URL : www.theaaa.ch

allianceautoproducts.com