Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Shipping Method detail in packing slip

    Hi All,

    Im trying to show $SHIPPING_METHOD_DETAIL rather than $shipping_method. (This was from one of the email templates)

    I have found the code to replace this however think that Im missing something that gets this info from the data base as when I replace the above it doesnt give me anything.

    Im trying to display this in the packing slip under orders.

    Any help in the right direction would be great.

    Thanks

    Brett

  2. #2
    Join Date
    Aug 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Shipping Method detail in packing slip

    Not sure if this gets at the field you want, but here's what I ended up doing for this:

    Search for the text ENTRY_PAYMENT_METHOD and add the following tr-block after the tr-block you find that text in.
    Code:
          <tr>
            <td class="main"><b><?php echo "Shipping Method:"; ?></b></td>
            <td class="main"><?php echo $order->info['shipping_method']; ?></td>
          </tr>

 

 

Similar Threads

  1. Add shipping method to packing slip ?
    By NullMind in forum Managing Customers and Orders
    Replies: 9
    Last Post: 2 Jun 2011, 03:38 AM
  2. Add Shipping Method to Packing Slip
    By sarahwhg in forum Managing Customers and Orders
    Replies: 6
    Last Post: 3 Oct 2010, 12:36 AM
  3. Replies: 8
    Last Post: 26 Aug 2010, 12:40 AM
  4. PDF Order Center packing slip not shown shipping method
    By gamenano in forum General Questions
    Replies: 3
    Last Post: 24 Aug 2009, 04:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR