Hey guys, I dont handle the payment part of our site, but the dev who does is having some problems, mainly with the coupon codes and the updated totals. We're able to get the set price of the products okay, but when a coupon code is added to the equation it doesn't seem to be transferring over the updated value to the 3rd party site. Does anyone know how the coupon codes work and generate the value to send over? Thanks a million!
you can find all calculations processed by aMember during signup in /amember/product.inc.php check PriceCalculator class. Also, what code you use currently in order to send amount to 3rd party?