Just a quick query if there's an updated version for 1.5.5a in the pipeline? Thank you for making this available!
Just a quick query if there's an updated version for 1.5.5a in the pipeline? Thank you for making this available!
Hi lat9,
I just submitted an update (called it 2.5) which allows the storeowner to optionally update all the selected orders' status after generating the report.
It involved rearranging a couple things between files.
And the foreach which loops thru orders is v1.5.5 specific. I guess it could be changed to a "while !EOF, MoveNext()" if really needed on older versions.
https://www.zen-cart.com/downloads.php?do=file&id=1083
.
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.
Thanks, DrByte. I'll download your changes and create a v2.5.0 release in the plugin's GitHub repository.
Hi..
I have just downloaded and installed the 2.1.0 version (since I have 1.5.4). The readme file is telling me that I have to go to Reports->All Invoices or Reports->All Packing Slips. But I do not see the option All invoices or reports under the reports-button (only the standard ones like customers order total and so on)
Do you happen to know what went wrong?
an easy way to tell if you loaded the files to the right place would be to directly call the script:
www.yoursite.com/YOUR_ADMIN/all_invoices.php
does that work?
unfortunately i do not remember exactly how things appear on the admin menu w/o doing a little digging....
good luck.
Yes, I did something wrong, it must have been the heat (extremely hot day in the Netherlands)
It is working now, but since it is working, I have two other questions (sorry):
1) The invoices are shown in the standard design, not in the design that I have made for the invoices. Can this being changed?
2) Is it not possible to make a selection, for example, I want to print out order 8000 till 9000)?
Best Regards
I'm glad you got it sorted; in answer to your questions:
- The invoice display uses /YOUR_ADMIN/includes/templates/tpl_all_invoices.php to perform the formatting. If you've made modifications to the "standard" Zen Cart invoice, you'll need to merge those changes into that template.
- The plugin displays/formats invoices and packing slips based on orders-status, not by order-id. I've created a change-request on the plugins GitHub repository so that I "remember" this request, but I can't guarantee when I'll get it finished.
Bookmarks