Zen Cart Logo
Forums / All Other Contributions/Addons / Super Orders v3.0 Support Thread (for ZC v1.3.9)

Super Orders v3.0 Support Thread (for ZC v1.3.9)

Views: 176,728

Results 641 to 660 of 1,018
15 Jan 2012, 4:55 PM
#641
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Super Orders v3.0 Support Thread (for ZC v1.3.9)

Being worked on, and there is NO ETA on when I will be ready to submit a v1.5 compatible version to the downloads section... Free work has to be done between paid work and my day job..:blush:

So that said all I can say is that I am working as fast as my paying work allows time for.. :smile:

ksduster:

Okay i not trying to be pushy here at all.. just curious..
Super orders is an great thing for my friends site that i set up/keep operational.
I just upgraded it to zen 1.5.0 this week..

I was lucky enough to somehow have super orders 3.? continue to work with out doing anything... but have lost the config options..

Is there anyone working on an update that covers zencart v1.5 that I can donate to?

Keep up the great work. its an awesome add on.:clap:

15 Jan 2012, 11:17 PM
#642
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Payment data for paypal transactions no longer showing up in super orders, any ideas?

For all transactions where paypal is the payment method I am getting

No Order Payment Data Available

This happened suddenly, and I can't remember making any changes that would have caused this, all prior paypal orders are fine, but once it stopped working, no new paypal orders are causing payment details to be entered.

15 Jan 2012, 11:26 PM
#643
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

DigitalShadow:

Payment data for paypal transactions no longer showing up in super orders, any ideas?

For all transactions where paypal is the payment method I am getting

No Order Payment Data Available

This happened suddenly, and I can't remember making any changes that would have caused this, all prior paypal orders are fine, but once it stopped working, no new paypal orders are causing payment details to be entered.

Actually I'm wrong, only some are shown in superorders

Payment data for paypal transactions doesn't always show up in super orders, any ideas?

17 Jan 2012, 7:45 AM
#644
sandy86 avatar

sandy86

New Zenner

Join Date:
Jan 2012
Posts:
4
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

after installing this mod in print invoices in batch screen, when ever i hit the search button it redirects to login page .please help me out

19 Jan 2012, 11:12 AM
#645
carlvt88 avatar

carlvt88

Zen Follower

Join Date:
Aug 2007
Location:
Williston, Vermont
Posts:
180
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

@DigitalShadow - I believe the current mechanism is: when you view an order in super_orders.php, it'll create the paypal entry. The paypal entries aren't automatically generated so if you look at a paypal report without first looking at the order, the entry will not have been generated.

@Sandy86 - Guessing, but could this be due to a corrupt file? Extra file (.bak) in your extra_functions directory? If you back out the change, does the problem go away?

23 Jan 2012, 6:17 PM
#646
hairydog avatar

hairydog

Zen Follower

Join Date:
Sep 2006
Posts:
165
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

ksduster:

I was lucky enough to somehow have super orders 3.? continue to work with out doing anything... but have lost the config options..

So as long as the config is OK before the upgrade, it is good to go on 1.5?

I have a couple of clients who want to move to 1.5 but are definite that they don't want to lose Super Orders. So it is a bit of a lottery, especially as Divavocals isn't in a position to give any sort of timescale estimate. Days? Weeks? Months? Year? Who can tell?

If you've got a workable setup through upgrading, that would probably be good enough for the interim.

23 Jan 2012, 6:21 PM
#647
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Working on a v1.5 updgrade/bugfix release. DO NOT ASK ME for an ETA on the release date. I think that I finally have the bandwidth to work on this with some regularity now.. Please understand that I do this work in MY spare time and I prioritize free mod work based on my workload/availability from paid work. In other words, I am working on it, but paying work will ALWAYS take priority over free mods work.

That said I am feeling good that I will have something soon.. :blush:

So here's where we last left our heroine:laugh::

DivaVocals:

For those interested.. Here's what was left on my to-do list for the Super Orders release I've been working on:

  1. Language Support for Super Payment Types

Needs to support payment types for all languages used in the shop. Because of the way credit card auto payments work in Super Orders, the payment type code for American Express, Visa, Matercard, Diners Club, Discover, Maestro, SOLO, and JCB must be identical for all languages.
(See admin/includes/classes/super_order.php starting at line 275)

  1. Update comments using “Batch Status Update” not working correctly.

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.

Currently does not create the correct comment type. Hidden comments and no e-mail comments are not e-mailed to the customer, but they are stored and displayed in the store as if they are e-mail comments.

  1. PDF Packing Slip incorrectly displays the “Balance Due” Amount
  1. PDF Packing Slip needs to support wrapping display long attributes names

Word wrapping works for product names and models, but not attributes.

  1. PDF Packing Slip does not print all order comments

Seems to only print the 1st comment. Should print comments the same way comments print on the regular invoice.

  1. PDF Packing Slip - Symbols are displayed incorrectly.

Most notably currency symbols, copyright and trademark symbols, etc..

