I've been using the Addon for a couple of months and everything works fine.

However I'm trying to understand Fällmans coding.

The function "deliveryNoteAsPDF" as coded below in 'ps_order_delivery.php', when building the PDF link to the PDF creator, is nowhere to be found? I've checked all included files in the addon, as well as those connected to the 'tcpdf' functions in Joomla!...
Code: Select all
$pdf_url= $sess->url( URL
. "index2.php?page=order.order_print"
. "&func=deliveryNoteAsPDF&order_id=".$this->order_id
. "&format=printpdf&tmpl=component&no_menu=1"
. "&no_html&delivery_id=".$db->f('delivery_id'));
Regards
Akerman