This topic has 4 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Olga Barlow
On the single product page the Price display suffix is displayed before the main price: ({price_including_tax} incl VAT)
It needs to be displayed after it.
Also is it possible to configure the way the ‘Price display suffix’ shows after the main price, for example on two lines like this:
{price_including_tax}
incl VAT
See example mockup image: http://redhotbonusandreviews.com/newacrylicsite/inclVAT-example.jpg
rather than as it is currently:
({price_including_tax} incl VAT)
which is all on one line?
Hello,
Check now, please. We have added following code into your custom.css:
.quick-view-popup .product-info .price .woocommerce-price-suffix .amount, .single-product-page .product-info .price .woocommerce-price-suffix .amount {display: block;}
.quick-view-popup .product-info .price .woocommerce-price-suffix, .single-product-page .product-info .price .woocommerce-price-suffix {
float: right;
padding-top: 5px;
padding-left: 10px;
}
Regards
That is brilliant, it works perfectly. Thank you. Genius!
You are welcome!
The issue related to '‘Price display suffix showing in wrong place’' has been successfully resolved, and the topic is now closed for further responses