• Resolved seank123

    (@seank123)


    When an invoice is produced we get something like:

    Total £41.18 (includes £6.86 VAT)

    at the bottom.

    But, when there are only Zero Rate items im the cart we only get the total cost – eg £50 with nothing else.

    Is it possible to have it read: £50 (zero rate VAT) or something similar?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! In the free Simple template, this bit is handled by WooCommerce (just like in the email sent to the customer). If this is an actual 0% rate (and not a non-taxable!) item, this should help:

    
    add_filter( 'woocommerce_order_hide_zero_taxes', '__return_false' );
    

    If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters

    Ewout

    Thread Starter seank123

    (@seank123)

    @pomegranate thank you for the reply.

    I’m with the client next week so will try it out then – I think they have the products set as taxable zero rate but will check to make sure!

    Thanks again

    Thread Starter seank123

    (@seank123)

    That works – thank you!

    Plugin Contributor Ewout

    (@pomegranate)

    Very glad to hear that, thanks for getting back with the confirmation.

    Happy selling!

    Ewout

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Total Display For Zero Rate Items’ is closed to new replies.