Page 94 of 102 FirstFirst ... 44849293949596 ... LastLast
Results 931 to 940 of 1019
  1. #931
    Join Date
    Nov 2012
    Posts
    100
    Plugin Contributions
    0

    Default 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??

  2. #932
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by WWWD View Post
    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.

  3. #933
    selcyis Guest

    Idea or Suggestion Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    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?

  4. #934
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by selcyis View Post
    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..
    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.

  5. #935
    Join Date
    Oct 2004
    Location
    Surrey, BC, Canada
    Posts
    1,881
    Plugin Contributions
    2

    Default 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

  6. #936
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by HiPCTech View Post
    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..
    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.

  7. #937
    Join Date
    Oct 2004
    Location
    Surrey, BC, Canada
    Posts
    1,881
    Plugin Contributions
    2

    Default 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.

  8. #938
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default 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
    ~ 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

  9. #939
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by jasmel View Post
    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
    That's clearly an error.. This is NOT the SO 4.0 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.

  10. #940
    Join Date
    Jul 2012
    Posts
    8
    Plugin Contributions
    0

    Default 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.

 

 
Page 94 of 102 FirstFirst ... 44849293949596 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR