Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Packaging Slip - How to change image?

    I thought I might have been close to changing the Zencart image to my personalized logo when I looked in admin/packagingslip.php. I also saw this line of code:

    Code:
    <td class="pageHeading" align="right"><?php echo zen_image(DIR_WS_IMAGES . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT); ?></td>
    However, I do believe I need to edit the HEADER_LOGO_IMAGE to call my own logo. Can anyone guide me as far as changing this logo? I'm stuck.

    thanks!

  2. #2
    Join Date
    Mar 2008
    Posts
    218
    Plugin Contributions
    0

    Default Re: Packaging Slip - How to change image?

    I found the answer!

    In admin/includes/languages/english.php you can modify that following definitions:


    Code:
    define('HEADER_LOGO_WIDTH', '200px');
    define('HEADER_LOGO_HEIGHT', '70px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');
    these control the header image on all admin pages - your custom image should be saved to admin/images/

  3. #3

    Default Re: Packaging Slip - How to change image?

    Good work Sfk!

    An important note here involves if the image size has been changed when the logo was changed.

    If it was, an additional edit is necessary. Here's the tutorial on it:

    https://www.zen-cart.com/tutorials/i...hp?article=158

 

 

Similar Threads

  1. How to add image in packing slip?
    By teflonchest in forum Managing Customers and Orders
    Replies: 1
    Last Post: 3 May 2010, 04:09 PM
  2. Send Packaging slip Automatically?
    By hansolo2008 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Sep 2008, 09:38 PM
  3. Print Syle for invoice and and packaging slip in admin
    By stevefriedman71 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Aug 2007, 09:26 PM

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