Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
Just got the word today!!! Light at the end of the tunnel is coming.. One issue down, one issue to go.. Volunteers rock!!! :smile: Still not ETA just yet, but I feel a change a comin' soon!! :laugh:
Quote:
Originally Posted by
DivaVocals
Update..
Because of the ability to integrate Edit Orders with Super Orders (for those running both add-ons) I wanted to release Edit Orders and Super Orders at the same time. However there are two bugs that have held up both of these releases.
There are volunteers who are working on addressing these bugs. I have no ETA on how soon they will be able to finish the work at this time.. Hoping that it will be soon. That's the best timeframe I can give anyone about the status of this add-on. It will continue to be the answer I give when asked timeframe questions. (sorry folks..:smile:)
For those who want details on the outstanding issues here they are.
Super Orders
Summary: Batch printing invoices/packingslips not page breaking correctly in Internet Explorer, Opera, & Safari
Description: The batch print function of Super Orders is not correctly interpreting the page breaks for invoices, packingslips, and shipping labels. For invoices & packingslips, the page break should happen just above the logo for each page generated. Shipping labels should be printing 4 labels to a page. The page break functionality works correctly in Firefox & Chrome.
Edit Orders
Issue: Status change requires comment to be entered
Description: System will not save status without entering a comment. Changing the order status without entering a comment results in an error message being generated, and the updated order status is not saved to the status update table.
===========================================================
Enhancements the new version will offer..
- DONE Full integration of Super Orders functionality into the into Zen Cart core. Eliminate once and for all the separate Super Orders versions of the core "cousin files". Replace super_orders.php, super_invoice.php, & super_packingslip.php with Super Order enhanced versions of the core files orders.php, invoice.php, & packingslip.php.
- DONE Auto generate Super Orders payment records when orders a paid via PayPal
- DONE Credit Card Auto Payment Generation Tweak:
I decided to update the class file that auto generates Super Orders payments for credit card paid orders based on Blindside's post here:
http://www.zen-cart.com/forum/showpo...&postcount=207. (just the part of this code which relates to credit payments.. PayPal auto payments are handled differently)
I liked the fact that it no longer hardcodes the credit card codes, and instead relies on the data in the Super Orders payments types table. IF a NEW credit card type is supported by Zen Cart, the only thing Super Orders users need to do is to create a corresponding Super Orders payment type (the Super Orders payment code must match the corresponding credit card as it does now for supported credit cards).. This is loads easier for all I think!!
This will help keep people -- particularly newbies -- "out of the code" just to update the module.. Having to edit module files is often where things go wrong for newbies:smile:.. - Batch Form Printing. When shopowners print multiple invoices they are presented with a new window with all the selected invoices in separate frames. Printing frames is only supported by IE and Firefox (the 2 most commonly used browsers when SO was initially released). This code still works, but is showing signs of it's age. (the 80s called.. :laugh:) Frame printing is not supported in Chrome, Safari, or Opera. Therefore, this function is to be modified so that batch invoices no longer render in frames and the selected invoice prints on its own page. Align batch invoices and packingslips so that they look/act like the single printed versions.
- DONE Fixed super_report_await_pay.php - missing a "<?php" (see: http://www.zen-cart.com/forum/showpo...&postcount=275)
- DONE This "fix" should be addressed in the readme as part of the user manual and therefore will not be included in the release. http://www.zen-cart.com/forum/showpo...&postcount=279
- DONE Fixed super_data_sheet.php lines around lines 225 where Ty Package Tracker is included. Caused errors for those not running Ty Package Tracker. (see: http://www.zen-cart.com/forum/showpo...6&postcount=55)
- DONE Correct PDF packing slip to interpret and output currency and other symbols correctly. (trademarks, currency symbols, copyright, etc)
- DONE Eliminate the need for the common_orders_functions.php file. Edit Orders and Super Orders should have their own functions files.
- DONE Comments in “Batch Status Update” should work the same way default order comments work. (support for e-mail, no e-mail, or hidden comments) . If working properly should allow shop owner to create batch hidden order comments.
- DONE PDF Packing Slip now prints comments the same way comments print on the regular invoice.
- DONE Correct balance due display on PDF packing slip
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
swguy
Just change 'TYPE=MyISAM' to 'Engine=MyISAM' in the .SQL file.
Thank you!
It worked.
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
DivaVocals
I assume you are working with Zen Cart v1.39?? If so then what does the default invoice display???
Sorry for such late reply,
Yes I am working on ZC v 1.3.9
It is displaying one decimal place on default invoice also.
Re: Super Orders v3.0 Support Thread
That's what I thought.. then the issue is NOT Super Orders issue at all but rather some setting in Zen Cart.. I am at work right now so off the top of my head I do not know which configuration item you need to change.. Best thing I can suggest is searching the forum or the FAQs for the decimal place configuration settings in Zen Cart..
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
DivaVocals
That's what I thought.. then the issue is NOT Super Orders issue at all but rather some setting in Zen Cart.. I am at work right now so off the top of my head I do not know which configuration item you need to change.. Best thing I can suggest is searching the forum or the FAQs for the decimal place configuration settings in Zen Cart..
Thanks. I will check it.
Also whenever you can gve it a thought, please see if you can remeber. :smile:
I have set admin>configuration>mystore> Tax decimal pad to 2.
Also I have set currencies>decimal place to 2.
The prices and taxes are displaying correctly in shopping cart. Only issue is invoice.
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
kapil_sb
Thanks. I will check it.
Also whenever you can gve it a thought, please see if you can remeber. :smile:
I have set admin>configuration>mystore> Tax decimal pad to 2.
Also I have set currencies>decimal place to 2.
The prices and taxes are displaying correctly in shopping cart. Only issue is invoice.
My only other suggestion is to post a question in the forum to get help on the issue it is not caused by Super Orders (demonstrated by the fact that the default invoice exhibits the exact same behavior)
Re: Super Orders v3.0 Support Thread
Look under Localization->Currencies->your currency and see if the number of decimal places is 2.
Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
Volunteers rock!!! :smile: Still no ETA just yet, but as I last reported, there is one last issue remaining.. It is getting some traction, but as always volunteers have lives outside this forum. So just know we are ALMOST there!! :laugh:
Quote:
Originally Posted by
DivaVocals
Update..
Because of the ability to integrate Edit Orders with Super Orders (for those running both add-ons) I wanted to release Edit Orders and Super Orders at the same time. However there are two bugs that have held up both of these releases.
There are volunteers who are working on addressing these bugs. I have no ETA on how soon they will be able to finish the work at this time.. Hoping that it will be soon. That's the best timeframe I can give anyone about the status of this add-on. It will continue to be the answer I give when asked timeframe questions. (sorry folks..:smile:)
For those who want details on the outstanding issues here they are.
Super Orders
Summary: Batch printing invoices/packingslips not page breaking correctly in Internet Explorer, Opera, & Safari
Description: The batch print function of Super Orders is not correctly interpreting the page breaks for invoices, packingslips, and shipping labels. For invoices & packingslips, the page break should happen just above the logo for each page generated. Shipping labels should be printing 4 labels to a page. The page break functionality works correctly in Firefox & Chrome.
Edit Orders
Issue: Status change requires comment to be entered
Description: System will not save status without entering a comment. Changing the order status without entering a comment results in an error message being generated, and the updated order status is not saved to the status update table.
===========================================================
Enhancements the new version will offer..
- DONE Full integration of Super Orders functionality into the into Zen Cart core. Eliminate once and for all the separate Super Orders versions of the core "cousin files". Replace super_orders.php, super_invoice.php, & super_packingslip.php with Super Order enhanced versions of the core files orders.php, invoice.php, & packingslip.php.
- DONE Auto generate Super Orders payment records when orders a paid via PayPal
- DONE Credit Card Auto Payment Generation Tweak:
I decided to update the class file that auto generates Super Orders payments for credit card paid orders based on Blindside's post here:
http://www.zen-cart.com/forum/showpo...&postcount=207. (just the part of this code which relates to credit payments.. PayPal auto payments are handled differently)
I liked the fact that it no longer hardcodes the credit card codes, and instead relies on the data in the Super Orders payments types table. IF a NEW credit card type is supported by Zen Cart, the only thing Super Orders users need to do is to create a corresponding Super Orders payment type (the Super Orders payment code must match the corresponding credit card as it does now for supported credit cards).. This is loads easier for all I think!!
This will help keep people -- particularly newbies -- "out of the code" just to update the module.. Having to edit module files is often where things go wrong for newbies:smile:.. - Batch Form Printing. When shopowners print multiple invoices they are presented with a new window with all the selected invoices in separate frames. Printing frames is only supported by IE and Firefox (the 2 most commonly used browsers when SO was initially released). This code still works, but is showing signs of it's age. (the 80s called.. :laugh:) Frame printing is not supported in Chrome, Safari, or Opera. Therefore, this function is to be modified so that batch invoices no longer render in frames and the selected invoice prints on its own page. Align batch invoices and packingslips so that they look/act like the single printed versions.
- DONE Fixed super_report_await_pay.php - missing a "<?php" (see: http://www.zen-cart.com/forum/showpo...&postcount=275)
- DONE This "fix" should be addressed in the readme as part of the user manual and therefore will not be included in the release. http://www.zen-cart.com/forum/showpo...&postcount=279
- DONE Fixed super_data_sheet.php lines around lines 225 where Ty Package Tracker is included. Caused errors for those not running Ty Package Tracker. (see: http://www.zen-cart.com/forum/showpo...6&postcount=55)
- DONE Correct PDF packing slip to interpret and output currency and other symbols correctly. (trademarks, currency symbols, copyright, etc)
- DONE Eliminate the need for the common_orders_functions.php file. Edit Orders and Super Orders should have their own functions files.
- DONE Comments in “Batch Status Update” should work the same way default order comments work. (support for e-mail, no e-mail, or hidden comments) . If working properly should allow shop owner to create batch hidden order comments.
- DONE PDF Packing Slip now prints comments the same way comments print on the regular invoice.
- DONE Correct balance due display on PDF packing slip
Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
I'm thinking this may be something that can be associated with Super Orders, I'm looking to allow the customer at checkout to split their order. Any thoughts?
Thanks,
Larry
Re: Super Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
Quote:
Originally Posted by
bislewl
I'm thinking this may be something that can be associated with Super Orders, I'm looking to allow the customer at checkout to split their order. Any thoughts?
Thanks,
Larry
Not a feature of Super Orders. The split order feature in Super Orders allows a shopowner to split and order AFTER it's been placed..