Guest Posted November 17, 2011 Posted November 17, 2011 i would like to request in the transaction payment Authorize and Capture add on to it please
Guest Posted November 18, 2011 Posted November 18, 2011 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 .
Guest Posted November 18, 2011 Posted November 18, 2011 this guy also is having the same problem as me from this post http://www.oscommerce.com/forums/topic/371021-authorizenet-authorize-capture/
♥geoffreywalton Posted November 18, 2011 Posted November 18, 2011 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 ======>>>>>.
Guest Posted November 18, 2011 Posted November 18, 2011 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 ?
Guest Posted November 19, 2011 Posted November 19, 2011 any other help please where i should add the code ???
Guest Posted November 19, 2011 Posted November 19, 2011 how can i put a option where i can see both authorize and capture ? under my payment section ???
Guest Posted November 20, 2011 Posted November 20, 2011 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())");
Guest Posted November 20, 2011 Posted November 20, 2011 'x_type' => ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),
♥geoffreywalton Posted November 21, 2011 Posted November 21, 2011 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 ======>>>>>.
Guest Posted November 21, 2011 Posted November 21, 2011 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
Tiff13 Posted February 8, 2012 Posted February 8, 2012 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.