Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 82
  1. #31
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: All Invoices Report [support]

    Quote Originally Posted by lolwaut View Post
    Hi,

    I am still on version 1.1 of this plugin because I am still running ZenCart 1.39h. I would love to have the print all packing slip functionality. Would the 1.1 code be easy to modify to allow for printing of all packing slips? Any help is greatly appreciated... thanks!
    Taking a quick look at the code, there are no core file overwrites and I check before using the v1.5.0+ functions. The code should work, it just won't integrate into your v1.3.9h admin's menu structure so you'll need to enter its address directly into your browser:

    yourhost.com/YOUR_ADMIN/all_invoices.php
    yourhost.com/YOUR_ADMIN/all_packingslips.php

    If it doesn't work in a ZC 1.3.9h environment, just remove the files copied (the full file list is in the readme).

  2. #32
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Quote Originally Posted by lat9 View Post
    Taking a quick look at the code, there are no core file overwrites and I check before using the v1.5.0+ functions. The code should work, it just won't integrate into your v1.3.9h admin's menu structure so you'll need to enter its address directly into your browser:

    yourhost.com/YOUR_ADMIN/all_invoices.php
    yourhost.com/YOUR_ADMIN/all_packingslips.php

    If it doesn't work in a ZC 1.3.9h environment, just remove the files copied (the full file list is in the readme).
    Thanks a bunch! The new versions notes said it was strictly for 1.5 so I was worried that the code was drastically different. I'm happy to hear that isn't the case!

    I got this 2.1 version working on my 1.39h install flawlessly. I managed to add the menu items for it by including this file:

    /admin/includes/boxes/extra_boxes/all_invoices_reports_dhtml.php

    Code:
      $za_contents[] = array('text' => BOX_ALL_INVOICES, 'link' => zen_href_link(FILENAME_ALL_INVOICES, '', 'NONSSL'));
      $za_contents[] = array('text' => BOX_ALL_PACKINGSLIPS, 'link' => zen_href_link(FILENAME_ALL_PACKINGSLIPS, '', 'NONSSL'));
    Thank you!

  3. #33
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: All Invoices Report [support]

    You're welcome! I'm glad you got it working ... menus and all.

  4. #34
    Join Date
    Dec 2013
    Location
    Southampton, UK
    Posts
    51
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Hi. I am having an issue with invoices not printing 1 per page and no page break. I am running the following:

    Windows 7
    IE 11
    ZC Version 1.5.1

    Everything was fine until I upgraded to IE 11. Is there something that needs to be updated or code altered for IE 11? The functions work correctly in all other browsers.
    I would prefer to sort this out for IE 11 as we use this for all other site functions.

  5. #35
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: All Invoices Report [support]

    I'm not seeing the IE11 issue. When printing the invoices, each new invoice starts on a new page (same configuration: IE11, Win7, ZC 1.5.1).

  6. #36
    Join Date
    Dec 2013
    Location
    Southampton, UK
    Posts
    51
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Any ideas? Only seemed to happen when I upgraded to IE11.

  7. #37
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: All Invoices Report [support]

    Like I said, I can't reproduce the issue running IE11 (11.0.9600.17207).

  8. #38
    Join Date
    Mar 2014
    Location
    United States
    Posts
    9
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Quote Originally Posted by Axeman View Post
    Hi. I am having an issue with invoices not printing 1 per page and no page break. I am running the following:

    Windows 7
    IE 11
    ZC Version 1.5.1

    Everything was fine until I upgraded to IE 11. Is there something that needs to be updated or code altered for IE 11? The functions work correctly in all other browsers.
    I would prefer to sort this out for IE 11 as we use this for all other site functions.
    I am having the same issue, but in my case, it doesn't seem to matter whether I'm using IE11, Chrome, etc., and it happens on multiple different PCs. I'm wondering if I messed up something in the addon installation.

  9. #39
    Join Date
    Sep 2012
    Posts
    254
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    /templates/tpl_all_invoices.php has a div style around line 270. This must be coded correctly for your browser type and version. If you upgraded to a new version of ie and it stopped working than the code isn't supported by the new browser. Add the code for your particular browser into that line.

  10. #40
    Join Date
    Mar 2014
    Location
    United States
    Posts
    9
    Plugin Contributions
    0

    Default Re: All Invoices Report [support]

    Quote Originally Posted by southshorepizza View Post
    /templates/tpl_all_invoices.php has a div style around line 270. This must be coded correctly for your browser type and version. If you upgraded to a new version of ie and it stopped working than the code isn't supported by the new browser. Add the code for your particular browser into that line.
    Thanks. That led me to a solution for my case. It may not be the preferred solution, but moving the style into the <table> tag works for me:

    Code:
    <table style="page-break-after: always;" border="0" width="100%" cellspacing="0" cellpadding="2">

 

 
Page 4 of 9 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. v152 Support Thread: Report All Errors (Even Warnings)
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 1 Feb 2020, 05:42 PM
  2. v154 Editable Invoices & Packing Slips [Support]
    By dbltoe in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Oct 2015, 11:44 PM
  3. Replies: 1
    Last Post: 27 Jan 2012, 06:35 PM
  4. Admin Activity Report [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 6 Aug 2009, 12:47 PM
  5. printing all invoices
    By simplesat in forum General Questions
    Replies: 1
    Last Post: 28 Nov 2008, 04:03 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