Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

Replace the following line in /catalog/modules/authorizenet_direct.php:

 

 

x_Type => 'AUTH_CAPTURE',

 

With:

 

x_Type => 'AUTH_ONLY',
Posted

Does anyone know of a contribution that has this, as well as possibly additional features built into it?

Posted

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.

  • 3 weeks later...
Posted

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.

  • 4 months later...
Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...