<?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: Process Custom eCommerce data using Paypal IPN</title>
	<atom:link href="http://www.web-design-talk.co.uk/141/process-custom-ecommerce-data-using-paypal-ipn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-design-talk.co.uk/141/process-custom-ecommerce-data-using-paypal-ipn/</link>
	<description>Web Design &#38; Development Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rob</title>
		<link>http://www.web-design-talk.co.uk/141/process-custom-ecommerce-data-using-paypal-ipn/comment-page-1/#comment-27477</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=141#comment-27477</guid>
		<description>If you look at the IPN field reference at https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_admin_IPNReference it says there is a limit of 255 characters. What you&#039;re attempting to do is extremely bad practice. You&#039;re much better off generating a hash that is unqiue to your backoffice processes and pass that across. Then, in your IPN listener script you&#039;d retreieve this and do all you backoffice stuff.</description>
		<content:encoded><![CDATA[<p>If you look at the IPN field reference at <a href="https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&#038;content_ID=developer/e_howto_admin_IPNReference" rel="nofollow">https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&#038;content_ID=developer/e_howto_admin_IPNReference</a> it says there is a limit of 255 characters. What you&#8217;re attempting to do is extremely bad practice. You&#8217;re much better off generating a hash that is unqiue to your backoffice processes and pass that across. Then, in your IPN listener script you&#8217;d retreieve this and do all you backoffice stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Designers</title>
		<link>http://www.web-design-talk.co.uk/141/process-custom-ecommerce-data-using-paypal-ipn/comment-page-1/#comment-27137</link>
		<dc:creator>Web Designers</dc:creator>
		<pubDate>Wed, 01 Feb 2012 21:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=141#comment-27137</guid>
		<description>Hi,
Im using a similar method to yours but im also trying to pass a long textfield which a user will enter via a text editor. However when i use the php explode function within the ipn page i realise that only a couple of lines of text is stored and the rest dissappears.

Does the explode function have a limit to the amount of words that can be stored by a variable within the array?

Also cant we just pass an array through the custom variable instead of passing a string? 

Cheers</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Im using a similar method to yours but im also trying to pass a long textfield which a user will enter via a text editor. However when i use the php explode function within the ipn page i realise that only a couple of lines of text is stored and the rest dissappears.</p>
<p>Does the explode function have a limit to the amount of words that can be stored by a variable within the array?</p>
<p>Also cant we just pass an array through the custom variable instead of passing a string? </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.web-design-talk.co.uk/141/process-custom-ecommerce-data-using-paypal-ipn/comment-page-1/#comment-2623</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=141#comment-2623</guid>
		<description>&lt;a href=&quot;#comment-2621&quot; rel=&quot;nofollow&quot;&gt;@mark &lt;/a&gt; 

Well that would come directly from your php logic, I&#039;ve just used fixed values as it&#039;s an example. So say for your shipping ID your script would probably look different, E.g. 	$shipping_method_id = $basket-&gt;getShippingMethodID($session);</description>
		<content:encoded><![CDATA[<p><a href="#comment-2621" rel="nofollow">@mark </a> </p>
<p>Well that would come directly from your php logic, I&#8217;ve just used fixed values as it&#8217;s an example. So say for your shipping ID your script would probably look different, E.g. 	$shipping_method_id = $basket->getShippingMethodID($session);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.web-design-talk.co.uk/141/process-custom-ecommerce-data-using-paypal-ipn/comment-page-1/#comment-2621</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-design-talk.co.uk/?p=141#comment-2621</guid>
		<description>How do you get the values of the text fields - coupon code etc into those variables
for them to be then included in the array?</description>
		<content:encoded><![CDATA[<p>How do you get the values of the text fields &#8211; coupon code etc into those variables<br />
for them to be then included in the array?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

