Re: Super Orders v3.0 Support Thread
I'm using a new version of windows(7), but all I'm getting is a single php file and it's not coming down with any type of zip extension that I recognize, i.e., just .php when I download with the "Download" link.
Any ideas??
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
WWWD
I'm using a new version of windows(7), but all I'm getting is a single php file and it's not coming down with any type of zip extension that I recognize, i.e., just .php when I download with the "Download" link.
Any ideas??
Nope.. this seems to be more of an issue with your local computer.. Pretty sure it's not related to this add-on.. Have you downloaded other add-ons??
and BTW, if you are attempting to download the latest version (v4.0), this is the wrong support thread.. But again I think your issue is a local issue for you..
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
DivaVocals
lcsd_merged_packing_slips.php doesn't need the closing ?> as has been posted repeatedly by the Zen Cart admins..
Chances are lcsd_merged_packing_slips.php is generating an error because there is some file it needs that was not loaded properly..
Based on what I THINK you mean by "entire admin doesn't work" I assume you mean that the admin goes blank when the lcsd_merged_packing_slips.php file is in place?? (It helps to post EXACTLY what happens so I don't have to interpret) If my assumption is correct, you need to post what the error log file that would be generated when you get the blank page says.. (log files would be located in your "cache" folder) Once we know what the error is, then I can guide you on resolving it..
I uploaded all the files correctly as directed in the installation and now my whole admin area is blank. But when I take out the lcsd_merged_packing_slips.php it works perfect. Is this file necessary?
Re: Super Orders v3.0 Support Thread
Quote:
Originally Posted by
selcyis
I uploaded all the files correctly as directed in the installation and now my whole admin area is blank. But when I take out the lcsd_merged_packing_slips.php it works perfect. Is this file necessary?
Yes it's required or it wouldn't be included in the package.
To quote the post you quoted:
you need to post what the error log file that would be generated when you get the blank page says.. (log files would be located in your "cache" folder) Once we know what the error is, then I can guide you on resolving it..
Also you did not say what version of Zen Cart or Super Orders. If it is Super Orders 4.0, this is the WRONG support thread..
Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)
Hello there,
I just downloaded Super Orders v. 4.0.5 and after I uploaded the files and then tried to click on a link in my admin side everything went blank. I could not access any page. I had to remove all of them and reupload another way. But the same thing happened. After I spent hours on trying to upload and remove and find where I might have mistaken I decided to go the long route and find the bug with the code. I uploaded file by file until I found the problematic one. There is a bug in this file: admin/includes/classes/fpdf/fpdf.php. I have PHP version 5.2 and for me the error is that at line 1047 and 1329 there is a '.' there that should not be.
Line 1047:
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Line 1329
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Thank you for this great program.
May God bless you
Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)
Quote:
Originally Posted by
HiPCTech
Hello there,
I just downloaded Super Orders v. 4.0.5 and after I uploaded the files and then tried to click on a link in my admin side everything went blank. I could not access any page. I had to remove all of them and reupload another way. But the same thing happened. After I spent hours on trying to upload and remove and find where I might have mistaken I decided to go the long route and find the bug with the code. I uploaded file by file until I found the problematic one. There is a bug in this file: admin/includes/classes/fpdf/fpdf.php. I have PHP version 5.2 and for me the error is that at line 1047 and 1329 there is a '.' there that should not be.
Line 1047:
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Line 1329
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Thank you for this great program.
May God bless you
This is the Super Order 3.0 support thread.. You need to post Super Orders 4.0 comments/questions in the Super Orders 4.0 support thread..
Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)
Thank you for the notice. I posted it there too. I didn't know there was a thread for version 4... I guess I didn't look enough.
Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)
Looks like the button to go to the Support Thread is leading us here to the 3.0 support as seen on the Super Orders Mod Page http://www.zen-cart.com/downloads.php?do=file&id=155
Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)
Quote:
Originally Posted by
jasmel
That's clearly an error.. This is NOT the SO 4.0 support thread..
Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)
Hello all. I added a status to my orders called printed. I'd like to use SO to batch update which works fine, but I don't see the ability to hide the update as I have in the standard order.php. I'm using 1.3.9 and SO 30.2.
Does anyone know how to implement this?
Thank you for any help you may be able to provide.