<?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 : Help adding tracking image to asp file</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Help adding tracking image to asp file]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 07:51:42 +0000</pubDate>
  <lastBuildDate>Wed, 12 Mar 2008 03:05:48 +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=1435</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[Help adding tracking image to asp file : alas no luck... the tracking code...]]></title>
   <link>https://forum.productcart.com/help-adding-tracking-image-to-asp-file_topic1435_post4322.html#4322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=291">caughlan</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 12-March-2008 at 3:05am<br /><br />alas no luck... the tracking code was never detected during the test sale :(<br><br>Shareasale has a copy of my paypalorderconfirm.asp and gwReturn.asp files (they requested the other one after seeing that the first file you told me about redirects to it) and i haven't heard back yet - hope it works... i'll post results in case someone else has the same question some day...<br><br><br>]]>
   </description>
   <pubDate>Wed, 12 Mar 2008 03:05:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-adding-tracking-image-to-asp-file_topic1435_post4322.html#4322</guid>
  </item> 
  <item>
   <title><![CDATA[Help adding tracking image to asp file : Try this:  if ucase(pcv_Payme...]]></title>
   <link>https://forum.productcart.com/help-adding-tracking-image-to-asp-file_topic1435_post4314.html#4314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=213">Matt</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 11-March-2008 at 2:50pm<br /><br />Try this:<br><br><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"><table width="99%"><tr><td><pre class="BBcode"></span><br>&nbsp;&nbsp;&nbsp; if ucase(pcv_PaymentStatus)="COMPLETED" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '// Add Tracking Image<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; %&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  &lt;imgsrc="https://shareasale.com/sale.cfm?amount=&lt;%=p total%&gt;&amp;tracking=&lt;%=pOID%&gt;&amp;transtype=SALE &amp;amp;merchantID=XXXX" width="1" height="1"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &lt;%<br><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"></pre></td></tr></table> </span><br>]]>
   </description>
   <pubDate>Tue, 11 Mar 2008 14:50:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-adding-tracking-image-to-asp-file_topic1435_post4314.html#4314</guid>
  </item> 
  <item>
   <title><![CDATA[Help adding tracking image to asp file : Can anyone help me add the following...]]></title>
   <link>https://forum.productcart.com/help-adding-tracking-image-to-asp-file_topic1435_post4312.html#4312</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=291">caughlan</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 11-March-2008 at 2:23pm<br /><br />Can anyone help me add the following tracking code:<br><br><br><table width="99%"><tr><td><pre class="BBcode">&lt;imgsrc="https://shareasale.com/sale.cfm?amount=&lt;%=p total%&gt;&amp;tracking=&lt;%=pOID%&gt;&amp;transtype=SALE&a mp;merchantID=XXXX" width="1" height="1"&gt;<br></pre></td></tr></table><br><br><br>to this:<br><br><br><br><table width="99%"><tr><td><pre class="BBcode"><br><br> '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~<br>' START: PROCESS IPN<br> '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~<br>Dim Status, Result<br>Status=objHttp.status<br>Result=objHttp.ResponseText<br><br>'// Check notification validation<br>if (Status &lt;&gt; 200 ) then<br>'// Now we see if the payment is pending, verified, or denied <br>elseif (objHttp.responseText="VERIFIED") then<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; pcv_OrderID=(int(pcv_OrderID)-scpre)<br>&nbsp;&nbsp;&nbsp; session("GWCustomerID")=pcf_RestoreCustomer(pcv_OrderID)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; if ucase(pcv_PaymentStatus)="COMPLETED" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWAuthCode")=pcv_PaymentStatus<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWTransId")=pcv_gwTransID<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWOrderId")=pcv_OrderID<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcf_AuthorizeCustomer session("GWSessionID"), session("GWOrderId") <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  response.Redirect("gwReturn.asp?s=true&amp;gw=PayPal&amp;GWA uthCode="&amp;session("GWAuthCode")&amp;"&amp;GWOrderId="&am p;session("GWOrderId")&amp;"&amp;GWSessionID="&amp;session(" GWSessionID")&amp;"&amp;GWTransId="&amp;session("GWTransId") &amp;"&amp;GWCustomerID="&amp;session("GWCustomerID")&amp;"" )<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; response.end<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ucase(pcv_PaymentStatus)="PENDING" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '// SAVE PENDING REASON TO DB<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWAuthCode")=pcv_PaymentStatus<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWTransId")=pcv_PendingReason<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWOrderId")=pcv_OrderID<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '// FLAG AS PENDING<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWTransType")="P"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcf_AuthorizeCustomer session("GWSessionID"), session("GWOrderId")&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  response.Redirect("gwReturn.asp?s=true&amp;gw=PayPal&amp;GWA uthCode="&amp;session("GWAuthCode")&amp;"&amp;GWOrderId="&am p;session("GWOrderId")&amp;"&amp;GWSessionID="&amp;session(" GWSessionID")&amp;"&amp;GWTransId="&amp;session("GWTransId") &amp;"&amp;GWCustomerID="&amp;session("GWCustomerID")&amp;"" )<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; response.end<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if<br>&nbsp;&nbsp;&nbsp; end if<br>elseif (objHttp.responseText="INVALID" OR objHttp.responseText="FAILED") then<br>&nbsp;&nbsp;&nbsp; '// If we get an Invalid response from PayPal, then the payment is messed up and we notify the customer<br>&nbsp;&nbsp;&nbsp; if ucase(pcv_PaymentStatus)="COMPLETED" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWAuthCode")=pcv_PaymentStatus<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWTransId")=""<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; session("GWOrderId")=pcv_OrderID<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcf_AuthorizeCustomer session("GWSessionID"), session("GWOrderId")&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  response.Redirect("gwReturn.asp?s=true&amp;gw=PayPal&amp;GWA uthCode="&amp;session("GWAuthCode")&amp;"&amp;GWOrderId="&am p;session("GWOrderId")&amp;"&amp;GWSessionID="&amp;session(" GWSessionID")&amp;"&amp;GWTransId="&amp;session("GWTransId") &amp;"&amp;GWCustomerID="&amp;session("GWCustomerID")&amp;"" )<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; response.end<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; response.redirect "msg.asp?message=73" <br>&nbsp;&nbsp;&nbsp; end if&nbsp; <br>else <br>'// error<br>end if<br>set objHttp=nothing<br> '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~<br>' END: PROCESS IPN<br> '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~<br></pre></td></tr></table> <br><br><br><br>many thanks!<br>]]>
   </description>
   <pubDate>Tue, 11 Mar 2008 14:23:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/help-adding-tracking-image-to-asp-file_topic1435_post4312.html#4312</guid>
  </item> 
 </channel>
</rss>