<?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: Shopping Cart for WordPress: WP e-Commerce</title>
	<atom:link href="http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/feed" rel="self" type="application/rss+xml" />
	<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce</link>
	<description>Making the web work for you</description>
	<lastBuildDate>Mon, 21 May 2012 13:53:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<image><title>Foliovision</title><url>http://foliovision.com/site/wp-content/themes/foliovision/images/foliovision-logo-380.gif</url><link>http://foliovision.com</link><width>240</width><height>66</height><description>Making the web work for you</description></image>	<item>
		<title>By: JF</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-476591</link>
		<dc:creator>JF</dc:creator>
		<pubDate>Mon, 03 Oct 2011 19:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-476591</guid>
		<description>The WP E Commerce plugin is a complete nightmare.

I have sites with instant loading pages, although once you add this plugin to the site you&#039;ll start seeing 5-20 second page load times. This is a major turn-off for customers... 

I think a blindfolded monkey banging on a keyboard would create better code than the WP E Commerce plugin. I advise you to avoid this plugin like the plague--the core code is written poorly by people who clearly don&#039;t know what they are doing.</description>
		<content:encoded><![CDATA[<p>The WP E Commerce plugin is a complete nightmare.</p>
<p>I have sites with instant loading pages, although once you add this plugin to the site you&#8217;ll start seeing 5-20 second page load times. This is a major turn-off for customers&#8230; </p>
<p>I think a blindfolded monkey banging on a keyboard would create better code than the WP E Commerce plugin. I advise you to avoid this plugin like the plague&#8211;the core code is written poorly by people who clearly don&#8217;t know what they are doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-367474</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Sat, 18 Jun 2011 06:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-367474</guid>
		<description>I love the wp-ecommerce plugin. It&#039;s very customizable and integrates with wordpress superbly. It&#039;s saved my online business. But I agree with Oszkar. There is a lot of coding in it that makes the browser&#039;s ability to read it take forever. 

If it weren&#039;t for the extremely slow loading times using this plugin I would give it 5 stars.</description>
		<content:encoded><![CDATA[<p>I love the wp-ecommerce plugin. It&#8217;s very customizable and integrates with wordpress superbly. It&#8217;s saved my online business. But I agree with Oszkar. There is a lot of coding in it that makes the browser&#8217;s ability to read it take forever. </p>
<p>If it weren&#8217;t for the extremely slow loading times using this plugin I would give it 5 stars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shopping Cart</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-48839</link>
		<dc:creator>Shopping Cart</dc:creator>
		<pubDate>Thu, 24 Jun 2010 06:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-48839</guid>
		<description>the information about usability, aesthetics, and presentation you give is good for bands &amp; Record Labels</description>
		<content:encoded><![CDATA[<p>the information about usability, aesthetics, and presentation you give is good for bands &amp; Record Labels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oszkar Horvath</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-22799</link>
		<dc:creator>Oszkar Horvath</dc:creator>
		<pubDate>Wed, 14 Oct 2009 13:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-22799</guid>
		<description>Hi all,

somewhere I have to say it: WP e-Commerce is far far the handiest plug-in for shopping, we&#039;ve tried many of them. We went into the code very deep and have been tweeking with it for a while, so I see the inside of it, and I need to say that it has horrible solutions that really don&#039;t comply with WordPress&#039; motto: Code is Poetry.

Some field names in the database are reserved words, like name, description, or ORDER! This is awful, especially if you back up your database without using quotation marks for the field names. To continue, URL names for products are not stored in the product_list table, but in product_metadata, which is 8 times bigger and it would be absolutely unnecessary to use it for URL parsing. Third big problem: product_order table and item_product_association table hold almost the same information, which is way unnecessary, and is critical if you have over 2000 products. Any of these would result in an F, when examing from a programming language, the code of this plug-in is absolutely not poetry - I am not a poet either, but I see wonderfully constructed plug-ins that are truly pieces of art, and compared, I know what coplies with the geniality of WordPress, and what doesn&#039;t.

Simply said: the best cart plug-in, and still not good enough. I am a WordPress fan, religiously, and would never use Joomla or Drupal instead, but this is the point of view where those content management systems ARE BETTER then WordPress, for fact. 

With over 1-2000 products, even with deleted and disabled images, a website&#039;s front-end and even it&#039;s wp-admin slows down so much that it makes me desperately dream about something better, built from ground up. 

By an Artist, like so much of those, who publish wonderful plug-ins.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>somewhere I have to say it: WP e-Commerce is far far the handiest plug-in for shopping, we&#8217;ve tried many of them. We went into the code very deep and have been tweeking with it for a while, so I see the inside of it, and I need to say that it has horrible solutions that really don&#8217;t comply with WordPress&#8217; motto: Code is Poetry.</p>
<p>Some field names in the database are reserved words, like name, description, or ORDER! This is awful, especially if you back up your database without using quotation marks for the field names. To continue, URL names for products are not stored in the product_list table, but in product_metadata, which is 8 times bigger and it would be absolutely unnecessary to use it for URL parsing. Third big problem: product_order table and item_product_association table hold almost the same information, which is way unnecessary, and is critical if you have over 2000 products. Any of these would result in an F, when examing from a programming language, the code of this plug-in is absolutely not poetry &#8211; I am not a poet either, but I see wonderfully constructed plug-ins that are truly pieces of art, and compared, I know what coplies with the geniality of WordPress, and what doesn&#8217;t.</p>
<p>Simply said: the best cart plug-in, and still not good enough. I am a WordPress fan, religiously, and would never use Joomla or Drupal instead, but this is the point of view where those content management systems ARE BETTER then WordPress, for fact. </p>
<p>With over 1-2000 products, even with deleted and disabled images, a website&#8217;s front-end and even it&#8217;s wp-admin slows down so much that it makes me desperately dream about something better, built from ground up. </p>
<p>By an Artist, like so much of those, who publish wonderful plug-ins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pier Giorgio</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-22226</link>
		<dc:creator>Pier Giorgio</dc:creator>
		<pubDate>Wed, 21 Jan 2009 13:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-22226</guid>
		<description>Hi DISCOPOLAND,

thanks so much for addressing that file to my attention... so I did as you suggested, erased the function you pointed out, and the site loaded thumbnails 10 seconds faster. Unluckily there&#039;s now a layout problem, and it looks like behind the thumbnails there are placeholders saying &quot;no image&quot;. So I had to restore the old grid_display_functions.php

Please take a look at my site www.frustone.com , when you have time, and if you want to reply me my email is pg.provenzano@gmail.com

thanks so much for the help so far

PG</description>
		<content:encoded><![CDATA[<p>Hi DISCOPOLAND,</p>
<p>thanks so much for addressing that file to my attention&#8230; so I did as you suggested, erased the function you pointed out, and the site loaded thumbnails 10 seconds faster. Unluckily there&#8217;s now a layout problem, and it looks like behind the thumbnails there are placeholders saying &#8220;no image&#8221;. So I had to restore the old grid_display_functions.php</p>
<p>Please take a look at my site <a href="http://www.frustone.com" rel="nofollow" class="liexternal">http://www.frustone.com</a> , when you have time, and if you want to reply me my email is <a href="mailto:pg.provenzano@gmail.com" class="limailto">pg.provenzano@gmail.com</a></p>
<p>thanks so much for the help so far</p>
<p>PG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: discopoland</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-22223</link>
		<dc:creator>discopoland</dc:creator>
		<pubDate>Mon, 19 Jan 2009 21:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-22223</guid>
		<description>I am pretty sure I found the problem of excessive image loading. Check it out here.

http://www.getshopped.org/forums/topic.php?id=2949#post-13599</description>
		<content:encoded><![CDATA[<p>I am pretty sure I found the problem of excessive image loading. Check it out here.</p>
<p><a href="http://www.getshopped.org/forums/topic.php?id=2949#post-13599" rel="nofollow" class="liexternal">http://www.getshopped.org/forums/topic.php?id=2949#post-13599</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alec</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-22051</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Mon, 29 Sep 2008 16:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-22051</guid>
		<description>Hello Pier,

That&#039;s a very astute observation about WP-Ecommerce. I had noticed that it was very slow back when I first wrote about it in 2007. I assumed that it was mainly an issue of code optimization which would eventually happen.

It appears that the performance bottleneck is built in.

You should write to WP-Ecommerce and let them know about this thread and perhaps they can fix WP-Ecommerce for us that it doesn&#039;t try to download all the images right away.

On the other hand, some kind of preload can be very useful as well for catalogues - the issue may just be that people are trying to preload images which are too large.

A programmer would be able to set it up that the images preload as they can without interfering with the loading and performance of the website. If WP-Ecommerce was our plugin, that&#039;s what we would do: regulate the rate and order of image upload.</description>
		<content:encoded><![CDATA[<p>Hello Pier,</p>
<p>That&#8217;s a very astute observation about WP-Ecommerce. I had noticed that it was very slow back when I first wrote about it in 2007. I assumed that it was mainly an issue of code optimization which would eventually happen.</p>
<p>It appears that the performance bottleneck is built in.</p>
<p>You should write to WP-Ecommerce and let them know about this thread and perhaps they can fix WP-Ecommerce for us that it doesn&#8217;t try to download all the images right away.</p>
<p>On the other hand, some kind of preload can be very useful as well for catalogues &#8211; the issue may just be that people are trying to preload images which are too large.</p>
<p>A programmer would be able to set it up that the images preload as they can without interfering with the loading and performance of the website. If WP-Ecommerce was our plugin, that&#8217;s what we would do: regulate the rate and order of image upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pier Giorgio</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-22050</link>
		<dc:creator>Pier Giorgio</dc:creator>
		<pubDate>Mon, 29 Sep 2008 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-22050</guid>
		<description>WP-Ecommerce plugin by Instinct is a fairly good plugin featuring basic functions in its free version. Said that, The plugin is soooo slow since it starts preloading ll the images you use fo reach product from the access to the very first product page. To be clearer, even if you just want to enter the store to view the thumbnails, that plugin will make it laod all the images for all your store (not just the thumbnails) right in your first product page. this might be due to the fact that WP-Ecommerce uses lightbox to build the gallery (nice look, i have to say), which by default is pre-loading all the images... So unless you rewrite that plugin to actually load the images of each product only when you hit the thumbnail to see the gallery, WP-Ecommerce is gonna slow down dramatically your entire site. Please programmer, if you have a solution to this, post it here or email me, I would really appreciate, since I&#039;m not a programmer. thanks

pg.provenzano@gmail.com</description>
		<content:encoded><![CDATA[<p>WP-Ecommerce plugin by Instinct is a fairly good plugin featuring basic functions in its free version. Said that, The plugin is soooo slow since it starts preloading ll the images you use fo reach product from the access to the very first product page. To be clearer, even if you just want to enter the store to view the thumbnails, that plugin will make it laod all the images for all your store (not just the thumbnails) right in your first product page. this might be due to the fact that WP-Ecommerce uses lightbox to build the gallery (nice look, i have to say), which by default is pre-loading all the images&#8230; So unless you rewrite that plugin to actually load the images of each product only when you hit the thumbnail to see the gallery, WP-Ecommerce is gonna slow down dramatically your entire site. Please programmer, if you have a solution to this, post it here or email me, I would really appreciate, since I&#8217;m not a programmer. thanks</p>
<p><a href="mailto:pg.provenzano@gmail.com" class="limailto">pg.provenzano@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dragotown.com &#167; e-Commerce with Wordpress and PayPal</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-15793</link>
		<dc:creator>dragotown.com &#167; e-Commerce with Wordpress and PayPal</dc:creator>
		<pubDate>Sat, 12 Apr 2008 23:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-15793</guid>
		<description>[...] Products: This is the main page of the store. As some other people have noted, the URLs that are created for product pages and category pages are not good (for example, [...]</description>
		<content:encoded><![CDATA[<p>[...] Products: This is the main page of the store. As some other people have noted, the URLs that are created for product pages and category pages are not good (for example, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My First Encounter with Wordpress&#8230; &#171; Weird Knowledge Weblog</title>
		<link>http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce#comment-3041</link>
		<dc:creator>My First Encounter with Wordpress&#8230; &#171; Weird Knowledge Weblog</dc:creator>
		<pubDate>Sun, 13 Jan 2008 18:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/#comment-3041</guid>
		<description>[...] is still on the works. There are also comments that WP E-commerce is very slow to load from foliovision&#8230; The frugal law student have a blog on how to setup WP for ecommerce in 30 [...]</description>
		<content:encoded><![CDATA[<p>[...] is still on the works. There are also comments that WP E-commerce is very slow to load from foliovision&#8230; The frugal law student have a blog on how to setup WP for ecommerce in 30 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

