Showing ex VAT after price
-
Hi team,
We are wondering if you could help us with the following issue:
We want to display the text “ex. VAT” after the prices in the shop.
We have added the global CSS:
/* Add EX VAT after price */
.woocommerce-Price-amount bdi::after {
content: ' ex. VAT';
}
But it’s also showing the text in the cart (please see image attached)
Is there any way that we could delete what’s in the cart after VAT and TOTAL (obviously the TOTAL shows the price inclusive of tax)
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the CSS you added with the following then check back.
.product-grid-item .woocommerce-Price-amount bdi::after {
content: ' ex. VAT';
}
Best Regards
Hello,
Yes, it works in terms of not displaying the EX VAT in the cart however we need it to be displayed on the product page as well please if possible.
SEE PRODUCT HERE
Thank you!
Hello,
Please try adding the following Custom CSS to add it to the Single product page.
.single-product .woocommerce-Price-amount bdi::after {
content: ' ex. VAT';
}
Best Regards
Hello,
Yes I think we have a winner!
Thanks a lot!
Hello,
We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.
So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Showing ex VAT after price’ is closed to new replies.