<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Programming Answers &#187; VirtueMart</title>
	<atom:link href="http://www.bogartcomputing.com/web-programming-answers/category/virtuemart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bogartcomputing.com/web-programming-answers</link>
	<description>Joomla Programmer, PHP, Joomla, Zen-Cart, osCommerce, MySQL, CSS, XHTML, Ecommerce, Search Engine Marketing, Web Programming answers, often in their rawest form</description>
	<lastBuildDate>Sun, 20 Jun 2010 19:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VirtueMart Authorize.net Code Changes</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/103/virtuemart-authorizenet-code-changes-3/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/103/virtuemart-authorizenet-code-changes-3/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 01:38:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Authorize.net]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[VirtueMart]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/103/virtuemart-authorizenet-code-changes-3/</guid>
		<description><![CDATA[VirtueMart does not automate Authorize.net test mode. It doesn&#8217;t read classes/payment/ps_authorize.cfg.php AN_TEST_REQUEST to see if it should send test mode to Authorize.Net. A quick fix, alter FILE CHANGE classes/ps_checkout.php lines 24, 159, 484 line 24: define (TESTMODE,true); Lines 159, 484, call validate with TESTMODE rather than hard-coded &#8220;false.&#8221; 159: if ( !$this->validate_payment_method( $d, TESTMODE )) [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong><em>VirtueMart does not automate Authorize.net test mode. It doesn&#8217;t read classes/payment/ps_authorize.cfg.php AN_TEST_REQUEST to see if it should send test mode to Authorize.Net. A quick fix, alter </em></strong></p>
<p align="left">FILE CHANGE classes/ps_checkout.php lines 24, 159, 484<br />
line 24:<br />
define (<strong>TESTMODE</strong>,true);</p>
<p>Lines 159, 484, call validate with TESTMODE rather than hard-coded &#8220;false.&#8221;<br />
159:<br />
if ( !$this->validate_payment_method( $d, <strong>TESTMODE</strong> )) {<br />
484:<br />
if (!$this->validate_payment_method($d, <strong>TESTMODE</strong>)) { //Change false to true to Let the user play with the VISA Testnumber</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/103/virtuemart-authorizenet-code-changes-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
