Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setting cart to Auth only


Puritan_Hope

Recommended Posts

Posted

Hi All:

 

I just installed osCommerce (2.2 MS2) for a client that is using Authorize.net as his gateway. The module is working great. However (there is ALWAYS a HOWEVER!), this client would like all transactions be sent to Authorize.net's server as authorize only and NOT authorize and capture. He wants to be able to manually process the payment for each order via Authorize.net's interface. Is this possible in osCommerce? I could not see any particular setting to set either in the admin panel nor in the module's actual file.

 

Any pointers here would be appreciated. Thanks!

 

Brian

Posted

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

 

x_Type => 'AUTH_CAPTURE',

 

With:

 

x_Type => 'AUTH_ONLY',
Posted

Hi Kagg:

 

Thank you for your reply but I believe your solution is either for an older version of osCommerce or maybe for a different mod?

 

The payment modules are located in /storeroot/includes/modules/payment. I do not have the directory structure that you are referring to.

 

Please members I could use some help here. Is there a different authorize.net module I should be using?

 

Thanks.

Brian

Posted

Which version of osc are you using? And what method (SIM or AIM) of authorize.net are you using?

 

If you are using AIM method, the file is storeroot/includes/modules/authorizenet_direct.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...