Home Forums WoodMart support forum Showing ex VAT after price

Showing ex VAT after price

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #346099

    www.cidev.ro
    Participant

    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.
    #346153

    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

    #346176

    www.cidev.ro
    Participant

    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!

    #346288

    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

    #346412

    www.cidev.ro
    Participant

    Hello,

    Yes I think we have a winner!

    Thanks a lot!

    #346574

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Showing ex VAT after price’ is closed to new replies.