<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Add AVS and CVN to Magento&#8217;s Admin Screen in Just 637 Easy Steps</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:17:19 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Li</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/comment-page-1/#comment-1505</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Tue, 15 Dec 2009 19:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=361#comment-1505</guid>
		<description>Has a solution been found for the Paygate module? That is what we have as well (vs Cybersource) but there is no Block folder in the core/Mage/Paygate file path. We are also using authorize.net and I cannot get the AVS results to show in the order admin either.</description>
		<content:encoded><![CDATA[<p>Has a solution been found for the Paygate module? That is what we have as well (vs Cybersource) but there is no Block folder in the core/Mage/Paygate file path. We are also using authorize.net and I cannot get the AVS results to show in the order admin either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/comment-page-1/#comment-1489</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 22 Nov 2009 20:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=361#comment-1489</guid>
		<description>Just an update to me previous comment. The code does indeed work for Authorize.net. The only real changes were just to overwrite the Paygate module instead of the CyberSource module. The reason I couldn&#039;t get anything to display is because the information is not being stored in the database. Paygate uses the exact same setCcAvsStatus() and setCcCidStatus() functions, so I&#039;m not sure where the problem is. I am using a developer Authorize.net account, but it should be returning the same info. In fact, there is a debug table for Paygate in the database. When debug is enabled, I can see the response that Authorize.net returns, and I can see the &quot;Y&quot; code in there for an AVS match. When I add this &quot;Y&quot; code (or any other valid code) to the appropriate table in the database manually, then the AVS information is displayed properly on the order screen. I can do the same for CVN, by adding an &quot;M&quot; or any valid code to the database. I did notice in the debug table that Authorize.net is not returning any codes for CVN. I believe this is because test accounts do not verify card codes at all. The CVN information doesn&#039;t show in my Authorize.net account either or in the merchant email receipts.  So I guess my whole point is, your mod works perfectly, I just need to figure out why the info isn&#039;t showing up in the database.</description>
		<content:encoded><![CDATA[<p>Just an update to me previous comment. The code does indeed work for Authorize.net. The only real changes were just to overwrite the Paygate module instead of the CyberSource module. The reason I couldn&#8217;t get anything to display is because the information is not being stored in the database. Paygate uses the exact same setCcAvsStatus() and setCcCidStatus() functions, so I&#8217;m not sure where the problem is. I am using a developer Authorize.net account, but it should be returning the same info. In fact, there is a debug table for Paygate in the database. When debug is enabled, I can see the response that Authorize.net returns, and I can see the &#8220;Y&#8221; code in there for an AVS match. When I add this &#8220;Y&#8221; code (or any other valid code) to the appropriate table in the database manually, then the AVS information is displayed properly on the order screen. I can do the same for CVN, by adding an &#8220;M&#8221; or any valid code to the database. I did notice in the debug table that Authorize.net is not returning any codes for CVN. I believe this is because test accounts do not verify card codes at all. The CVN information doesn&#8217;t show in my Authorize.net account either or in the merchant email receipts.  So I guess my whole point is, your mod works perfectly, I just need to figure out why the info isn&#8217;t showing up in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/comment-page-1/#comment-1485</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=361#comment-1485</guid>
		<description>Any way to get this to work with Authorize.net? I&#039;ve been trying for the past couple hours and it&#039;s just not working. Both $info-&gt;getCcAvsStatus() and $info-&gt;getCcCidStatus() return nothing. I&#039;ve compared the Cybersource and Authorize.net (Paygate) extensions, and I can&#039;t figure out what the differences are that would allow one to work and not the other.</description>
		<content:encoded><![CDATA[<p>Any way to get this to work with Authorize.net? I&#8217;ve been trying for the past couple hours and it&#8217;s just not working. Both $info-&gt;getCcAvsStatus() and $info-&gt;getCcCidStatus() return nothing. I&#8217;ve compared the Cybersource and Authorize.net (Paygate) extensions, and I can&#8217;t figure out what the differences are that would allow one to work and not the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating sane plain text sales transactional e-mails in Magento &#124; Simply Does Not Work</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/comment-page-1/#comment-1423</link>
		<dc:creator>Creating sane plain text sales transactional e-mails in Magento &#124; Simply Does Not Work</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=361#comment-1423</guid>
		<description>[...] as I&#8217;ve described previously, we&#8217;ve set up a Magento store to clear out some of the older inventory at the company I work [...]</description>
		<content:encoded><![CDATA[<p>[...] as I&#8217;ve described previously, we&#8217;ve set up a Magento store to clear out some of the older inventory at the company I work [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Russell</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/comment-page-1/#comment-1422</link>
		<dc:creator>Chris Russell</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=361#comment-1422</guid>
		<description>Thanks Nicholas. This is probably the most informative &#039;how to&#039; for creating a magento module I&#039;ve seen...certainly better than on their site. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks Nicholas. This is probably the most informative &#8216;how to&#8217; for creating a magento module I&#8217;ve seen&#8230;certainly better than on their site. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Miles</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/add-avs-and-cvn-to-magentos-admin-screen-in-just-637-easy-steps/comment-page-1/#comment-1401</link>
		<dc:creator>Charles Miles</dc:creator>
		<pubDate>Sat, 03 Oct 2009 20:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=361#comment-1401</guid>
		<description>Great post - I really appreciate seeing posts by someone working in a small/medium sized retail environment, some of what you are talking about is pretty familiar...

CM</description>
		<content:encoded><![CDATA[<p>Great post &#8211; I really appreciate seeing posts by someone working in a small/medium sized retail environment, some of what you are talking about is pretty familiar&#8230;</p>
<p>CM</p>
]]></content:encoded>
	</item>
</channel>
</rss>
