<?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: The Problem With Ecommerce: Don&#8217;t Build Your Own Ecommerce Engine</title>
	<atom:link href="http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine</link>
	<description>Anything is possible... with brainfuel!</description>
	<lastBuildDate>Thu, 05 Jan 2012 20:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Thomas Chapin</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-143764</link>
		<dc:creator>Thomas Chapin</dc:creator>
		<pubDate>Thu, 19 Oct 2006 20:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-143764</guid>
		<description>If all you need is a basic cart system that processes credit card payments, then yeah, you can most likely make it happen in less than 100 hours.

However, most clients end up wanting a bunch of fancy things like user accounts and administration, coupon codes, shipping based on weight (for multiple carriers), sales reports, multi-level categories, product options, new products, featured products, similar products, and the list goes on and on...

The problem is that a lot of the pre-built shopping cart systems like CubeCart and OsCommerce are, like Josh said, bulky and buggy.

Our favorite online storefront system that we&#039;ve found and use here at Tornado is called ProductCart. So far from what we&#039;ve seen, it&#039;s been rock solid. They have good support and the system has all those features you might need (like the ones I mentioned above).

It&#039;s coded in ASP, which might be a turn-off for some of you, but it&#039;s surprisingly fast and stable. Not only that, but I&#039;ve been able to do some pretty extensive modifications (fairly easily) to some of the stores we&#039;ve rolled out. You get all the source code and it&#039;s hosted on your server so you can do whatever you want with it.

Jason, you said that you had needed a system that would display products that were within a certain date range. From what I&#039;ve seen of ProductCart, it might have actually been easier just to modify ProductCart to have those features than it would have been to create a whole new ecommerce system. For example, you could add in two additional form fields for each product: Display Start Date, and Display End Date. Then, all you&#039;d have to do is edit the product fetching query to ignore products that had a Display Start Date that was more than the current date and a Display End Date that was less than the current date. If you wanted to get fancier than than (have multiple date ranges per product, etc.), then yeah, it might get a little more complicated. But still, I would think it would be less complicated to figure out than building a whole new ecommerce system from scratch.

Anyways, just my two cents, for what it&#039;s worth. :)

P.S. I&#039;d really like to see the system you built. It sounds really cool. Send us the link when it goes live!

