I need help showing prices with VAT
-
I want to show the prices including VAT below the prices without VAT. How can I do this?
Attachments:
You must be
logged in to view attached files.
Hi gastroinventar.dk,
Thanks for reaching to us.
You want to move it here https://prnt.sc/G6uRU2psBBXd?
Regards,
No, the red price there is the price without VAT. I want to add the price with VAT below the red price. I am attaching a picture from another site as an example.
Attachments:
You must be
logged in to view attached files.
Hi gastroinventar.dk,
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > CSS for desktop section:
.wd-single-price .price{
display: flex;
flex-wrap: wrap;
}
.wd-single-price .price ins{
flex: 1 0 100%;
order: 1
}
.wd-single-price .price del,
.wd-single-price .price .woocommerce-price-suffix{
order: 2;
}
.wd-single-price .price del{
margin-right: 10px;
}
Regards,
Unfortunately, this is not what I want to do 🙂 Look, there are 2 prices displayed on the site right now: 1. the crossed out previous price, 2. the price written in red, the price excluding VAT. What I want is to show the 3rd price, that is, the price after VAT is added.
Hi gastroinventar.dk,
I translated strings and price in red already VAT included https://prnt.sc/wW9EijJd2EcR
Regards,