• Resolved completemobility

    (@completemobility)


    Hi!

    Had some issues with tax formatting today.. Although the store and product pages show the ‘inc VAT’ and ‘ex VAT’ prices which is great, once you add an item to the cart, you see all the ‘cart totals’ with ‘ex VAT’ at the end.

    Screenshot here: https://ibb.co/VmDSKZF

    If you are to progress, all the prices such as VAT, subtotal, shipping etc.. all show ‘ex VAT’ next to the price.

    Here’s a screenshot of my ‘Tax Settings’ also with WooCommerce: https://ibb.co/g3PR84q

    Can someone please help with what I may have done wrong today?

    Many thanks,

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter completemobility

    (@completemobility)

    Okay, looks like the Custom CSS is having some conflict with this:

    }

    .woocommerce-Price-amount.amount {
    display: block;
    letter-spacing: 2px;
    color: #2C3979
    }

    I have the above CSS added to edit the styling of the product price to appear like this: https://ibb.co/vHNJc05

    .. removing the CSS changes the styling to this: https://ibb.co/qxjLhZT

    Is there anything anyone would recommend? I’m sure this wasn’t always the case however as this is the first time I’ve picked up on this and the styling has been this way for almost 2 months!

    Hopefully there are some Tax Settings I can change instead!

    Many thanks for your help.

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    This line of CSS that is being added in inline is causing the “ex vat” to show after *all* prices:

    .woocommerce-Price-amount.amount bdi::after {
    content: “ex vat”;
    }

    If you remove that, it will not show there.

    If you leave that in place, it will show “ex vat” after every single price on your shop.

    Thread Starter completemobility

    (@completemobility)

    Hi, thanks for the reply!

    Okay, so that did the trick in removing the ‘ex VAT’ wording from all the prices within the cart/checkout, but as you mentioned, also strips it from the shop and single product pages.

    Here’s how the single product pages now look: https://ibb.co/CHMv1W9

    How is it possible to show ‘ex VAT’ after the main price shown, whilst also keeping it off the cart/checkout pages?

    I have the following code inputted on CSS to help show the ‘inc VAT’ price, but now just need the ‘ex VAT’ wording to show after the main price:

    .woocommerce-price-suffix .woocommerce-Price-amount.amount bdi:after {
    content: “inc. vat”;
    margin-left: 5px;
    font-size: 14px;

    Any help would be massively appreciated. Thank you.

    Thread Starter completemobility

    (@completemobility)

    Hoping there’s someone out there that can still help with this? Thanks

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @completemobility,

    I took a look at your site and it seems that you were able to achieve your goal since prices excluding and including VAT are shown on the shop and single product pages while the cart and checkout page no longer have the “ex VAT” text.

    I’ll therefore go ahead and mark this thread as resolved.

    If you have further questions, please feel free to create a new thread.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘All WooCommerce Cart/Checkout Totals show ‘ex VAT’ after Price’ is closed to new replies.