<?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 : Paypal - payment data transfer?</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Paypal - payment data transfer?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 07:51:32 +0000</pubDate>
  <lastBuildDate>Thu, 13 Mar 2008 04:38:50 +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=1428</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[Paypal - payment data transfer? : Final update for anyone else doing...]]></title>
   <link>https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4346.html#4346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=291">caughlan</a><br /><strong>Subject:</strong> 1428<br /><strong>Posted:</strong> 13-March-2008 at 4:38am<br /><br />Final update for anyone else doing this:<br><br>There was no way for us to add the shareasale code to anything other than the ordercomplete.asp file. Because we only use Paypal, we have to force people to return to the site to activate the tracking for our affiliates. It cannot be added to a 'behind the scenes' file.<br><br>so I added this code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;INPUT type="hidden" name="cbt" value="CLICK HERE TO COMPLETE YOUR ORDER!"&gt;</pre></td></tr></table><br><br>to the gwpp.asp file to rename the "would you like to return to the site" button (no one ever did). It now looks as though they HAVE to - and I've had total success getting them to.<br><br>problem solved!<br>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 04:38:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4346.html#4346</guid>
  </item> 
  <item>
   <title><![CDATA[Paypal - payment data transfer? : Excellent to know - I&amp;#039;ll...]]></title>
   <link>https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4300.html#4300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=291">caughlan</a><br /><strong>Subject:</strong> 1428<br /><strong>Posted:</strong> 10-March-2008 at 4:45am<br /><br />Excellent to know - I'll give it a shot - thanks!<br><br><br>]]>
   </description>
   <pubDate>Mon, 10 Mar 2008 04:45:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4300.html#4300</guid>
  </item> 
  <item>
   <title><![CDATA[Paypal - payment data transfer? :   Hi caughlan,  All PayPal...]]></title>
   <link>https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4275.html#4275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=213">Matt</a><br /><strong>Subject:</strong> 1428<br /><strong>Posted:</strong> 08-March-2008 at 2:35am<br /><br /><p ="Ms&#111;normal">Hi caughlan,<br><br>All PayPal Standard payments go through "pc/paypalOrdConfirm.asp"(even if the customer does not return to the store).&nbsp; However, PayPalsends the order more than once.&nbsp; To be 100% accurate you need embed you’retracking script in the "VERIFIED" section of code (around line 295).<br><br>I hope that helps.</p>]]>
   </description>
   <pubDate>Sat, 08 Mar 2008 02:35:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4275.html#4275</guid>
  </item> 
  <item>
   <title><![CDATA[Paypal - payment data transfer? : I&amp;#039;m setting up an affiliate...]]></title>
   <link>https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4274.html#4274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=291">caughlan</a><br /><strong>Subject:</strong> 1428<br /><strong>Posted:</strong> 08-March-2008 at 12:06am<br /><br />I'm setting up an affiliate program through shareasale but because many customers use Paypal and never return back to my 'order confirmation' page, the tracking wont be triggered. Apparently i have to set up "payment data transfer' with paypal and use the following code (or a variation of) on my site. The Paypal confirmation page provided by PC seems to have similar code though...<br><br>anyone done this before, or know a trick I should be aware of? earlyimpact?<br><br>thanks in advance<br><br><br><table width="99%"><tr><td><pre class="BBcode"><br><code>&lt;%@LANGUAGE="VBScript"%&gt;<br>&lt;%<br><br>Dim authToken, txToken<br>Dim query<br>Dim objHttp<br>Dim sQuerystring<br>Dim sParts, iParts, aParts<br>Dim sResults, sKey, sValue<br>Dim i, result<br>Dim firstName, lastName, itemName, mcGross, mcCurrency<br><br>authToken =  "Dc7P6f0ZadXW-U1X8oxf8_vUK09EHBMD7_53IiTT-CfTpfzkN0nipFKUPYy "<br>txToken = Request.Querystring("tx")<br><br>query = "cmd=_notify-synch&amp;tx=" &amp; txToken &amp;<br>"&amp;at=" &amp; authToken<br><br>set objHttp = Server.CreateObject("Microsoft.XMLHTTP")<br>' set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")<br>objHttp.open "POST", "http://www.paypal.com/cgi-bin/webscr", false<br>objHttp.setRequestHeader "Content-type", "application/x-www-form-urlencoded"<br>objHttp.Send query<br><br>sQuerystring = objHttp.responseText<br><br>If Mid(sQuerystring,1,7) = "SUCCESS" Then<br>sQuerystring = Mid(sQuerystring,9)<br>sParts = Split(sQuerystring, vbLf)<br>iParts = UBound(sParts) - 1<br>ReDim sResults(iParts, 1)<br>For i = 0 To iParts<br>aParts = Split(sParts(i), "=")<br>sKey = aParts(0)<br>sValue = aParts(1)<br>sResults(i, 0) = sKey<br>sResults(i, 1) = sValue<br><br>Select Case sKey<br>Case "first_name"<br>firstName = sValue<br>Case "last_name"<br>    lastName = sValue<br>Case "item_name"<br>    itemName = sValue<br>Case "mc_gross"<br>    mcGross = sValue<br>Case "mc_currency"<br>    mcCurrency = sValue<br>End Select<br>Next<br><br>Response.Write("&lt;p&gt;&lt;h3&gt;Your order has been received.&lt;/h3&gt;&lt;/p&gt;")<br>Response.Write("&lt;b&gt;Details&lt;/b&gt;&lt;br&gt;")<br>Response.Write("&lt;li&gt;Name: " &amp; firstName &amp; " " &amp; lastName &amp; "&lt;/li&gt;")<br>Response.Write("&lt;li&gt;Description: " &amp; itemName &amp; "&lt;/li&gt;")<br>Response.Write("&lt;li&gt;Amount: " &amp; mcCurrency &amp; " " &amp; mcGross &amp; "&lt;/li&gt;")<br>Response.Write("&lt;hr&gt;")<br>Else<br>'log for manual investigation<br>Response.Write("ERROR")<br>End If<br><br>%&gt;<br></code><br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Sat, 08 Mar 2008 00:06:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/paypal-payment-data-transfer_topic1428_post4274.html#4274</guid>
  </item> 
 </channel>
</rss>