Regular price, sale price and suffix
-
Also one more request
Right now regular price, sale price and suffix by default look like this as I shown in the screenshot, but I want to change like this as I share in snapshot. how is it possible?
Attachments:
You must be
logged in to view attached files.
Hello,
Send me access to that website so I can check the settings on your side.
I await your response.
Kind Regards
Hello,
Currently, I see that it shows in the way you wanted – https://take.ms/d7fdg but additionally, in order to remove “(Incl. taxes)”, navigate to WooCommerce -> Settings -> Tax and remove price display suffix – https://take.ms/YKTAO
In order to remove “/Each”, clear this field – https://take.ms/u3dMe
Kind Regards
Hi,
in order to remove “(Incl. taxes)”, navigate to WooCommerce -> Settings -> Tax and remove price display suffix
A: No I don’t want to remove, I just want price display suffix (Incl. Taxes) should show below price and unit of measurement text should should after price like this
3999 /Each
Inc. Taxes
Hello,
Use the code below to have such a view:
.single-product .price .woocommerce-price-suffix {
display: block;
}
https://prnt.sc/C8aNS24PKI58
Kind Regards