Hi,

For my packing slip I would like it to have the product Quantity, Title, Price Ea and Total price aswell as shipping and grand total. I have Quantity, Title, Price Ea sorted but cannot do the rest.

Thanks,
Daniel

Code:
        echo $order->products[$i]['qty'] . '&nbsp;</td>' . "\n" . 
        '        <td class="dataTableContent" valign="middle" align="center">' . $order->products[$i]['name'];
	
	echo $order->products[$i]['price'] . '&nbsp;' . "\n" . 
   	'        <td class="dataTableContent" valign="middle" align="center">' . $order->products[$i]['price'];