Page 40 of 202 FirstFirst ... 3038394041425090140 ... LastLast
Results 391 to 400 of 2020
  1. #391
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Glad you like it, Chrome! Wait till you see the code for returns/exchanges.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  2. #392
    Join Date
    Jun 2004
    Posts
    613
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by BlindSide View Post
    Glad you like it, Chrome! Wait till you see the code for returns/exchanges.
    :)

    did you get my email regarding split the order with a quantity and increasing/decreasing price and order quantity?

  3. #393
    Join Date
    Dec 2006
    Location
    Vermont
    Posts
    128
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I'm looking at the SQL file for the Super Orders 2.0, and I notice that all the files are the "base" filenames, whereas my Zen Cart installation uses a PREFIX for my store name, ie; instead of "configuration", I have "storename_configuration", etc.

    Will I need to modify this to use it?

    Or... should I simply move ALL my data back to the base files instead, and if so, is there an easy way to do this?

    Thanks.

  4. #394

    Default Re: Super Orders 2.0

    Blindside,
    Im finaly going to have our site reconfiged by a pro to remove all these damned problems that plauged us this year. Get SO running smooth again and all that good stuff..


    But i have a small question that we cant seem to come up with an answer..

    Why is it that when an order is split, the shipping is duplicated to the next order? This seems to just make things that much harder to track, becuase you have to go back to the orig order, and pull the shipping bill to figgure out what shipping balance is actualy left on the split order.
    any info on this matter is much appriciated.
    Thanks
    Wicked
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

  5. #395
    Join Date
    Oct 2004
    Posts
    37
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I have a quick question. I allow customers to pay using two methods on my site. Credit Card using Skipjack and PayPal.

    When I get a new order using either of the methods this is what my order looks like:

    Sub-Total: $11.00
    USPS Media Mail: $3.57
    Tax charged when shipped to Minnesota: $0.72
    Total: $15.29
    Amount Applied: $0.00
    Balance Due: $15.29

    Why is the amount applied not automatically filled out when using either of these methods when the payment has already been approved and received?

    On the old Super Orders if someone payed with a CC the balance do was automatically set to 0. Am I missing something here?

  6. #396
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Hey guys, I'm currently on vacation visiting family, and wanted to drop a quick note regarding 1.3.7. Being part of the support team, I am well aware of the new changes and the fact that they directly affect SO. Just a FYI to head off all the Will this work with 1.3.7? posts and PM's.

    Since I've been away, I haven't had time to test yet, but from what I understand you should be ok using SO, it simply won't have the new bells and whistles attached to it. Next release will of course rectify this. I will confirm the compatibility once I get home and test things out.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  7. #397
    Join Date
    Dec 2006
    Location
    Vermont
    Posts
    128
    Plugin Contributions
    0

    Default Error on PRINT button in Super Orders

    I installed this mod, but when I click on the "Print" button, at the top of the invoice/order that's printed, and in the new window, I get this error:

    PHP Fatal error: Call to undefined method super_order::get_admin_notes() in C:\Inetpub\VTStuffTest2\admin\super_data_sheet.php on line 262

    I can see both the "super_orders_functions.php", and in it, the "get_admin_notes()" function...

    It seems that the program is looking for it in the wrong place. I have the "super_orders_functions.php" in "C:\Inetpub\...\admin\includes\functions\extra_functions", but maybe it should be elsewhere?

    I don't seem to get errors anyplace else.

    Ideas? Thanks!

  8. #398
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Error on PRINT button in Super Orders

    Hi All

    Happy New Year! :-)

    Is SO 2.0 (rev 45) the latest version ? (in the downloads section)

    I've been hunting around in this thread for anything later, but so far no go.

    Many thanks :-)

  9. #399
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Error on PRINT button in Super Orders

    Quote Originally Posted by DogTags View Post
    Hi All

    Happy New Year! :-)

    Is SO 2.0 (rev 45) the latest version ? (in the downloads section)

    I've been hunting around in this thread for anything later, but so far no go.

    Many thanks :-)
    95% sure its the latest version.. BlindSide has been talking about a newer version in which you can edit orders, do returns, etc.. but haven't seen any new news about it yet or releases

  10. #400
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    What's listed in the download section is the latest public version. All those new bells and whistles are currently in development.
    I installed this mod, but when I click on the "Print" button, at the top of the invoice/order that's printed, and in the new window, I get this error:

    PHP Fatal error: Call to undefined method super_order::get_admin_notes() in C:\Inetpub\VTStuffTest2\admin\super_data_sheet.php on line 262

    I can see both the "super_orders_functions.php", and in it, the "get_admin_notes()" function...

    It seems that the program is looking for it in the wrong place. I have the "super_orders_functions.php" in "C:\Inetpub\...\admin\includes\functions\extra_fun ctions", but maybe it should be elsewhere?

    I don't seem to get errors anyplace else.
    That section should be commented out, but looking at the file I see that the opening php tag is shorthand ("<?" instead of "<?php") on line 261. Add the "php" to the tag and the problem should go away.
    Quote Originally Posted by wickedclown
    But i have a small question that we cant seem to come up with an answer..

    Why is it that when an order is split, the shipping is duplicated to the next order? This seems to just make things that much harder to track, becuase you have to go back to the orig order, and pull the shipping bill to figgure out what shipping balance is actualy left on the split order.
    any info on this matter is much appriciated.
    Well the original idea was that, since you're splitting an order, the shipping would be adjusted to reflect two separate orders. So, I put the total on both orders so there's a starting point, then adjust accordingly. It's worked out in my office well, but I can see how that might cause some accounting havoc. I'll take that out, leaving the shipping and all other sub-total figures on the original order.
    Quote Originally Posted by rcrosier
    I'm looking at the SQL file for the Super Orders 2.0, and I notice that all the files are the "base" filenames, whereas my Zen Cart installation uses a PREFIX for my store name, ie; instead of "configuration", I have "storename_configuration", etc.

    Will I need to modify this to use it?
    Yes, and if you read the readme you'd know that, along with where to edit the file.
    Or... should I simply move ALL my data back to the base files instead, and if so, is there an easy way to do this?
    If the DB is not sharing space with tables from another system, I think you ought to drop the prefix. The Zen Cart installer allows you to do this, although I'd wait until your next upgrade to do so.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

 

 

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