<?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: PHP shopping cart dissapointments</title>
	<atom:link href="http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/feed/" rel="self" type="application/rss+xml" />
	<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/</link>
	<description>Web Development</description>
	<lastBuildDate>Mon, 21 Jun 2010 08:56:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Justina Hasson</title>
		<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/comment-page-1/#comment-73</link>
		<dc:creator>Justina Hasson</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://onceupondesign.com/?p=10#comment-73</guid>
		<description>I love opencart, I think its one of the best opensource carts around.</description>
		<content:encoded><![CDATA[<p>I love opencart, I think its one of the best opensource carts around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thad Loxton</title>
		<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/comment-page-1/#comment-70</link>
		<dc:creator>Thad Loxton</dc:creator>
		<pubDate>Wed, 14 Apr 2010 17:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://onceupondesign.com/?p=10#comment-70</guid>
		<description>Totally agree!!!</description>
		<content:encoded><![CDATA[<p>Totally agree!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/comment-page-1/#comment-52</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://onceupondesign.com/?p=10#comment-52</guid>
		<description>Opencart is the one I&#039;ve been using lately and it&#039;s is relatively nice, There are some discrepancies I have with it, but they are minor compared to the other nightmare carts I&#039;ve dealt with. I am very close to an initial release of a CodeIgniter based shopping cart.</description>
		<content:encoded><![CDATA[<p>Opencart is the one I&#8217;ve been using lately and it&#8217;s is relatively nice, There are some discrepancies I have with it, but they are minor compared to the other nightmare carts I&#8217;ve dealt with. I am very close to an initial release of a CodeIgniter based shopping cart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/comment-page-1/#comment-51</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://onceupondesign.com/?p=10#comment-51</guid>
		<description>The one thing opencart really has over the rest of them (or at least osCommerce and Zencart) is it&#039;s file structure and templating system.  Trying to change the design of osCommerce and Zencart is an absolute nightmare.  With opencart, I had my design pretty much completely integrated in an hour and had written by first mod in about 5 hours.  

Who cares what the admin interface looks like, that&#039;s so easy to change...  As for Magento, it seems actually pretty great, it just requires a powerful dedicated server to run smoothly which makes it only suitable for bigger shops.

Opencart has a long way to go, but I think it might be a pretty good base if you wanted to start a new branch.  The one thing these carts really lack is some sort of hooks system that makes plugins really easy to integrate like Drupal provides.</description>
		<content:encoded><![CDATA[<p>The one thing opencart really has over the rest of them (or at least osCommerce and Zencart) is it&#8217;s file structure and templating system.  Trying to change the design of osCommerce and Zencart is an absolute nightmare.  With opencart, I had my design pretty much completely integrated in an hour and had written by first mod in about 5 hours.  </p>
<p>Who cares what the admin interface looks like, that&#8217;s so easy to change&#8230;  As for Magento, it seems actually pretty great, it just requires a powerful dedicated server to run smoothly which makes it only suitable for bigger shops.</p>
<p>Opencart has a long way to go, but I think it might be a pretty good base if you wanted to start a new branch.  The one thing these carts really lack is some sort of hooks system that makes plugins really easy to integrate like Drupal provides.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/comment-page-1/#comment-35</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://onceupondesign.com/?p=10#comment-35</guid>
		<description>I just downloaded Open Cart again to reevaluate the code base. It is NOT CodeIgniter. It may be loosely based on it, but I would really say that the author of this app is just following MVC. 

The issue I was bringing up is not how the cart functions as an ecommerce tool so much as the ease in which one can customize it. Yes, each of these carts can be customized no doubt, but some are far easier to customize than others. 

My ideal cart will have very little inherent functionality outside of the basics of a cart, and the code base should be clear and well organized so I can easily change things that need changing and add things that need adding.

After looking over Open Cart&#039;s code again, it may be a good base for me to use. I do remember being disappointed with it&#039;s interface though and I felt the administration panel was lacking.</description>
		<content:encoded><![CDATA[<p>I just downloaded Open Cart again to reevaluate the code base. It is NOT CodeIgniter. It may be loosely based on it, but I would really say that the author of this app is just following MVC. </p>
<p>The issue I was bringing up is not how the cart functions as an ecommerce tool so much as the ease in which one can customize it. Yes, each of these carts can be customized no doubt, but some are far easier to customize than others. </p>
<p>My ideal cart will have very little inherent functionality outside of the basics of a cart, and the code base should be clear and well organized so I can easily change things that need changing and add things that need adding.</p>
<p>After looking over Open Cart&#8217;s code again, it may be a good base for me to use. I do remember being disappointed with it&#8217;s interface though and I felt the administration panel was lacking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://onceupondesign.com/2009/01/29/php-shopping-cart-dissapointments/comment-page-1/#comment-34</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 18 Mar 2009 12:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://onceupondesign.com/?p=10#comment-34</guid>
		<description>Apparently open cart uses the code igniter framework pretty much. My opinion is every site owner has different requirements. So you need to customize the cart no matter which one you choose. 

The only thing perhaps that makes a difference among the ones you listed is whether or not they follow the principles of commerce. Meaning no matter the OOP that sits behind, the objective is to make sales.</description>
		<content:encoded><![CDATA[<p>Apparently open cart uses the code igniter framework pretty much. My opinion is every site owner has different requirements. So you need to customize the cart no matter which one you choose. </p>
<p>The only thing perhaps that makes a difference among the ones you listed is whether or not they follow the principles of commerce. Meaning no matter the OOP that sits behind, the objective is to make sales.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
