Page 106 of 202 FirstFirst ... 65696104105106107108116156 ... LastLast
Results 1,051 to 1,060 of 2020
  1. #1051
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    @Kuroi,

    Thanks, Every little bit helps.

    Right now I'm looking at modifying the Fedex Automated Shipping Labels mod to work with SO the way USPS Autofill does. Will let you know if it works.

  2. #1052
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    Will that Super Edits you just mentioned allow me to add items and edit shipping and pricing?

    I also need to know how to eliminate the second order that Google Cart adds.

    It is annoying to have to close out 2 orders per customer. I don't know how this affects my Cash Flow Reports. Do you?
    Cheers!
    v2.0+

  3. #1053
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Super Orders 2.0

    Quote Originally Posted by webskipper View Post
    Will that Super Edits you just mentioned allow me to add items and edit shipping and pricing?

    I also need to know how to eliminate the second order that Google Cart adds.

    It is annoying to have to close out 2 orders per customer. I don't know how this affects my Cash Flow Reports. Do you?
    In answer to your first question, no. There is a separate edit orders mod which I suspect will support some of what you want, but I haven't used it for a long time and remember it as being a bit buggy.

    Can't comment on your Google Cart issues as I've never used it.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #1054
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: Super Orders 2.0

    Yup, have that one and Super Orders killed it.

    I need to be able to touch all aspects of an order before it ships.
    Cheers!
    v2.0+

  5. #1055
    Join Date
    Mar 2005
    Location
    Finland
    Posts
    64
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I'm testing this one. I can't add PayPal as a payment method, I always get an error from the data base on Duplicate entry, though there's no duplicate!

    PayPal payments show as completed on Super Orders, but still the total amount shows as due. Why can't SO understand paid IPN purchases?

    Is there a way to mark batches of orders as completed?
    Marianne in Finland

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by heidikfi View Post
    I'm testing this one. I can't add PayPal as a payment method, I always get an error from the data base on Duplicate entry, though there's no duplicate!
    I'm assuming that you are getting a SQL error, correct? Can you give me the exact error text you are seeing?

    PayPal payments show as completed on Super Orders, but still the total amount shows as due. Why can't SO understand paid IPN purchases?
    Two reasons. First the currently released version does not manage PayPal payments made at checkout. 2.1 does. Second, if you process the payment AFTER the checkout is complete, SO will not automatically update because SO does not tie into any external payment systems (yet).
    Is there a way to mark batches of orders as completed?
    No, but good idea.

    @Kuroi: I am looking at your code and will see about incorporating it.

    @All: Will have some word on 2.1 soon. I am working on the installer, and getting some support for the returns and exchanges from the team (Toronto was very enlightening all around). None of us want to put code out there that could run contrary to future core admin features. You want me sane, trust me on that one.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  7. #1057
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Also I am handling mauryg's issues offline. Just FYI for anyone thinking about that one.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  8. #1058
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    UPDATE on various issues I posted:

    After a few exchanges with Frank (Blindside) I think I have my answers.

    1. The strange "disappearing" order in post #1042 could NOT be duplicated in my WAMP test system, so it appears it was an unknown gremlin. (Hate those!). As for the "Order Complete" and "Order Cancelled" they seem to just put a big time and date stamp on the top of the order details page. Useful.

    2. The PayPal problems I reported in 1043 and 1044 are similar to one reported by heidikfi in 1056. From Frank's comment it looks like this will be fixed in v2.1.

    3. As for the short php tag mentioned in 1050, this is a carryover from PHP4 practice and causes problems on some servers with PHP5 like GoDaddy. I now go through ALL of the mods before I install them and search and replace the '<?' tags with the proper '<?php' tags.

    Thanks Frank, your disguise is working very well.

  9. #1059
    Join Date
    Mar 2005
    Location
    Finland
    Posts
    64
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    The error was the 1062 on duplicate entries, when I tried to add PayPal (PP) as a payment method in Super Orders. The error message stated that PP was inserted twice. I have a trilingual website and inserted PP in three languages. When I went to check the database, there was only one entry of PP. I only inserted it once. Can't copy the exact error message here, since I got it several days ago. It looked exactly the same as many people here have copied it (error 1062), except for the PP as the duplicate entry.
    Marianne in Finland

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

    Default Re: Super Orders 2.0

    The problem others have posted about occurred during system installation; your problem sounds like it's post-install, right?

    Anyway, if you look at the so_payment_types table, you'll see there's a unique requirement on the payment_type_code field. If you are trying to insert a PayPal payment type, and already have one for another language, you need to make sure that you don't use the same value for the shorthand code.
    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