Here&#039;s a couple of the sites that we&#039;ve used ProductCart with:
http://www.chocolatestarbakery.com
http://www.workshopplus.com
http://www.purbebe.com
http://shop.wigwamresort.com</description>
		<content:encoded><![CDATA[<p>If all you need is a basic cart system that processes credit card payments, then yeah, you can most likely make it happen in less than 100 hours.</p>
<p>However, most clients end up wanting a bunch of fancy things like user accounts and administration, coupon codes, shipping based on weight (for multiple carriers), sales reports, multi-level categories, product options, new products, featured products, similar products, and the list goes on and on&#8230;</p>
<p>The problem is that a lot of the pre-built shopping cart systems like CubeCart and OsCommerce are, like Josh said, bulky and buggy.</p>
<p>Our favorite online storefront system that we&#8217;ve found and use here at Tornado is called ProductCart. So far from what we&#8217;ve seen, it&#8217;s been rock solid. They have good support and the system has all those features you might need (like the ones I mentioned above).</p>
<p>It&#8217;s coded in ASP, which might be a turn-off for some of you, but it&#8217;s surprisingly fast and stable. Not only that, but I&#8217;ve been able to do some pretty extensive modifications (fairly easily) to some of the stores we&#8217;ve rolled out. You get all the source code and it&#8217;s hosted on your server so you can do whatever you want with it.</p>
<p>Jason, you said that you had needed a system that would display products that were within a certain date range. From what I&#8217;ve seen of ProductCart, it might have actually been easier just to modify ProductCart to have those features than it would have been to create a whole new ecommerce system. For example, you could add in two additional form fields for each product: Display Start Date, and Display End Date. Then, all you&#8217;d have to do is edit the product fetching query to ignore products that had a Display Start Date that was more than the current date and a Display End Date that was less than the current date. If you wanted to get fancier than than (have multiple date ranges per product, etc.), then yeah, it might get a little more complicated. But still, I would think it would be less complicated to figure out than building a whole new ecommerce system from scratch.</p>
<p>Anyways, just my two cents, for what it&#8217;s worth. <img src='http://www.brainfuel.tv/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>P.S. I&#8217;d really like to see the system you built. It sounds really cool. Send us the link when it goes live!</p>
<p>Here&#8217;s a couple of the sites that we&#8217;ve used ProductCart with:<br />
<a href="http://www.chocolatestarbakery.com" rel="nofollow">http://www.chocolatestarbakery.com</a><br />
<a href="http://www.workshopplus.com" rel="nofollow">http://www.workshopplus.com</a><br />
<a href="http://www.purbebe.com" rel="nofollow">http://www.purbebe.com</a><br />
<a href="http://shop.wigwamresort.com" rel="nofollow">http://shop.wigwamresort.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142793</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Wed, 18 Oct 2006 15:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142793</guid>
		<description>we are going through this process right now with building a CMS. Especially since there is so much open source stuff out there</description>
		<content:encoded><![CDATA[<p>we are going through this process right now with building a CMS. Especially since there is so much open source stuff out there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tingom</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142770</link>
		<dc:creator>Chris Tingom</dc:creator>
		<pubDate>Wed, 18 Oct 2006 15:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142770</guid>
		<description>I guess the moral of the story is this: if you choose to roll your own shopping cart, you have to fully understand the implications. It can give you a solution that is specifically geared towards your product and store, but also will take 100 hours, just like Josh said.</description>
		<content:encoded><![CDATA[<p>I guess the moral of the story is this: if you choose to roll your own shopping cart, you have to fully understand the implications. It can give you a solution that is specifically geared towards your product and store, but also will take 100 hours, just like Josh said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tingom</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142763</link>
		<dc:creator>Chris Tingom</dc:creator>
		<pubDate>Wed, 18 Oct 2006 15:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142763</guid>
		<description>Hey Josh, yeah, I&#039;ll have to agree with you. You are the only person I know to successfully pull off something like that.</description>
		<content:encoded><![CDATA[<p>Hey Josh, yeah, I&#8217;ll have to agree with you. You are the only person I know to successfully pull off something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Pigford</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142760</link>
		<dc:creator>Josh Pigford</dc:creator>
		<pubDate>Wed, 18 Oct 2006 15:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142760</guid>
		<description>I&#039;ll have to disagree Chris. While the engine for &lt;a href=&quot;http://fugitivetoys.com&quot; rel=&quot;nofollow&quot;&gt;Fugitive Toys&lt;/a&gt; isn&#039;t as full featured as say...Amazon.com...it&#039;s got everything we need to manage the entire site from coupons, to featured products, to &quot;similar&quot; product, and everything in between.

It&#039;s extremely lightweight and took about 100 hours of coding.

I think the problem is when the scope gets out of hand. We built what WE needed. We didn&#039;t build something that some huge store with 500,000 products would need.

We initially tried out of the box solutions (CubeCart, OSCommerce) and they are so bulky, buggy, and full of security holes that they just aren&#039;t worth the &quot;convenience&quot; that is perceived by using them.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have to disagree Chris. While the engine for <a href="http://fugitivetoys.com" rel="nofollow">Fugitive Toys</a> isn&#8217;t as full featured as say&#8230;Amazon.com&#8230;it&#8217;s got everything we need to manage the entire site from coupons, to featured products, to &#8220;similar&#8221; product, and everything in between.</p>
<p>It&#8217;s extremely lightweight and took about 100 hours of coding.</p>
<p>I think the problem is when the scope gets out of hand. We built what WE needed. We didn&#8217;t build something that some huge store with 500,000 products would need.</p>
<p>We initially tried out of the box solutions (CubeCart, OSCommerce) and they are so bulky, buggy, and full of security holes that they just aren&#8217;t worth the &#8220;convenience&#8221; that is perceived by using them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142746</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 18 Oct 2006 14:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142746</guid>
		<description>I have learned to stop rolling my own software for everything too. I am currently in the process of transferring my website www.search-this.com from a CMS that I wrote to WordPress. My own CMS has gotten dated and just can&#039;t do the things WordPress can.</description>
		<content:encoded><![CDATA[<p>I have learned to stop rolling my own software for everything too. I am currently in the process of transferring my website <a href="http://www.search-this.com" rel="nofollow">http://www.search-this.com</a> from a CMS that I wrote to WordPress. My own CMS has gotten dated and just can&#8217;t do the things WordPress can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142700</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 18 Oct 2006 13:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142700</guid>
		<description>We use a custom ecommerce system at work, all written by me.  We went that way as most of the off the shelf systems were very expensive or the open source ones (oscommerce and the like) didn&#039;t provide the functionality we required.

In total I&#039;ve spent over 3 years developing it, it currently stands at about 50,000 lines of php/html.</description>
		<content:encoded><![CDATA[<p>We use a custom ecommerce system at work, all written by me.  We went that way as most of the off the shelf systems were very expensive or the open source ones (oscommerce and the like) didn&#8217;t provide the functionality we required.</p>
<p>In total I&#8217;ve spent over 3 years developing it, it currently stands at about 50,000 lines of php/html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Ayers</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142531</link>
		<dc:creator>Jason Ayers</dc:creator>
		<pubDate>Wed, 18 Oct 2006 08:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142531</guid>
		<description>I just got done building an ecommerce system from scratch, although I used libraries and experience I&#039;ve been building up for over 10 years. It total, it took about six weeks from creating the subversion repository to getting the clients approval.

I really didn&#039;t want to do it from scratch, especially since two other developers had already contributed a bunch of hours into the project. But it came down to a really simple fact: the client needed to display products that are sold during windows of dates and time. I didn&#039;t see anything out there that fit the bill or was within their project budget.

I&#039;ll share the client/url when the client opens to the public.</description>
		<content:encoded><![CDATA[<p>I just got done building an ecommerce system from scratch, although I used libraries and experience I&#8217;ve been building up for over 10 years. It total, it took about six weeks from creating the subversion repository to getting the clients approval.</p>
<p>I really didn&#8217;t want to do it from scratch, especially since two other developers had already contributed a bunch of hours into the project. But it came down to a really simple fact: the client needed to display products that are sold during windows of dates and time. I didn&#8217;t see anything out there that fit the bill or was within their project budget.</p>
<p>I&#8217;ll share the client/url when the client opens to the public.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark rushworth</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142510</link>
		<dc:creator>mark rushworth</dc:creator>
		<pubDate>Wed, 18 Oct 2006 08:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142510</guid>
		<description>weve done that and find that it helps modularize sales acting as a commodity. The basic &quot;out of the box&quot; system is quick to implement within a custom interface and because its out system we can cater to customization requests easily. 

What out of the box system does tornado use?</description>
		<content:encoded><![CDATA[<p>weve done that and find that it helps modularize sales acting as a commodity. The basic &#8220;out of the box&#8221; system is quick to implement within a custom interface and because its out system we can cater to customization requests easily. </p>
<p>What out of the box system does tornado use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Turoczy</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142477</link>
		<dc:creator>Rick Turoczy</dc:creator>
		<pubDate>Wed, 18 Oct 2006 06:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142477</guid>
		<description>But making changes to the SQL DB is cool! Um, oh wait.</description>
		<content:encoded><![CDATA[<p>But making changes to the SQL DB is cool! Um, oh wait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrFunk</title>
		<link>http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine/comment-page-1#comment-142416</link>
		<dc:creator>MrFunk</dc:creator>
		<pubDate>Wed, 18 Oct 2006 04:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfuel.tv/the-problem-with-ecommerce-dont-build-your-own-ecommerce-engine#comment-142416</guid>
		<description>Epiphany much?</description>
		<content:encoded><![CDATA[<p>Epiphany much?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.179 seconds -->

