Guest Posted January 14, 2004 Share Posted January 14, 2004 _confirmation. I plan on doing revanue tracking, but in order to accomplish this I need to pass the subtotal ammount to the receipt page through a hidden imput. Is the subtotal stored within an array? Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2004 Share Posted January 14, 2004 _confirmation. I plan on doing revanue tracking, but in order to accomplish this I need to pass the subtotal ammount to the receipt page through a hidden imput. Is the subtotal stored within an array? Or better yet, is this allready posted to chechout_success.php? :D Link to comment Share on other sites More sharing options...
Guest Posted January 14, 2004 Share Posted January 14, 2004 Alright so I guess the correct question is does authorize.net post the subtotal information back to the chechout_success.php page? Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 Anyone out there? :huh: Link to comment Share on other sites More sharing options...
bloodshoteyes Posted January 15, 2004 Share Posted January 15, 2004 it is handeled by order_total.php and stored in your database. i believe the key is the order number..... Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 it is handeled by order_total.php and stored in your database. i believe the key is the order number..... yes but I imagine that Authorize.net would post it back to the receipt page checkout_success.php right? Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 bumpola Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted January 16, 2004 Share Posted January 16, 2004 i don't use authorize.net but my guess would be "no, authorize.net does not return that info." what would be the purpose? you provided them with that information, why would they return it?? just my thought... also, i don't believe subtotal is stored anywhere. rather it is created where need be. Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2004 Share Posted July 27, 2004 Has anything changed since this post? Is the subtotal posted to the confrimation page? Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2004 Share Posted July 27, 2004 i don't use authorize.net but my guess would be "no, authorize.net does not return that info." what would be the purpose? you provided them with that information, why would they return it?? just my thought... also, i don't believe subtotal is stored anywhere. rather it is created where need be. So what probably needs to be done is a reconnect to the Database, and a query to grab that info right? Only problem is if the OrderID isn't passed to the receipt page either, then running that sort of query is going to be troublesome. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.