Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Jul 2011
    Posts
    24
    Plugin Contributions
    0

    Default Print Popup Invoice for v1.5?

    Can someone tell me if Print Popup Invoice will work on Zencart v1.5?

    http://www.zen-cart.com/downloads.php?do=file&id=1089

    Regards,

  2. #2
    Join Date
    Jul 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Print Popup Invoice for v1.5?

    No answer about this ?? No one knows about this?

    Regards,

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

    Default Re: Print Popup Invoice for v1.5?

    Have you scrolled down to the bottom of this page and checked any of the Similar Threads?
    Of course, you could help out the forum by trying it out and reporting whether or not it worked.

  4. #4
    Join Date
    Dec 2006
    Location
    New Zealand
    Posts
    8
    Plugin Contributions
    0

    Default Re: Print Popup Invoice for v1.5?

    I have just installed on 1.50 and seems to be working fine :-)

  5. #5
    Join Date
    Dec 2006
    Location
    New Zealand
    Posts
    8
    Plugin Contributions
    0

    Default Re: Print Popup Invoice for v1.5?

    Quote Originally Posted by futurist71 View Post
    Can someone tell me if Print Popup Invoice will work on Zencart v1.5?

    http://www.zen-cart.com/downloads.php?do=file&id=1089

    Regards,
    Quote Originally Posted by dbltoe View Post
    Of course, you could help out the forum by trying it out and reporting whether or not it worked.
    I have just installed on ZenCart v1.5.0 and seems to be working fine :-)

  6. #6
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Print Popup Invoice for v1.5?

    I installed it on 1.5.0 it works fine however i have the corner site seal (http://www.zen-cart.com/downloads.php?do=file&id=1102) installed, when printing an invoice it will print the seal too, any way to avoid that?

  7. #7
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Print Popup Invoice for v1.5?

    Quote Originally Posted by ShopVille View Post
    I installed it on 1.5.0 it works fine however i have the corner site seal (http://www.zen-cart.com/downloads.php?do=file&id=1102) installed, when printing an invoice it will print the seal too, any way to avoid that?
    Some of the html_header.php is loaded with the popup window... for me, I put the site seal script into a text file and strip off the script tags, saved it in my template javascript folder as site_seal.js Make sure you remove the <script> tags!

    then on the html_header file I replaced the code with this..

    PHP Code:
    <script src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE$current_page_base,'jscript') . '/site_seal.js' ?>" type="text/javascript"></script>
    Doesn't get loaded with popups that way..

    also... invoice popup works on 1.5.1 too...
    Dave
    Always forward thinking... Lost my mind!

  8. #8
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Print Popup Invoice for v1.5?

    Quote Originally Posted by davewest View Post
    Some of the html_header.php is loaded with the popup window... for me, I put the site seal script into a text file and strip off the script tags, saved it in my template javascript folder as site_seal.js Make sure you remove the <script> tags!

    then on the html_header file I replaced the code with this..

    PHP Code:
    <script src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE$current_page_base,'jscript') . '/site_seal.js' ?>" type="text/javascript"></script>
    Doesn't get loaded with popups that way..

    also... invoice popup works on 1.5.1 too...
    Thanks this works magic :)!!

    is there a way to avoid the "Close Window" being printed on invoice?
    Also can we add a print button next to the view button on the order history page? see attached Name:  Capture.PNG
Views: 396
Size:  14.4 KB

  9. #9
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Print Popup Invoice for v1.5?

    Quote Originally Posted by ShopVille View Post
    is there a way to avoid the "Close Window" being printed on invoice?
    one way is to use a background image instead of a forground image or text. Backgrounds don't normaly get printed unless the user turns it on in their web broswer. to use.. place a style tag above the body tag on tpl_main_page.php in the popup_print_invoice folder
    Code:
    <style> .closeBox { background:#fff url(../images/cross.gif) no-repeat; display: block; width: 25px; outline: none; }</style>
    replace the text area with a donothing image for a spacer... backgrounds don't affect forground so you have to make room for them.
    Code:
     <td class="main" ><a href="javascript:window.close()"><div class="closeBox"><?php echo zen_draw_separator('pixel_trans.gif', '20', '20'); ?></div></a></td>
    I used a red X to the left of the row for folks to key in on, the entire row well act as a button...
    Also can we add a print button next to the view button on the order history page? see attached
    The print invoice popup makes use of what was already created when the invoice was displayed... to do a button outside of a created invoice dispay means you would have to add more code so the popup can create an invoice.
    Dave
    Always forward thinking... Lost my mind!

  10. #10
    Join Date
    Jun 2012
    Posts
    32
    Plugin Contributions
    1

    Default Re: Print Popup Invoice for v1.5?

    Hello,

    I have ZenCart 1.5.5a, Ceon-URI-Mapping-4.5.2 and One-Page Checkout installed. When I click Print Invoice I get a blank page printed. Any Ideea how to fix this as I get no error logs?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. popup print invoice - no content
    By patternman in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Dec 2011, 07:47 PM
  2. Client Invoice - problems customizing the popup-print-invoice addon
    By LloydR in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 12 Jan 2011, 10:41 AM
  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