<?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"
	>
<channel>
	<title>Comments for The Wojo Group</title>
	<atom:link href="http://www.thewojogroup.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewojogroup.com</link>
	<description>The musings of a small creative media company.</description>
	<pubDate>Fri, 03 Jul 2009 23:01:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by Craig</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4683</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 30 Jun 2009 23:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4683</guid>
		<description>Wow, I just found your site and its exactly what im after. There are just 2 points that trouble me...

The items are sell are just 1 off so i dont want the change quantity boxes. I understand i can disable this via CSS but this leaves 2 other issues;
 - Someone could just add the same product again, thus still ending up with 2 items in their cart.
 - There isnt a way then of removing the item if there is no change quantity box.

My second issue is shipping - Im looking for by shipping to be based on £x for the first item puchased and then £y for each additional item. I cant set this up in PayPal (as far as im aware) but is it something built into v2 as i see a lot has been mentioned on shipping previously!

Kind Regards
Craig</description>
		<content:encoded><![CDATA[<p>Wow, I just found your site and its exactly what im after. There are just 2 points that trouble me&#8230;</p>
<p>The items are sell are just 1 off so i dont want the change quantity boxes. I understand i can disable this via CSS but this leaves 2 other issues;<br />
 - Someone could just add the same product again, thus still ending up with 2 items in their cart.<br />
 - There isnt a way then of removing the item if there is no change quantity box.</p>
<p>My second issue is shipping - Im looking for by shipping to be based on £x for the first item puchased and then £y for each additional item. I cant set this up in PayPal (as far as im aware) but is it something built into v2 as i see a lot has been mentioned on shipping previously!</p>
<p>Kind Regards<br />
Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by K Walker</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4642</link>
		<dc:creator>K Walker</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4642</guid>
		<description>Hi Brett

any news on when v2 will be officially released. Thanks again for the hard work.</description>
		<content:encoded><![CDATA[<p>Hi Brett</p>
<p>any news on when v2 will be officially released. Thanks again for the hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by Paul</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4619</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 28 Jun 2009 21:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4619</guid>
		<description>A great thing, for a mini-business like ours it is just perfect. Thanks.</description>
		<content:encoded><![CDATA[<p>A great thing, for a mini-business like ours it is just perfect. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by Dean</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4494</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 25 Jun 2009 04:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4494</guid>
		<description>Absolutely superb - top job and thanks! Lovin it.</description>
		<content:encoded><![CDATA[<p>Absolutely superb - top job and thanks! Lovin it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by Richard Testani</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4455</link>
		<dc:creator>Richard Testani</dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4455</guid>
		<description>Notes about simpleCart 1.1

- It's probably a good idea not to use names with quotes in them. Seems to break the updater since they are not escaped.

- Weight is not inherently supported, so then neither is shipping by weight.  You can setup shipping by number of items in PayPal.

-The GET string includes all information which is easily viewed when the checkout button is clicked. Basically a security issue in terms of being able to change pricing and quantities.

-Probably obvious, but only support Basic WebPayments.

This list isn't meant to criticize simpleCart, as I am currently using it - its quite fantastic really. Just while getting my site going I came across these pitfalls and am passing them on.

I'm sure some of these issues will be resolved in the next version, otherwise the code is pretty clear and not too bad to hack, and modify.

My 2 cents.
Rich</description>
		<content:encoded><![CDATA[<p>Notes about simpleCart 1.1</p>
<p>- It&#8217;s probably a good idea not to use names with quotes in them. Seems to break the updater since they are not escaped.</p>
<p>- Weight is not inherently supported, so then neither is shipping by weight.  You can setup shipping by number of items in PayPal.</p>
<p>-The GET string includes all information which is easily viewed when the checkout button is clicked. Basically a security issue in terms of being able to change pricing and quantities.</p>
<p>-Probably obvious, but only support Basic WebPayments.</p>
<p>This list isn&#8217;t meant to criticize simpleCart, as I am currently using it - its quite fantastic really. Just while getting my site going I came across these pitfalls and am passing them on.</p>
<p>I&#8217;m sure some of these issues will be resolved in the next version, otherwise the code is pretty clear and not too bad to hack, and modify.</p>
<p>My 2 cents.<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by Brian</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4444</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4444</guid>
		<description>Thanks, cant wait to test it!!!</description>
		<content:encoded><![CDATA[<p>Thanks, cant wait to test it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by Gary</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4423</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 23 Jun 2009 04:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4423</guid>
		<description>Great news about v2.0. Thanks for your hard work and generosity.</description>
		<content:encoded><![CDATA[<p>Great news about v2.0. Thanks for your hard work and generosity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by lele</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4405</link>
		<dc:creator>lele</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4405</guid>
		<description>v2 WOW!
i'm ver exited! thanx!</description>
		<content:encoded><![CDATA[<p>v2 WOW!<br />
i&#8217;m ver exited! thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by juan carlos</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4391</link>
		<dc:creator>juan carlos</dc:creator>
		<pubDate>Mon, 22 Jun 2009 09:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4391</guid>
		<description>Hi brett.. no problem to test V2.0. let me know how</description>
		<content:encoded><![CDATA[<p>Hi brett.. no problem to test V2.0. let me know how</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simpleCart(js) + PayPal = E-commerce in minutes by abe</title>
		<link>http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/#comment-4390</link>
		<dc:creator>abe</dc:creator>
		<pubDate>Mon, 22 Jun 2009 03:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewojogroup.com/?p=178#comment-4390</guid>
		<description>looking forward to v2.0! can't wait to try it out.</description>
		<content:encoded><![CDATA[<p>looking forward to v2.0! can&#8217;t wait to try it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
