Jump to content

Shipping tax on the pdf invoice


Recommended Posts

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

  • 4 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...