<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Authorize.NET Response</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Authorize.NET Response]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 18:56:38 +0000</pubDate>
  <lastBuildDate>Mon, 15 Oct 2012 19:49:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=5312</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Authorize.NET Response : Oops! Correction: &amp;lt;%select...]]></title>
   <link>https://forum.productcart.com/authorize-net-response_topic5312_post20284.html#20284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5312<br /><strong>Posted:</strong> 15-October-2012 at 7:49pm<br /><br />Oops! Correction:<div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><pre ="BBcode" style="line-height: 16px; width: 1289.5167236328125px; : rgb251, 251, 253; "><div>&lt;%</div><div>select case TRUE</div><div><span ="apple-tab-span"="">	</span>case Instr(msg,"&lt;b&gt;Error&amp;nbsp;&#091;x_response_code I don't like&#093;&lt;/b&gt;:") &gt; 0</div><div><span ="apple-tab-span"="">		</span>msg = Replace(msg,"&#091;x_response_reason_text I don't like&#093;","&#091;The message I'd rather use.&#093;")</div><div><span ="apple-tab-span"="">	</span>case else</div><div><span ="apple-tab-span"="">		</span>msg = msg</div><div>end select</div><div>%&gt;</div></pre></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Mon, 15 Oct 2012 19:49:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/authorize-net-response_topic5312_post20284.html#20284</guid>
  </item> 
  <item>
   <title><![CDATA[Authorize.NET Response : Thanks!   ]]></title>
   <link>https://forum.productcart.com/authorize-net-response_topic5312_post20283.html#20283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2771">1st-line</a><br /><strong>Subject:</strong> 5312<br /><strong>Posted:</strong> 15-October-2012 at 6:19pm<br /><br />Thanks!]]>
   </description>
   <pubDate>Mon, 15 Oct 2012 18:19:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/authorize-net-response_topic5312_post20283.html#20283</guid>
  </item> 
  <item>
   <title><![CDATA[Authorize.NET Response : I see. I always recommend against...]]></title>
   <link>https://forum.productcart.com/authorize-net-response_topic5312_post20281.html#20281</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5312<br /><strong>Posted:</strong> 15-October-2012 at 6:01pm<br /><br />I see. I always recommend against passing on the raw response from the gateway -- for reasons much as you suggest.<div><br></div><div>Best thing to do here would be to modify /pc/msgb.asp (as it is highly unlikely to be affected by PC updates).</div><div><br></div><div>find:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>&lt;%=msg%&gt;</div><div></pre></td></tr></table></div><div><br></div><div>replace that with:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&lt;%</div><div>select case TRUE</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>case Instr(msg,"&lt;b&gt;Error&amp;nbsp;&#091;x_response_code I don't like&#093;&lt;/b&gt;:") &gt; 0</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>msg = Replace(message,"&#091;x_response_reason_text I don't like&#093;","&#091;The message I'd rather use.&#093;")</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>case else</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>msg = msg</div><div>end select</div><div>%&gt;</div></div><div><br></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Mon, 15 Oct 2012 18:01:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/authorize-net-response_topic5312_post20281.html#20281</guid>
  </item> 
  <item>
   <title><![CDATA[Authorize.NET Response : Thanks. We already checked the...]]></title>
   <link>https://forum.productcart.com/authorize-net-response_topic5312_post20280.html#20280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2771">1st-line</a><br /><strong>Subject:</strong> 5312<br /><strong>Posted:</strong> 15-October-2012 at 5:31pm<br /><br />Thanks. We already checked the language file and searched the forums/knowledge base before we posted. From the code, it looks like the response is coming from Authorize.NET. Unfortunately, it can confuse customers with a message that AVS is not matched. It also gives a back button, but does nto tell customers to try again or try a different card number.]]>
   </description>
   <pubDate>Mon, 15 Oct 2012 17:31:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/authorize-net-response_topic5312_post20280.html#20280</guid>
  </item> 
  <item>
   <title><![CDATA[Authorize.NET Response : Should be in the /includes/languages.asp...]]></title>
   <link>https://forum.productcart.com/authorize-net-response_topic5312_post20277.html#20277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5312<br /><strong>Posted:</strong> 15-October-2012 at 4:17pm<br /><br />Should be in the /includes/languages.asp file. Just search for the text in the message.]]>
   </description>
   <pubDate>Mon, 15 Oct 2012 16:17:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/authorize-net-response_topic5312_post20277.html#20277</guid>
  </item> 
  <item>
   <title><![CDATA[Authorize.NET Response : Is it possible to customize the...]]></title>
   <link>https://forum.productcart.com/authorize-net-response_topic5312_post20274.html#20274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2771">1st-line</a><br /><strong>Subject:</strong> 5312<br /><strong>Posted:</strong> 15-October-2012 at 3:51pm<br /><br />Is it possible to customize the response from decline charges using authorize.NET? If yes, please notify which files need to be modified.]]>
   </description>
   <pubDate>Mon, 15 Oct 2012 15:51:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/authorize-net-response_topic5312_post20274.html#20274</guid>
  </item> 
 </channel>
</rss>