Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

    Default Client Invoice - problems customizing the popup-print-invoice addon

    Hi All

    The invoice that can be pulled on the Admin side for orders, i would like my clients to be able to view their invoices like this, currently all that they can do is view their invoice with very basic info, the zen cart default method, i would like them to have the Admin invoice that we can pull as it looks much much better

    Is there a way to do this?

    Thanks

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Client Invoice

    You could try out the popup_print_invoice contribution floating around in the forum
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Client Invoice

    This has not been contributed at this time but I have a functioning zip if you want it.

    PM me with your email addy
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

    Default Re: Client Invoice

    will try the pop up 1st

    thanks

  5. #5
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

    Default Re: Client Invoice

    [FONT=Verdana]This is great and works, but there are a few small issues:[/FONT]
    [FONT=Verdana]1 - Using my black background and not a white page[/FONT]
    [FONT=Verdana]2 - Item description column is off[/FONT]
    [FONT=Verdana]3 - Tax shows as None![/FONT]
    [FONT=Verdana]4 - The print preview or print is cutting text off the right hand side[/FONT]

    [FONT=Verdana]Any ideas on how to resolve this would be much appreciated[/FONT]
    [FONT=Verdana]Thanks[/FONT]
    [FONT=Verdana]Lloyd[/FONT]

    Link to issue image:
    http://img127.imageshack.us/img127/282/issuehu6.jpg
    Last edited by LloydR; 6 Aug 2008 at 09:59 PM. Reason: spelling

  6. #6
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Client Invoice - problems customizing the popup-print-invoice addon

    Was a solution ever found for this?

  7. #7
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Client Invoice - problems customizing the popup-print-invoice addon

    I to have a black background!

    The only way I could change it was to edit the:
    /includes/templates/YOUR_TEMPLATE/popup_print_invoice/tpl_main_page.php file

    I changed
    Code:
    <link rel="stylesheet" type="text/css" href="/admin/includes/stylesheet.css">
    <body onload="resize(); print();">
    <table width="96%" border="0" cellpadding="2" cellspacing ="2" align="center">
      <tr>
        <td>
          <?php require(DIR_WS_MODULES . 'print_invoice.php'); ?>
        </td>
      </tr>
      <tr>
        <td class="main" align="right"><?php echo '<a href="javascript:window.close()">' . TEXT_CURRENT_CLOSE_WINDOW . '</a>'; ?></td>
      </tr>
    </table>
    </body>
    to
    Code:
    <body onload="resize(); print();" bgcolor="#ffffff">
    <table width="96%" border="0" cellpadding="2" cellspacing ="2" align="center" bgcolor="#ffffff">
      <tr>
        <td bgcolor="#ffffff">
          <?php require(DIR_WS_MODULES . 'print_invoice.php'); ?>
        </td>
      </tr>
      <tr>
        <td class="main" align="right"><?php echo '<a href="javascript:window.close()">' . TEXT_CURRENT_CLOSE_WINDOW . '</a>'; ?></td>
      </tr>
    </table>
    </body>
    Last edited by rbarbour; 20 Nov 2010 at 07:13 PM.

  8. #8
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: Client Invoice - problems customizing the popup-print-invoice addon

    Good Mod, but the link to Priint Invoice does not show up on the account history page. any help?

 

 

Similar Threads

  1. v150 Print Popup Invoice for v1.5?
    By futurist71 in forum Upgrading to 1.5.x
    Replies: 19
    Last Post: 1 Mar 2019, 10:35 PM
  2. popup print invoice - no content
    By patternman in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Dec 2011, 07:47 PM
  3. Print Invoice Popup
    By shanesoine in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 24 Nov 2010, 11:52 AM
  4. Popup Print Invoice help
    By eps492003 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 09:50 PM
  5. Popup Print Invoice Version 1.1
    By Decostyle in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 15 Feb 2009, 08:28 PM

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