Menu

#27 TrustCommerce Gateway problem

open
nobody
None
5
2005-11-16
2005-11-16
Anonymous
No

I have installed the TrustCommerce gateway payment
module in v6.15. It does not communicate with
TrustCommerce. I get missing arguments in
includes/classes/cc_validation.php. I used
cc_validation1.php (saved it as cc_validation.php) and
I didn't get the missing arguments, but it doesn't send
the info through to TrustCommerce. I installed it
exactly as I do with normal OsCommerce carts and they
all work perfectly. Any suggestions?

Thank you

Discussion

  • David Graham

    David Graham - 2005-11-16

    Logged In: YES
    user_id=1016738

    http://forums.oscommerce.com/index.php?showtopic=158518&st=380&p=257656&#entry257656

    Post 396

    Apparently the GV/DC contribution prevents the payment
    module from accessing the necessary globals. So, after the
    process_button() function in the payment module, this code
    was needed:
    CODE
    global $HTTP_POST_VARS, $order;

    Works perfectly, with sort order settings in
    Admin/Modules/Order Total:

    Discount Coupons 4
    Gift Certificates 5
    Low Order Fee
    Shipping 2
    Sub-Total 1
    Tax 3
    Total 6

     
  • David Graham

    David Graham - 2005-11-16

    Logged In: YES
    user_id=1016738

    Are these stock osCommerce sites on the same server?? does
    this module use cURL ?

     

Log in to post a comment.