authorize.net
#1
Posted 17 November 2011, 18:55
#2
Posted 18 November 2011, 08:04
#3
Posted 18 November 2011, 10:46
#4
Posted 18 November 2011, 11:50
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
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 ======>>>>>.
#5
Posted 18 November 2011, 21:11
geoffreywalton, on 18 November 2011, 11:50, said:
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
#6
Posted 19 November 2011, 20:12
#7
Posted 19 November 2011, 21:53
#8
Posted 20 November 2011, 00:47
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())");
#9
Posted 20 November 2011, 01:35
#10
Posted 20 November 2011, 10:21
#11
Posted 20 November 2011, 21:10
#12
Posted 21 November 2011, 08:50
#13
Posted 21 November 2011, 13:11
brevardcountypcrepair.net, on 20 November 2011, 00:47, said:
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
brevardcountypcrepair.net, on 20 November 2011, 01:35, said:
yes
HTH
G
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 ======>>>>>.
#14
Posted 21 November 2011, 21:38
'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
Attached Files
#15
Posted 08 February 2012, 05:23
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.
Edited by epwork, 08 February 2012, 05:24.















