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??
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..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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:
should be:PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
Line 1329PHP Code:
ini_set('magic_quotes_runtime', $mqr);
should be:PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
Thank you for this great program.PHP Code:
ini_set('magic_quotes_runtime', $mqr);
May God bless you
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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.
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
~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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.
Bookmarks