I am unable to insert the selling price of an item in the shipment pdf
I add
$page->drawText($item->getPrice(), $x + 5, $this->y, 'UTF-8');
However, I do not have the price including VAT but the price excluding VAT How to add the ttc price or the total of the line please?
thank for this help.here is the current code : How to adapt it to add the ttc price at the end?