Jump to content

Add shipping to packing slip and product code to Google Checkout


Guest PLMaster

Recommended Posts

Guest PLMaster

I have two quick questions: Using CC 4.2.2

1. We use our packing slip internally only. How can I add the shipping method and price chosen and the info from the comments field into the packing slip?

2. Is there a way to make it so Google Checkout includes the product code without adding the code to our product names? We have to go searching for codes everytime we get a GC order.

Thanks!

Link to comment
Share on other sites

Guest PLMaster

After much trial and error I finally figured this out for us. In admin/sources/orders/print.inc.php, find a nifty place and add the following:

<?php echo $result[0]['shipMethod']; ?>




For comments:


<?php echo $orderSum['0']['comments']; ?>

I set mine up so it has the billing address, ship method and gateway on the right side and the shipping address and comments on the left side, with the regular order info appearing in the same place underneath. If you want that too let me know I'll give you code.

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...