Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello! You can get the taxes from WooCommerce in the template with:

    
    $taxes = $this->order->get_taxes();
    

    For the total tax amount you can use:

    
    $total_tax - $this->order->get_total_tax();
    

    For a solution that doesn’t require coding, I can highly recommend using the Premium Templates extension, which lets you do this using the customizer.

    Hope that helps!
    Ewout

Viewing 1 replies (of 1 total)
  • The topic ‘How to get total tax’ is closed to new replies.