joeyjgarcia Posted May 16, 2004 Posted May 16, 2004 How do I set my Authorize.Net module to authorize the CC and NOT capture the funds until I check the stock and make sure it is shipped. I did a chat with the Authorize.Net tech support and they didn't know how to do this with osCommerce but they said that the x_type variable should be set to authorize only. It would be nice if this was a setting in the payment module. Has any one done this? Please help. Joey Garcia Quote
kagg Posted May 18, 2004 Posted May 18, 2004 Replace the following line in /catalog/modules/authorizenet_direct.php: x_Type => 'AUTH_CAPTURE', With: x_Type => 'AUTH_ONLY', Quote
nbsp Posted May 22, 2004 Posted May 22, 2004 Does anyone know of a contribution that has this, as well as possibly additional features built into it? Quote
amishboy Posted May 22, 2004 Posted May 22, 2004 Hey nbsp and Joey, I am currently working on this so my client can calculate and add shipping costs, etc. Anyone else interested in collaborating, feel free to chime in. I'm worried that there isn't a bottle of Crown deep enough to get through this in a weekend :D ... could use some help! For the sake of clarification, it looks like we'll be doing the following: 1) authorizing at the time of the order (x_Type => 'AUTH_ONLY',) 2) encrypting and writing cc info to db 3) adding order processing to the admin interface that will allow for on-demand processing and recalc of order totals (to add shipping and handliong costs). I can be emailed- abdrums |a|t| yahoo.com. Quote
JustMe Posted June 8, 2004 Posted June 8, 2004 I'm just starting to look at osCommerce as a replacement for my existing cart and this is functionality I NEED to have. Unfortunately the products we carry are frequently on back order status and I need a way to track this and process orders accordingly. Quote
Guest Posted November 2, 2004 Posted November 2, 2004 Hi Everyone, Did anyone find a real solution to this? I need to allow charging the card after stock checking and shipping. Using Authorize.net, I can set the x-type variable but has anyone found an interface to then goto Authorize.net and actually charge? Please help. Regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.