Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1

    Default [Done 1.3.9a] Linkpoint API Error SGS-002301 - Another One

    I have 3 outstanding re-creatable Linkpoint API errors. Each slightly different in their basket make-ups. A customer encountered this combination yesterday:

    Error Message:

    Subtotal miscalculation. Please notify the storeowner.
    SGS-002301: Charge total must be the sum of subtotal, tax, value added tax, and shipping.

    Linkpoint Debug Data - FAILURE
    Sep-15-2008 03:12:29
    =================================

    Response Code:

    Sending to Gateway:
    result = LIVE
    oid = 1071-VnvCJQ
    ip = <removed>
    ponumber =
    subtotal = 39.425
    tax = 0
    shipping = 4.95
    chargetotal = 44.375
    cardnumber = ******
    cardexpmonth = 11
    cardexpyear = 08
    cvmindicator = provided
    cvmvalue = ******
    userid = 552
    customerid = 552
    name = <removed>
    company =
    address1 = <removed>
    address2 =
    city = <removed>
    state = Arizona
    country = US
    phone = <removed>
    email = <removed>
    addrnum = <removed>
    zip = <removed>
    sname = <removed>
    saddress1 = <removed>
    saddress2 =
    scity = <removed>
    sstate = <removed>
    szip = <removed>
    scountry = US
    comments = Website Order
    ordertype = SALE
    host = secure.linkpt.net
    port = 1129
    keyfile = /home/admin/public_html/includes/modules/payment/linkpoint_api/<removed>
    configfile = <removed>
    transactionorigin = ECI
    terminaltype = UNSPECIFIED


    Result:
    (
    [r_csp] =>
    [r_time] => Mon Sep 15 16:12:32 2008
    [r_ref] =>
    [r_error] => SGS-002301: Charge total must be the sum of subtotal, tax, value added tax, and shipping.
    [r_ordernum] => 1071-VnvCJQ
    [r_message] =>
    [r_code] =>
    [r_tdate] =>
    [r_score] =>
    [r_authresponse] =>
    [r_approved] =>
    [r_avs] =>
    )

    I have set up a testing database where I took this customer's order configuration and was able to re-create her error as well as the previous errors.

    The other error is located in this thread:
    http://www.zen-cart.com/forum/showthread.php?t=103208

    This latest instance is the most simple in construct. No sales tax and no coupon codes involved. No sale products either.

    I'm really hoping someone can get to the bottom of this.

    As a side question: Should I consider dropping my credit card provider and finding a new one that uses a different API?

    Thank you!

    Kathy
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  2. #2

    Default Re: Linkpoint API Error SGS-002301 - Another One

    Additional information on this transaction:

    Shopping cart had the following items:

    Product ID Qty Products Price
    53 .5 9.00
    125 .5 9.00
    136 .5 9.00
    232 .5 9.00
    350 .5 15.95
    354 .5 17.95
    357 .5 8.95

    No discount codes, no items were on sale, no sales tax applied to this customer.

    I have a testing area set up that contains a sample customer with this shopping cart and I can re-create the error.

    I would really like to get this fixed if anyone can take a look.

    Thank you!

    Kathy
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  3. #3

    Default Re: Linkpoint API Error SGS-002301 - Another One

    I have 4 different Linkpoint API failures which I can re-produce. To consolidate and make this easier to see all in a single place I created a spreadsheet with the product cart information for each scenario and other characteristics of the customer's checkout that may be contributing to the errors.

    I've attached that file to this post.

    I have 3 of the 4 Linkpoint log files which I can provide on request. They contain personal customer information so I'm not attaching them.

    The one common thread across all 4 cases is that they contain a partial quantity of a product (either .5, 1.25 or 1.5) and the calculated cost of that partial quantity (product price x quantity ordered) results in an amount that has more than 2 places to the right of the decimal.

    I have many successful checkouts of products that contain partial quantities where the final amount is more than 2 places to the right of the decimal so that can't be the only driving force behind a failure.

    Thank you!

    Kathy
    Pink Chalk Fabrics
    Attached Images Attached Images
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  4. #4

    Default Re: Linkpoint API Error SGS-002301 - Another One

    I've experienced two more of these failures in the past week. It's driving me nuts and costing me money to see orders lost!

    Can someone please let me know if this can be fixed within a reasonable time frame and if so what that time frame is?

    Can I pay someone to fix this error? Is this the type of job I should post on the thread in the forums? I'm concerned about finding someone with the skill to repair this but I'm more than willing to pay to have it fixed.

    If that is not reasonable can I please get a recommendation on whether I should move to Paypal for my integrated credit card processing or look for a credit card vendor that uses the authorize.net gateway. I don't want to migrate to a new vendor only to encounter similar problems with the stability of the module.

    I don't want to be a nag but I need to move forward on a solution. I realize it's difficult to debug and repair this error but I need to make a decision on how to proceed as my business grows.

    Thank you!

    Kathy
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Linkpoint API Error SGS-002301 - Another One

    I've been working on this off and on for some time.

    The attached file is STRICTLY a beta which will hopefully address the problem you reported. I'd be interested in your test results.

    My preliminary test seems to show it to be okay. However, I've not tested it with every possible combination of things, including extra order-total addon mods etc.
    Attached Files Attached Files
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6

    Default Re: Linkpoint API Error SGS-002301 - Another One

    Thanks Dr. Byte! I'll test this out as soon as I get my kids off to school! I have 6 cases set up in my testing environment and they're all a bit different. I'll let you know the results.

    Kathy
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  7. #7

    Default Re: Linkpoint API Error SGS-002301 - Another One



    Thank you Dr. Byte! 6 for 6 test cases went through successfully. I can't even begin to tell you how happy this makes me. I've moved the fix into my production environment.

    Have a fabulous week!

    Kathy
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  8. #8
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Linkpoint API Error SGS-002301 - Another One

    Quote Originally Posted by pinkchalkstudio View Post


    Thank you Dr. Byte! 6 for 6 test cases went through successfully. I can't even begin to tell you how happy this makes me. I've moved the fix into my production environment.

    Have a fabulous week!

    Kathy
    I just opened my store and have the same error and I use Linkpoint. Before I install file from Dr. Byte...Have you had any more errors? And do you use additional payment options like Paypal? I have only Linkpoint and was getting ready to install paypay.

    Thanks,
    Kim

  9. #9

    Default Re: [Done 1.4.0] Linkpoint API Error SGS-002301 - Another One

    Hi Kim,

    No errors! Yay! This fix definitely did the trick. I was averaging several of those failures a month and I've had no problems for the last 30 days.

    I also take Paypal (the one where the customer leaves the shop to go pay and then they come back).

    Good luck!

    Kathy
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

  10. #10
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: [Done 1.4.0] Linkpoint API Error SGS-002301 - Another One

    Quote Originally Posted by pinkchalkstudio View Post
    Hi Kim,

    No errors! Yay! This fix definitely did the trick. I was averaging several of those failures a month and I've had no problems for the last 30 days.

    I also take Paypal (the one where the customer leaves the shop to go pay and then they come back).

    Good luck!

    Kathy
    I just installed. Thanks for the reply. I am getting ready to add paypal too.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. [Done v1.3.9h] SGS-002301 Linkpoint error in 1.3.9g
    By Jeff_Mash in forum Bug Reports
    Replies: 9
    Last Post: 24 Oct 2010, 11:39 PM
  2. Linkpoint error: SGS-002301: Charge total must be the sum of subtotal...
    By largomike1 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 16 Dec 2009, 03:50 AM
  3. Linkpoint API Error SGS-002301 when using Quantity Discount 1.8 addon
    By semaxd in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 31 Mar 2009, 11:34 AM
  4. [Done v1.3.9] Linkpoint API Error SGS-002301
    By pinkchalkstudio in forum Bug Reports
    Replies: 10
    Last Post: 18 Sep 2008, 07:27 PM
  5. linkpoint error SGS-002301 / low order fee
    By hanc in forum Upgrading from 1.3.x to 1.3.9
    Replies: 7
    Last Post: 4 Jan 2008, 11:13 PM

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