Jump to content

How to Add Ship Method to Packing Slip?


Dirty Butter

Recommended Posts

Can someone suggest the code needed to add the customer's chosen Shipping Method to the Invoice/Packing Slip? I'm using the USPS Shipping Module.

I figured it out! Whoopie! Small victory in understanding all this code. I added

  {$order.ship_method}
to admin/skins/default/templates/orders.print.php.




<span class="orderid"><strong>{$LANG.common.order_id}</strong> &nbsp; {$order.cart_order_id}&nbsp; {$order.ship_method}</span>

That put the Shipping Method right under the Order ID number in my modified packing slip, so it's less likely that I won't notice if someone paid extra for an expedited shipping method.

Link to comment
Share on other sites

  • 1 month later...
Guest PoolPartsOnline

Hi Dirty Butter

I would like to do something similar but to show the payment method in the same spot.

I have tried the following code

<span class="orderid"><strong>{$LANG.common.order_id}</strong> &nbsp; {$order.cart_order_id}&nbsp; {$order.payment_method}&nbsp; {$order.ship_method}</span>

on line 31 of orders.print.php but it does not do anything.

I have tried every variation of payment method, paid by I can find in languages but it will not do anything on the order print.

Any ideas?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...