Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

authorize.net


Guest

Recommended Posts

Posted

i would like to request in the transaction payment Authorize and Capture add on to it please

Posted

because when i talk authorize.net is my payment gateway said when i in my store front payment modules for it. only authorize or capture only but they want it to say both authorize and capture at the same time just like in my payment gateway .

Posted

From the chat room

 

You can edit authorizenet_cc_aim.php to allow the option Capture and Authorise and store it or just always set the method to "Capture and Authorise".

 

First option is best.

 

HTH

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

From the chat room

 

You can edit authorizenet_cc_aim.php to allow the option Capture and Authorise and store it or just always set the method to "Capture and Authorise".

 

First option is best.

 

HTH

 

G

ok what the code i should put to edit it in ?

Posted

any other help please where i should add the code ???

Posted

how can i put a option where i can see both authorize and capture ? under my payment section ???

Posted

is this where i should add authorize and capture option ?

 

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Transaction Method', 'MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD', 'Authorization', 'The processing method to use for each transaction.', '6', '0', 'tep_cfg_select_option(array(\'Authorization\', \'Capture\'), ', now())");

Posted

'x_type' => ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),

Posted

is this where i should add authorize and capture option ?

 

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Transaction Method', 'MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD', 'Authorization', 'The processing method to use for each transaction.', '6', '0', 'tep_cfg_select_option(array(\'Authorization\', \'Capture\'), ', now())");

 

yes

 

'x_type' => ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),

 

yes

 

HTH

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

here is the two codes

'x_type' => ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),

 

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Transaction Method', 'MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD', 'Authorization', 'The processing method to use for each transaction.', '6', '0', 'tep_cfg_select_option(array('Authorization', 'Capture'), ', now())");

i also added a pic of my problem

i also need a option that say

Authorize and Capture

please help

post-300746-0-92535800-1321911425_thumb.jpg

  • 2 months later...
Posted

Hi,

Not sure if you ever got your answer. I just switched from PayPal Webpayments Pro to Authorized.net using the AIM module in OS 2.3 and the Transaction Mode "Capture" actually does "an Authorization with Capture". Viewing a transaction detail from my Authorize.net account it looks like this "Transaction Type: Authorization w/ Auto Capture"

 

Not sure if that is what you needed to know or your goal. I made no modifications to the original payment module.

 

Hope this helps.

Archived

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

×
×
  • Create New...