Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Location
    Las Vegas Nevada
    Posts
    26
    Plugin Contributions
    0

    Default Invoice and Order Print Text Size Issue

    Just had a Zen Cart using customer inform me that the printing of orders and invoices result in such small text she needs a mag glass to read it. Anyone know how to enlarge the print out text while maintaining the layout and keeping the text on the page?

    Thanks,
    Mark

  2. #2
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: Invoice and Order Print Text Size Issue

    We have had the exact same issue when there are comments written on the order...?? Be nice to hear a fix...
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  3. #3
    Join Date
    Nov 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Invoice and Order Print Text Size Issue

    Hi there,

    Am not saying this is necessarily the text book way to do it, but after looking for a solution to the same problem as you, and not finding it, thought I'd give it a bash myself...

    So, we are editing -

    /shop/admin/invoice.php

    Find the line that says -

    PHP Code:
    <td class="main"><?php echo zen_address_format($order->customer['format_id'], $order->billing1'',
    and change to -

    PHP Code:
    <td class="pageheading"><?php echo zen_address_format($order->customer['format_id'], $order->billing1'',
    and find -

    PHP Code:
    <td class="main"><?php echo zen_address_format($order->delivery['format_id'], $order->delivery1'',
    and change it to -

    PHP Code:
    <td class="pageheading"><?php echo zen_address_format($order->delivery['format_id'], $order->delivery1'',
    I'd presume you could do the same trick on the on the packing slip file i.e. change "main" to "pageheading" (Though of course youre prob meant to do this in C.S.S.)



    Hope this helps,

    SK

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

    Default Re: Invoice and Order Print Text Size Issue

    Remember that there are stylesheets in the admin as well.

    Better to change something with a stylesheet than have a major upgrade problem later because you edited a core file.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. How do I change the Invoice and Packing slip text size?
    By gaffettape in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Jun 2010, 09:52 PM
  2. print css for order invoice?
    By rajoo.sharma in forum General Questions
    Replies: 2
    Last Post: 20 Feb 2010, 10:12 AM
  3. Alignment and Text Size Issue
    By jamezgreen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Jan 2010, 11:35 PM
  4. Looking to add print invoice and shipp invoice from admin---> orders
    By r4fdud in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 15 Mar 2009, 11:21 PM
  5. 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