Page 158 of 202 FirstFirst ... 58108148156157158159160168 ... LastLast
Results 1,571 to 1,580 of 2020
  1. #1571
    Join Date
    May 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    Yep Dec 2008..

    Appreciate your service to our country..

    Hope the posts I listed help.. I used the guidelines I posted, and have Super Orders successfully integrated with Edit Orders. On my loaded test store I have Super Orders integrated with the following modules:

    • Fast & Easy Check Out
    • FedEx Shipping Labels
    • Admin Comments
    • Edit Orders

    Everything is playing VERY nicely together.. The application Beyond Compare is my secret weapon to help pulling it all together..
    Which mod is Admin Comments?

    Do you mean Admin Notes?

    Mark :-)

    www.diversofpearls.com

  2. #1572
    Join Date
    Mar 2004
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    If a customer pays using paypal express checkout any notes they leave with the order are missed off the batch invoice. This is a real problem for us as a lot of customers leave notes with specific order details etc.

    Any ideas?

  3. #1573
    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 krela View Post
    If a customer pays using paypal express checkout any notes they leave with the order are missed off the batch invoice. This is a real problem for us as a lot of customers leave notes with specific order details etc.

    Any ideas?
    Are these PayPal notes entered after the customer is redirected to PayPal? If so, I am not sure if those notes are returned when the PayPal payment notification data is returned, but even if it is, these notes would only appear on the order window, and not on the batch invoice.

    I'm sure it's a matter of adding the right code to get it to appear on the batch invoice. Perhaps someone here can chime in if they know how..

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

    Default Re: Super Orders 2.0

    My initial response was a general response.. After taking a look at your initial question, I'm not sure you necessarily need to apply the changes from the Admin Login as Customer module to the Super Orders files.. In other words, I do not beleive they need to be integrated.

    If you are having issues with the Admin Login as Customer module, and there is no specific support thread, you can still create a thread in the forum with your specific help question.. Folks here are pretty helpful, and should have you all straightened out in no time..

    Quote Originally Posted by shellbell View Post
    Thanks for your response DivaVocals - I really appreciate your time in responding!



    Yes I have done those modifications to super_customers.php and it works fine.

    One question though - when I click on Admin>customers is it supposed to use the super_customers file? 'cause it doesn't with me. And even in the SO Readme file, it doesn't really mention using the super_customer file instead of the customers file (I think - I'm willing to be corrected). I've even tried adding "super_" in front of "customers.php" in the URL line when I've been in the admin screen and it doesn't seem to do anything.

    Any ideas anyone?

    PS I use "Admin Log in as Customer" for the purpose of placing an order for a customer when it's been emailed through. Works quite well. Is there a better mod for that purpose?

    I use "Add Customers from Admin" when I need to add a customer




    Please pardon my ignorance in my searching skills but I haven't been able to find one. Can anyone help here? I even searched putting it in inverted commas (assuming the search engine works the same as google) but I still didn't find it.

    Thanks too for the link to "Captialize Sign-up Fields" too! I'd remembered there was something like that but I couldn't find it! (I was searching for "spell check" and the like ... no wonder I didn't find it!) It's installed now and working great!

    Actually another thing - I'd also installed Group Pricing per Item Mod (again via WinMerge) however due to the not easily being able to edit the discout group anymore I uninstalled it (the same was as I installed it ... went into the individual effected files and deleted the unrequired lines) Again everything works fine except being able to edit the Customers SQL through Admin. And was wondering what super_customers was used for etc.

  5. #1575
    Join Date
    Jan 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hi I'm totally new with the sql codes. I have encountered a problem. After editing the following:

    // migrate PO's from payment_purchase_order to so_purchase_orders
    $po = $db->Execute("select * from zen_so_purchase_orders");

    // migrate the data from payment_check to so_payments
    $payments = $db->Execute("select * from zen_so_payments");

    // migrate the extra check data from payment_check_balance to so_payments
    $extra_checks = $db->Execute("select * from zen_so_payments
    where check_direction = 1");

    // migrate the refund check data from payment_check_balance to so_refunds
    $refund_checks = $db->Execute("select * from zen_so_refunds
    where check_direction = -1");

    The result I have got was:

    PO migration complete!

    Payment migration complete!

    1054 Unknown column 'check_direction' in 'where clause'
    in:
    [select * from zen_so_payments where check_direction = 1]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Please do help me with this problem. Thank you!

  6. #1576
    Join Date
    Apr 2004
    Posts
    103
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    No clue.. These were all submitted around the holiday season, and so that might be part of the issue, but I am just speculating..

    I sent an e-mail asking for an update on my submission along with two others I submitted around the same time (WordPress on ZenCart Sideboxes Only, and Western Union Payment Module)

    Rev 48 has gotten great feedback from my clients, and I think the Zen community will like it too.. I can't take credit for all of the changes.. There were a string of minor functional issues with Super Orders that over time IMO added up. All the fixes for these minor issues were posted right here in the support thread. Rev48 just compiles those fixes and therefore should eliminate most of those minor funcional issues.

    I can post a link to Rev48 in the meantime.. I'm just hoping this will be okay with the admins while they review the submission..

    http://www.overthehillweb.com/ZenCart
    Guess the admins still haven't approved Rev48, so I picked up a copy from your site and noticed a "nit-pick" for Rev49. MasterCard became two words in Rev48 at line 276 of \1.Install_Files\includes\classes\super_order.php. I checked at MC's site (http://www.mastercard.com) and they seem to consistently refer to themselves as "MasterCard" (one word, bi-capitalized). ... FWIW
    Thanks,
    Tony Benedetti

  7. #1577
    Join Date
    Apr 2004
    Posts
    103
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Back on Rev48 "nit patrol"...
    • There seem to be two ".bak" files in the zip.
    • A "thumbs.db" file survived the packaging process
    • Two lines are mushed together in the "Core files modified" section of the readme.html file:
      • super_orders_20_rev48/Install_Files/admin/includes/general.jssuper_orders_20_rev48/Optional_Edits/admin/includes/boxes/customers_dhtml.php
    Thanks,
    Tony Benedetti

  8. #1578
    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 TonyBenedetti View Post
    Guess the admins still haven't approved Rev48
    Yeah, and I'm not sure why.. I'll wait a little bit and perhaps consider re-submitting it.. Dunno yet..

    Quote Originally Posted by TonyBenedetti View Post
    I picked up a copy from your site and noticed a "nit-pick" for Rev49. MasterCard became two words in Rev48 at line 276 of \1.Install_Files\includes\classes\super_order.php. I checked at MC's site (http://www.mastercard.com) and they seem to consistently refer to themselves as "MasterCard" (one word, bi-capitalized). ... FWIW
    I merely fixed Super Orders so that it would pick up the Master Card payment type the same way the default orders.php does.

    FYI, the fix for this requires an update to THREE files one of which includes the one file you reference.. What I did (and why) is all documented in detail in this thread: http://www.zen-cart.com/forum/showpo...postcount=1556
    Last edited by DivaVocals; 25 Jan 2010 at 06:38 PM.

  9. #1579
    Join Date
    Apr 2004
    Posts
    103
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I'm such an idiot .... I had the files reversed on the screen when using BeyondCompare. Rev48 correctly has "MasterCard" and Rev47 incorrectly has "Master Card". DUH
    Thanks,
    Tony Benedetti

  10. #1580
    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 TonyBenedetti View Post
    I'm such an idiot .... I had the files reversed on the screen when using BeyondCompare. Rev48 correctly has "MasterCard" and Rev47 incorrectly has "Master Card". DUH
    Which is why I fixed it since Super Orders did not pickup Master Card payments correctly.. For good measure I also added Diners Club for anyone who needed it.. Again all documented here: http://www.zen-cart.com/forum/showpo...postcount=1556

 

 

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