Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Phone number on shipping label help

    I have a need to get the phone number on the shipping label.

    Can someone tell me how to do that?


    Thanks a million!

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Phone number on shipping label help

    Explain to me more in detail about this shipping label...
    It is not a function of the core of zen cart..
    You can print a packing slip and invoice...
    Have you downloaded a module???
    Mark
    Hare Do

  3. #3
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Re: Phone number on shipping label help

    I did get it to show up on the shipping label. I edited super_shipping label file from super orders..

    found this
    <TD class="pageHeading"><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br>'); ?></TD>

    Then I added

    <?php echo $order->customer['telephone']; ?>

    I just have to get it formatted properly..

  4. #4
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Re: Phone number on shipping label help

    Here is the solution for anyone needing to have the phone number on the shipping label for super order. Just edit super_shipping_label.php

    <!-- body_text //-->
    <p>
    <TABLE border="0" width="100%" cellspacing="4" cellpadding="4">
    <TR>
    <TD>
    <TABLE border="0" width="100%" cellspacing="4" cellpadding="4">
    <TR>
    <TD class="main"><?php echo nl2br(STORE_NAME_ADDRESS); ?></TD>
    </TR>
    </TABLE>

    <TABLE border="0" width="100%" cellspacing="2" cellpadding="2">
    <TR>
    <TD valign="top">
    <TABLE width="100%" border="0" cellspacing="2" cellpadding="2">

    <TR>
    <td width="20%"><?php echo $oID; ?></td>
    <TD class="pageHeading"><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br>'); ?></TD>
    </TR>

    <TR><td>&nbsp;</td><td class="pageHeading"><?php echo $order->customer['telephone']; ?></td>
    </TR>
    </TABLE>
    </TD>
    <? php
    ?>
    </TR>
    </TABLE>
    </TD>
    </TR>
    </TABLE>

  5. #5
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Phone number on shipping label help

    Thanks for posting back the solution.. Glad all is well...
    Mark
    Hare Do

  6. #6
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Re: Phone number on shipping label help

    Another quick question regarding this.

    This is going to be used for drop shipping purposes, so we want the telephone number that is displayed to be the Ship to telephone number, and not the bill to.

    Currently this ">customer['telephone']"
    is the billing telephone number.

    Is there a way to change that to print the shipping telephone number?

    Thanks!

  7. #7
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Re: Phone number on shipping label help

    Nevermind! During checkout there is only one space for telephone. For some reason I was thinking there was two. There's a module.

  8. #8
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: Phone number on shipping label help

    Glad you got it going.

    For future reference and those lurking, you would be better served by going to the thread for the particular mod you have questions for -- in this case http://www.zen-cart.com/forum/showth...t=super+orders.

    If the answers for the posting tips are not given, we may not have a clue that a mod-fix is needed. Folks in a thread made for the mod may have already answered the question or can quickly point you in the right direction.

 

 

Similar Threads

  1. v150 Add Phone Number to Contact Us - phone number is not on the emails?
    By ljdream00 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Apr 2012, 10:37 PM
  2. Adding phone number in shipping address
    By jeba in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Aug 2009, 12:53 AM
  3. UPS Shipping Phone Number
    By kwright in forum General Questions
    Replies: 2
    Last Post: 8 Oct 2008, 06:44 PM
  4. Shipping address phone number
    By awoman in forum Managing Customers and Orders
    Replies: 7
    Last Post: 10 Aug 2007, 12:55 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