Page 88 of 202 FirstFirst ... 3878868788899098138188 ... LastLast
Results 871 to 880 of 2020
  1. #871
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    Quote Originally Posted by Sploodge View Post
    Did anyone manage to incorporate the "Time Zone" mod to work with "Super Orders"?

    Its a right pain that Zen Cart does not have a feature to change the time zone globally..
    Change line 409 from
    PHP Code:
    now(), 
    to
    PHP Code:
    date_add(now(), INTERVAL " . TIME_ZONE_OFFSET . " HOUR), 
    in admin\includes\functions\extra_functions\super_orders_functions.php.

    The times will now reflect correctly on your order status updates.

  2. #872
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    OK here one for everyone and anyone that can help me. I was running SO on version 1.3.7 on SQL version 4.1.22. I moved to another server running SQL version 4.1.12 and now when I run batch print or batch status I get a blank page, but the rest of SO seems to be working as usual. I really need the batch function back. any help would be great.

    Thanks

  3. #873
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I have tried everything. Anyone have ideas as to what would cause a situation where the super orders seem to work but just not the Batch print and status funtions? They both just go to blank pages however I have double checked and confirmed that all files are where they are suposed to be. this was working perfectly until i moved servers and somehow this was the only thing that broke.


    Quote Originally Posted by wapnoj View Post
    OK here one for everyone and anyone that can help me. I was running SO on version 1.3.7 on SQL version 4.1.22. I moved to another server running SQL version 4.1.12 and now when I run batch print or batch status I get a blank page, but the rest of SO seems to be working as usual. I really need the batch function back. any help would be great.

    Thanks

  4. #874
    Join Date
    Jul 2007
    Posts
    45
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I would suggest using the debug tool by drbyte which can be found at http://www.zen-cart.com/forum/showthread.php?t=84613
    Hopefully you will be able to see where the errors are coming from.

    Quote Originally Posted by wapnoj View Post
    I have tried everything. Anyone have ideas as to what would cause a situation where the super orders seem to work but just not the Batch print and status funtions? They both just go to blank pages however I have double checked and confirmed that all files are where they are suposed to be. this was working perfectly until i moved servers and somehow this was the only thing that broke.

  5. #875
    Join Date
    Mar 2005
    Posts
    167
    Plugin Contributions
    0

    red flag Re: Super Orders 2.0

    Please help!

    I installed this on zencart 1.38 and now when you checkout the order total is wrong.

    Here is an example:
    Sub-Total: $12.95
    Local Pickup (Dallas-Ft Worth Local Pickup): $0.00
    Tax: $1.07
    Total: $12.22

    Please help! I have users trying to make purchases that have emailed me this morning and I dont know how to fix this.

  6. #876
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Thank you. I got things working again. I had a error is the log "php fatal bytes exhausted allowed etc" so I just increased the size limit on the server for phoph scripts to 16mb and things came back up. turns out all the files and database were all fine it was just a limitation of the new server. This script uses a pretty good amount.


    Quote Originally Posted by topcat24 View Post
    I would suggest using the debug tool by drbyte which can be found at http://www.zen-cart.com/forum/showthread.php?t=84613
    Hopefully you will be able to see where the errors are coming from.

  7. #877
    Join Date
    Mar 2005
    Posts
    167
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Just in case something else comes across this post having the same problem here is what I found out about my issue...

    I had installed the store credit mod. I didn't realize there was a bug in it which was causing my order total to be off. It was actually subtracting the customer credit even though it was not checked to subtract it. That is why the total was off. There was an update to the store credit mod 2 days ago that fixed this.

  8. #878
    Join Date
    Sep 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    After finally geting S.O. installed, I am working on the file edits that need to be done. I realized that I am not seeing:

    Payment Modules/Purchase Order (doesn't exist)
    Admin > Customers > Super Orders (doesn't exist)

    Admin > Configuration > Super Orders exists though.

    Any suggestions?
    Thanks!

  9. #879
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by wapnoj View Post
    Thank you. I got things working again. I had a error is the log "php fatal bytes exhausted allowed etc" so I just increased the size limit on the server for phoph scripts to 16mb and things came back up. turns out all the files and database were all fine it was just a limitation of the new server. This script uses a pretty good amount.
    The batch update/print pages grow based on the size of your store. the more customers and products, the bigger the script, because each tables populate dropdown menus. I already have an ajax-based solution, I just have to apply it to these pages.
    Quote Originally Posted by HMG View Post
    After finally geting S.O. installed, I am working on the file edits that need to be done. I realized that I am not seeing:

    Payment Modules/Purchase Order (doesn't exist)
    Admin > Customers > Super Orders (doesn't exist)

    Admin > Configuration > Super Orders exists though.

    Any suggestions?
    Thanks!
    You ran the SQL file fine, but your file upload either didn't happen, or you put the files in the wrong place. Make sure you upload the contents of the "admin" folder to the admin in your store. Make sure you don't have something like "admin/admin".
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  10. #880
    Join Date
    Sep 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by BlindSide View Post
    You ran the SQL file fine, but your file upload either didn't happen, or you put the files in the wrong place. Make sure you upload the contents of the "admin" folder to the admin in your store. Make sure you don't have something like "admin/admin".
    Okay, you were of course, correct. Some files were missing. I placed them in the appropriate spot but still do not see the missing categories in the Admin tools. Do I need to re-run the script? If so, any other edits to the script since it's already been installed?

    Thanks.

 

 

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