I would like to be able to show teh Order Grand Total and Order Shipping Cost on the Pick Slip.
Im using this code in the pick slip template:
<p><b> Order Total:</b> [%escape%][@grand_total@][%/escape%]<p><b> Postage Paid:</b>[%escape%][@shipping_total@]%/escape%]</p>
I get teh headings, but doesnt seem to show the totals - so im guessing those two variables are not getting passd over to that pick slip?
Can it be done?