• Resolved garner2015

    (@garner2015)


    HI,

    I have product prices set up as such:

    “£2.50 £3.00 inc.VAT

    However, on a product with variants, it will only show the ex.vat price with no suffix like such:

    “£2.50”

    Any help to solve this issue would be appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Saif

    (@babylon1999)

    Hello @garner2015,

    However, on a product with variants, it will only show the ex.vat price with no suffix like such:

    I’m not sure if I fully understand the problem, we’ll need more information, mainly:

    • A screenshot of your tax settings in WooCommerce > Settings > Tax
    • Are you applying tax class for each of these variants? If yes, please take a screenshot of the tax class settings of that product.
    • Also, please attach the product link itself as the one you’ve attached doesn’t match what you’re describing.
    • You can use a service like Snipboard.io.

      Look forward to hearing back from you.

    Thread Starter garner2015

    (@garner2015)

    Hi Saif,

    I ended up opening a support ticket. Someone helped me out and I’ve now solved my issue.

    I’ll put what they said here:

    `This is the expected behavior because this functionality is turned off at the Variable product level because it’s not possible to “know” the prices including/excluding tax.

    However, there may be a way to achieve this with some custom code via filter hooks, for example:

    add_filter( ‘woocommerce_show_variation_price’, ‘__return_true’ );

    Please note that assistance with code customization tasks such as this one is outside of the scope of support, and the solution in the above website comes without a warranty from our side.`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘VAT Prices Not Showing Correctly on Variants’ is closed to new replies.