My compare at price not showing on my Sense Theme and i checked markets and it is hidden for o countries.
Hi @rubi06 ,
Is this happening on the product detail page or elsewhere?
On the home page too
Sharing your store url would help.
Best
hey @rubi06 share the URLs of your website plz
www.soothetech.shop
…
hey @rubi06 follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the before the body ----->
<style>
.price__sale {
display: block !important;
}
</style>
<style>
.price__sale, .price__availability, .price .price__badge-sale, .price .price__badge-sold-out, .price--on-sale .price__regular, .price--on-sale .price__availability {
display: block !important;
}
</style>
or incase if the code is not working you have to check in your theme customization and then also you have to check you custom css option in theme customization there is some code in you custom css like
display none just remove it and your problem is solved
Not showing in Admin?
Then how Sense is relevant – none of the theme code applies to Admin?
You need to click into variant and then expand the prices section to see the Compare-at price.
Or select multiple variants, click “Bulk edit” and add a “Compare-at price” column…
Hi @rubi06
You must click on edit variants to see Compare at price



