<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: need help to add in a php code for my osCommerce in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19150#M10568</link>
    <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.oscommerce.com/forum/56-authorizenet/" target="_blank"&gt;http://forums.oscommerce.com/forum/56-authorizenet/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Nov 2011 09:40:27 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2011-11-20T09:40:27Z</dc:date>
    <item>
      <title>need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19136#M10561</link>
      <description>&lt;P&gt;need help to add in a php code for my osCommerce&amp;nbsp; code to make it active so i can see Authorize and Capture how do i edit that ????&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2011 22:41:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19136#M10561</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-19T22:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19140#M10563</link>
      <description>&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2011 23:10:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19140#M10563</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-19T23:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19142#M10564</link>
      <description>&lt;P&gt;is this where i should add authorize and capture option ?&lt;BR /&gt;&lt;BR /&gt;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())");&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2011 01:19:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19142#M10564</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-20T01:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19144#M10565</link>
      <description>&lt;P&gt;'x_type' =&amp;gt; ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2011 01:37:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19144#M10565</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-20T01:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19148#M10567</link>
      <description>&lt;P&gt;if anyone knows please message me please&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2011 08:13:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19148#M10567</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-20T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19150#M10568</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.oscommerce.com/forum/56-authorizenet/" target="_blank"&gt;http://forums.oscommerce.com/forum/56-authorizenet/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2011 09:40:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19150#M10568</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-20T09:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19152#M10569</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/5322"&gt;@TJPride&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.oscommerce.com/forum/56-authorizenet/" target="_blank"&gt;http://forums.oscommerce.com/forum/56-authorizenet/&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;i already did post it there too no help yet :(&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2011 10:07:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19152#M10569</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-20T10:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19160#M10572</link>
      <description>&lt;P&gt;Guess all you can do is wait then.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2011 23:23:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19160#M10572</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-20T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19174#M10579</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/5322"&gt;@TJPride&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Guess all you can do is wait then.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;right but i already been waiting for like 4 days now and nothing and no susport . :(&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 08:45:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19174#M10579</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-21T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19184#M10584</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 12:48:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19184#M10584</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-21T12:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19186#M10585</link>
      <description>&lt;P&gt;FYI, I'm not a php developer.&lt;/P&gt;&lt;P&gt;But looking at the code.&lt;/P&gt;&lt;PRE&gt;'x_type' =&amp;gt; ((MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD == 'Capture') ? 'AUTH_CAPTURE' : 'AUTH_ONLY'),&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It set the x_type to AUTH_CAPTURE if MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TRANSACTION_METHOD is 'Capture'&lt;/P&gt;&lt;P&gt;So I guess would be change that text and in the array(last line)&lt;/P&gt;&lt;PRE&gt;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())");&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Or just leave it as it, knowing the 'Capture' mean AUTH_CAPTURE.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:25:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19186#M10585</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-11-21T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: need help to add in a php code for my osCommerce</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19218#M10601</link>
      <description>&lt;P&gt;ok but i am having real problems maybe authorize.net should get rid of oscommerce&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 22:39:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-to-add-in-a-php-code-for-my-osCommerce/m-p/19218#M10601</guid>
      <dc:creator>brevardcountypc</dc:creator>
      <dc:date>2011-11-21T22:39:39Z</dc:date>
    </item>
  </channel>
</rss>