In addition to the changes noted above, and making the app v1.5 compatible, the following bugfixes and improvements that I have been trying for over a year to finish and release will be included. (Some of these fixes were probably already addressed in Scott's recent SO update, but I will note them here anyway..)

  1. 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 orders.php, invoice.php, & packingslip.php.

This change is huge and I am sure there will be those who disagree with it. So let me explain the reason for moving in this direction.

I appreciate the original author's desire to not modify core files, but over time this put the Super Orders files out of step with it's core "cousin files". There many other mods which do indeed modify core admin files, and we don't feel there's any further need for Super Order to not follow suit. (caveat, with GOOD documentation and adequately marked code to make it CLEAR where core edits begin.)

In the version 3.0 release we worked hard to bring the Super Orders "cousin files" back in alignment with the core files they are meant to replace. This brought back much of the default order management functionality missing from Super Orders back into the mod (processing PayPal refund from the order window for example).

However, this still leaves us with somewhat nightmarish upgrade issues when Zen Cart is upgraded. (for this discussion assume I am NOT referring to the 2.0 flavor of Zen Cart) In order to have a reasonable assurance that core changes to Zen Cart order files are included in Super Orders, we decided to incorporate Super Orders functionality directly into the core order files. This should make future Zen Cart core updates easier to integrate into Super Orders.
2. http://www.zen-cart.com/forum/showpost.php?p=1008080&postcount=275

File: admin\super_report_await_pay.php Line 132: Missing a <?php

  1. http://www.zen-cart.com/forum/showpost.php?p=1012083&postcount=279

In batch_status_update, I cleared the 'notify customer' checkbox, then clicked 'Check All' and 'update status'. Unfortunately, when I clicked 'Check All', it reset my prior settings so I ended up sending a bunch of emails to people with a default status.

I was able to use query builder to help me send apologies to the affected people though

Suggestion 1: Don't reset the 'notify customer' box, or make the default 'unchecked'. I did this by changing line 311 in super_batch_status.php:

echo zen_draw_checkbox_field('notify', 'on', false); echo ' ' . ENTRY_NOTIFY_CUSTOMER

> 
> Suggestion 2: Offer a confirmation box when sending more than N emails.
4. 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.
5. <http://www.zen-cart.com/forum/showpost.php?p=977572&postcount=54>[
http://www.zen-cart.com/forum/showpost.php?p=977666&postcount=55](http://www.zen-cart.com/forum/showpost.php?p=977666&postcount=55)

Fix super_data_sheet.php lines around lines 225 where TY Tracker is spliced in.
6. <http://www.zen-cart.com/forum/showpost.php?p=1029359&postcount=489>

> £ syntax is showing up on PDF packing slips AND balance due is blank. See screen shot 1. This doesn't seem to happen if we generate print outs via the browser.Correct PDF packing slip to intepret and output currency and other symbols correctly. (trademarks, currency symbols, copyright, etc)
7. Eliminate the need for the common_orders_functions.php file. Edit Orders and Super Orders should have their own functions files.
8. <http://www.zen-cart.com/forum/showpost.php?p=983195&postcount=161>
> **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](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..
> 
> Just so it's clear -- Auto payment generation for credit cards is slightly different than the new PayPal auto payment generation.
> 
> Auto payment generation for credit cards happens at the time of checkout. While PayPal auto payments are generated when the order is accessed from the Super Orders management screen.
> 
> The reason for this difference has everything to do with the general assumption that credit card payments are collected at the time of the sale, while PayPal payments may not be confirmed until 24-28 hours after the order is completed.
9. **Update comments using   “Batch Status Update” not working correctly.**

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.

Currently does not create   the correct comment type. Hidden comments and no e-mail comments are not   e-mailed to the customer, but they are stored and displayed in the store as   if they are e-mail comments.
10. **PDF Packing Slip needs   to support wrapping display long attributes names**

Word wrapping works for product names and models,   but not attributes.
11. **PDF Packing Slip does   not print all order comments**

Seems to only print the 1st comment. Should print   comments the same way comments print on the regular invoice.
12. **PDF Packing Slip   incorrectly displays the “Balance Due” Amount**
23 Jan 2012, 7:30 PM
#648
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

So tell me heroine... is the module upgrade will be only compatible with ZCv1.5? or is it going to be compatible with both versions?

If so, is SO going to be as is for 1.3.9 without any updates or is it going to have an ultimate/final upgrade before left behind? :lookaroun

23 Jan 2012, 8:17 PM
#649
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

hairydog:

So as long as the config is OK before the upgrade, it is good to go on 1.5?Short answer is no.. Even if you bullied in the admin menu changes, it is likely that Zen Cart v1.5 will shut down most if not all of SO's functions as SO's codebase does not meet the new v1.5 standards..

hairydog:

I have a couple of clients who want to move to 1.5 but are definite that they don't want to lose Super Orders. So it is a bit of a lottery, especially as Divavocals isn't in a position to give any sort of timescale estimate. Days? Weeks? Months? Year? Who can tell?And if this become critical, you can always consider hiring a developer to make the updates for you on behalf of your clients.. I'm sorry if this is frustrating for folks, but I'm just not going to give any time estimate because as I've stated, PAID work comes before FREE mod development. And family and personal health issues ALSO are prioritized above free mod development.. (hence the one year delay on the promised Super Order updates to begin with) I would love to give time estimates and say with certainty that we're gonna make those dates, but my paying clients will always come first, and sometimes that prevents me from making promised dates.. So now I choose NOT to provide them..

So all I can say at the moment is that RIGHT NOW, I have some bandwidth to squeeze this in, and I started working on this again.. However, if that changes, you can bet your bottom dollar that the free work gets dropped like a stone.. and if you asked other developers of free mods, they would say the same..

hairydog:

If you've got a workable setup through upgrading, that would probably be good enough for the interim.Not true at all.. Zen Cart v1.5 is very different and enforces some stricter standards than previous versions of Zen Cart. The changes are forcing some MUCH NEEDED changes to Super Orders.. My recommendation is that NO ONE using Zen Cart v1.5 attempt to use Super Orders 3.0 and wait for the v1.5 version. If you insist on doing otherwise, I will respectfully ask you to start a new thread and take those discussions there.

ideasgirl:

So tell me heroine... is the module upgrade will be only compatible with ZCv1.5? or is it going to be compatible with both versions?

If so, is SO going to be as is for 1.3.9 without any updates or is it going to have an ultimate/final upgrade before left behind? :lookarounIF and only IF after the enhancements and bugfixes are in place and tested in v1.5 will I take a look to see if v1.3.9 can be supported too.. But honestly it's been a struggle to find time to work on this as is.. So if trying to make Super Orders BOTH v1.3.9 and v1.5 compatible is going to take up too much time, then sadly I will have to leave 1.3.9 behind.. :smile:

24 Jan 2012, 8:00 PM
#650
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

I have a few fixes to Super Orders that I will submit shortly:

  • Batch Print and Batch Status update will permit either starting or ending order number (in addition to handling both).
  • Batch Print and Batch Status update screens narrowed so they fit into a the admin window instead of requiring a scroll right.
24 Jan 2012, 10:03 PM
#651
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

swguy:

I have a few fixes to Super Orders that I will submit shortly:

  • Batch Print and Batch Status update will permit either starting or ending order number (in addition to handling both).
  • Batch Print and Batch Status update screens narrowed so they fit into a the admin window instead of requiring a scroll right.Scott are your changes obvious enough for me to easily see them and merge in with the the v1.5 changes I am working on???
24 Jan 2012, 11:54 PM
#652
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Two blocks of identical code in super_batch_forms.php and super_batch_status.php

25 Jan 2012, 3:59 AM
#653
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

swguy:

Two blocks of identical code in super_batch_forms.php and super_batch_status.php
Cool.. Thanks..

26 Jan 2012, 2:25 PM
#654
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

I am getting occasional "out of memory" errors during Super Batch Print with Super Orders 3.0/Zen Cart 1.3.9 on a cart with an orders table of around 20K entries. I have seen a handful of other reports of this issue on the forum. I'm considering archiving some old orders to reduce the size of this table (and the associated tables). Is anyone else grappling with this issue?

27 Jan 2012, 6:47 PM
#655
lopi avatar

lopi

New Zenner

Join Date:
Jan 2009
Posts:
45
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hi, could you tell me when it will be support for Zen 1.5

Thank you :smartalec:

27 Jan 2012, 7:32 PM
#656
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Lopi:

Hi, could you tell me when it will be support for Zen 1.5

Thank you :smartalec:
Amazing what you find when you search through the thread..

http://www.zen-cart.com/forum/showpost.php?p=1094935&postcount=641
http://www.zen-cart.com/forum/showpost.php?p=1097253&postcount=647
http://www.zen-cart.com/forum/showpost.php?p=1097318&postcount=649

28 Jan 2012, 4:42 PM
#657
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

These changes have been submitted in update Super Order 3.0.2.

swguy:

I have a few fixes to Super Orders that I will submit shortly:

  • Batch Print and Batch Status update will permit either starting or ending order number (in addition to handling both).
  • Batch Print and Batch Status update screens narrowed so they fit into a the admin window instead of requiring a scroll right.
28 Jan 2012, 6:18 PM
#658
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

swguy:

These changes have been submitted in update Super Order 3.0.2.
Curious about this second change as this was never an issue in ALL of the Super Order installs I've done

  • Batch Print and Batch Status update screens narrowed so they fit into a the admin window instead of requiring a scroll right.
28 Jan 2012, 8:42 PM
#659
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

You will see a scroll bar at the bottom if the window is narrower than 1070 pixels (at least at the resolution I am running at).

28 Jan 2012, 11:12 PM
#660
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

swguy:

You will see a scroll bar at the bottom if the window is narrower than 1070 pixels (at least at the resolution I am running at).
Ahhhhhh.. Got it.. and this might be why I never noticed since even my laptop is set to a high screen size.. Funny none of my clients ever said anything either.. :D SMH

Thanks for the explanation.. :smile: