need help to add in a php code for my osCommerce code to make it active so i can see Authorize and Capture how do i edit that ????
11-19-2011 02:41 PM
under my admin when i am trying to setup aim with oscommerce admin interface with the payment area i only see cature or authorize only ? please help
11-19-2011 03:10 PM
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())");
11-19-2011 05:19 PM
'x_type' => ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),
11-19-2011 05:37 PM
if anyone knows please message me please
11-20-2011 12:13 AM
Have you tried posting in the osCommerce forums? They have an area specifically for discussion of implementing Authorize.net with osCommerce. I'm afraid support of osCommerce is a bit beyond the scope of the Authorize.net developer forum.
11-20-2011 01:40 AM
@TJPride wrote:Have you tried posting in the osCommerce forums? They have an area specifically for discussion of implementing Authorize.net with osCommerce. I'm afraid support of osCommerce is a bit beyond the scope of the Authorize.net developer forum.
http://forums.oscommerce.com/forum/56-authorizenet/
i already did post it there too no help yet :(
11-20-2011 02:07 AM
Guess all you can do is wait then.
11-20-2011 03:23 PM
@TJPride wrote:Guess all you can do is wait then.
right but i already been waiting for like 4 days now and nothing and no susport . :(
11-21-2011 12:45 AM
Well, as I said before, it's not Authorize.net's responsibility to support third-party software. And you're probably using osCommerce for free, so there's not really any motivation for them to help either.
11-21-2011 04:48 AM