Samgarr Posted October 8, 2011 Share Posted October 8, 2011 Hi, its possible print Shipping total tax to invoice? Something like: $this->Cell($w[2], $lineSize, (self::$orderSlip ? '-' : '').self::convertSign(Tools::displayPrice($priceBreakDown['shippingCostWithTax'], self::$currency, true, false)), 0, 0, 'R'); $this->Cell($w[3], $lineSize, (self::$orderSlip ? '-' : '').self::convertSign(Tools::displayPrice(self::$order->total_shipping - $priceBreakDown['shippingCostWithTax'], self::$currency, true, false)), 0, 0, 'R'); Thanks for advice! Link to comment Share on other sites More sharing options...
Samgarr Posted October 8, 2011 Author Share Posted October 8, 2011 Nobody? Link to comment Share on other sites More sharing options...
ImpulsoTecnologico Posted February 27, 2012 Share Posted February 27, 2012 Did you get this fixed? I'm looking for the same thing. This is how I want to break it down: Subtotal Order: x Transport: y Gross Total: (x+y) VAT (18%): (x+y)*18% Total Invoice: z Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now