Page 169 of 202 FirstFirst ... 69119159167168169170171179 ... LastLast
Results 1,681 to 1,690 of 2020
  1. #1681
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    That post was setup by someone who didn't do a thorough enough search on the forum for the "unofficial" support thread as it were..

    Quote Originally Posted by srturner47 View Post
    Not sure if there is an "official" thread, but the most commonly used thread for edits orders is http://www.zen-cart.com/forum/showthread.php?t=57863
    The thread Scott refers to is where the majority of the "support" posts for this module have been posted.. That is where I posted the details of this original issue as well as your fix..

    Quote Originally Posted by dw08gm View Post
    Ma foi.

    I notice an Edit Orders support thread has recently been setup here commencing 27 January 2010. !!!

    http://www.zen-cart.com/forum/showthread.php?t=146652

    If you post elsewhere, could you please inform.

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

  2. #1682
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    Sorry to have put you through all of that, but I see you have done good. Much appreciated.

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by dw08gm View Post
    Sorry to have put you through all of that, but I see you have done good. Much appreciated.
    No apologies needed.. virtualomega's post here was great for those of us using both mods.. I just thought that perhaps that any ADDITIONAL discussion of the fix virtualomega posted probably should be conducted on the Edit Orders thread since it is technically an Edit Orders fix/edit. But of course we should cross reference these posts for those looking for this same information.. So no worries at all.. Just don't want this support thread to get off track with Edit Order fixes/edits is all..
    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.

  4. #1684
    Join Date
    Dec 2007
    Posts
    34
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I've recently upgraded to zen1.3.9, winmerging any core changes if needed (Step2). Everything appears to be working ok, except I cannot reset any downloads from the SuperOrder screen. Just gives a blank page. Anyone else noticed that or did I miss something? Although the download edits are handled via the super_orders.php, correct? Didn't touch those ... ;)

  5. #1685
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by aeibc View Post
    I've recently upgraded to zen1.3.9, winmerging any core changes if needed (Step2). Everything appears to be working ok, except I cannot reset any downloads from the SuperOrder screen. Just gives a blank page. Anyone else noticed that or did I miss something? Although the download edits are handled via the super_orders.php, correct? Didn't touch those ... ;)
    I tried it on one of my test sites for the first time and while I do not get a blank page, all it does is set the days and number of downloads to 0 and leaves the Green Dot. I had not tried this before as I don't use it. I will take a look and see if I can find a fix, but why you are getting a blank screen I do not know unless you merged a line that you were not supposed to and it overwrote some of the code.
    If you have a copy of Super_Orders when it was still at 1.38a, do a compare of the Super_Order files in the admin folder.

  6. #1686
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by aeibc View Post
    I've recently upgraded to zen1.3.9, winmerging any core changes if needed (Step2). Everything appears to be working ok, except I cannot reset any downloads from the SuperOrder screen. Just gives a blank page. Anyone else noticed that or did I miss something? Although the download edits are handled via the super_orders.php, correct? Didn't touch those ... ;)
    I see what you are talking about now. After comparing the 1st section to the orders.php, I replaced a line of code and now get a blank screen as well. I will try to go thru all the code tonight and see if I can come up with a solution for us.

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by JTheed View Post
    I see what you are talking about now. After comparing the 1st section to the orders.php, I replaced a line of code and now get a blank screen as well. I will try to go thru all the code tonight and see if I can come up with a solution for us.
    Dude simply put, you are my hero!!! If I could so humbly ask that you pass on your solution to me as well, and I will bundle it and all your other awesome fixes into a new SO release..
    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.

  8. #1688
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    Dude simply put, you are my hero!!! If I could so humbly ask that you pass on your solution to me as well, and I will bundle it and all your other awesome fixes into a new SO release..
    I like the challenge, as I am not a programmer, but I like to figure out why something doesn't work by following the logic.

    Anyway, here is the FIX:

    In admin/super_orders.php on line 81 look for this:

    Code:
    $zc_max_days = date_diff($check_status->fields['date_purchased'], date('Y-m-d H:i:s', time())) + DOWNLOAD_MAX_DAYS;
    
    /* add what is in RED */
    
    $zc_max_days = zen_date_diff($check_status->fields['date_purchased'], date('Y-m-d H:i:s', time())) + DOWNLOAD_MAX_DAYS;
    And you will no longer get a blank screen.

  9. #1689
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    There is still more to fix , as I found out, but the blank screen problem is gone. It still isn't updating. Just keeps it off. I'll find it soon though.

  10. #1690
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by JTheed View Post
    There is still more to fix , as I found out, but the blank screen problem is gone. It still isn't updating. Just keeps it off. I'll find it soon though.
    It appears that the code is ok, but I had to sync the Icons with the database as I had a green icon but 0 downloads. By manually entering the command to turn it on, it made it work the way it is supposed to from then on.

    BY this I mean, my icon was green but the downloads were set to 0. When I manually gave the command to reset them instead of clicking on the icon, it worked fine after that.

 

 

Similar Threads

  1. 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
  2. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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