<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What's the easiest shopping cart app to set-up/configure/use?</title>
	<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse/</link>
	<description>Comments on Ask MetaFilter post What's the easiest shopping cart app to set-up/configure/use?</description>
	<pubDate>Mon, 30 Oct 2006 14:27:30 -0800</pubDate>
	<lastBuildDate>Mon, 30 Oct 2006 14:27:30 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What&apos;s the easiest shopping cart app to set-up/configure/use?</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse</link>	
		<description>What&apos;s the best/easiest open-source e-commerce program? &lt;br /&gt;&lt;br /&gt; I&apos;m helping a buddy set up a web store, and I need a great open-source shopping cart app. And it needs to be reeeeeaaally easy to configure - gotta set this up quick, with a minimal amount of tweaking.&lt;br&gt;
&lt;br&gt;
Several years ago, I set up one for another friend using OSCommerce. That felt like pulling teeth - poor documentation, lots of trial and error. I looked at Zen Cart at the time, and it looked a lot better, but I don&apos;t know how well those products have evolved. PHP is preferred, because of my familiarity with it.&lt;br&gt;
&lt;br&gt;
Are there better choices out there? Looking for a cart app that&apos;s as easy to set up and run as Wordpress is for blogging. The guy&apos;s got between 50 and 100 items, pretty simple stuff - any thoughts? (He&apos;s already got credit card acceptance abilities, but again, easy will trump sophisticated in this instance.)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.49762</guid>
		<pubDate>Mon, 30 Oct 2006 14:23:24 -0800</pubDate>
		<dc:creator>jbickers</dc:creator>
		
			<category>ecommerce</category>
		
			<category>shopping</category>
		
			<category>cart</category>
		
			<category>PHP</category>
		
	</item> <item>
		<title>By: o2b</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse#755655</link>	
		<description>I looked into &lt;a href=&quot;http://www.cubecart.com/site/home/&quot;&gt;CubeCart&lt;/a&gt; a year or so ago. I never actually used it, but as I was playing with it, it seemed good.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49762-755655</guid>
		<pubDate>Mon, 30 Oct 2006 14:27:30 -0800</pubDate>
		<dc:creator>o2b</dc:creator>
	</item><item>
		<title>By: Invoke</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse#755661</link>	
		<description>Seconding CubeCart, I just completed a freelance gig using that app.  Internally, it is easily the nicest written, cleanest PHP I&apos;ve ever seen.&lt;br&gt;
&lt;br&gt;
I haven&apos;t messed around too much with the templating, instead I hacked the hell out of it for my purposes.  That was easy.  Modding or making a proper skin may be much harder.&lt;br&gt;
&lt;br&gt;
Adding items to the store is dead simple, and it knows a lot of gateways out of the box.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49762-755661</guid>
		<pubDate>Mon, 30 Oct 2006 14:39:37 -0800</pubDate>
		<dc:creator>Invoke</dc:creator>
	</item><item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse#755706</link>	
		<description>Thirding Cube Cart. Very nice templating, great documentation, and an excellent user base (&lt;a href=&quot;http://www.cubecart.org/forums/index.php&quot;&gt;CubeCart.org&lt;/a&gt;). The two issues I had (one PayPal, one client) received same day responses from the head developer, and the forums help a lot. This was also the project that finally got me started learning PHP.&lt;br&gt;
&lt;br&gt;
Also, looking around on Google suggests that it will be very easy to integrate with WP.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49762-755706</guid>
		<pubDate>Mon, 30 Oct 2006 15:22:34 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: Leon</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse#755787</link>	
		<description>This question gets asked a lot - it&apos;s worth checking the archives for other threads.&lt;br&gt;
&lt;br&gt;
I&apos;ve got a bunch of windows open on a CubeCart project right now. I examined OS Commerce/ZenCart, and decided there was just too much potential grief there (and I&apos;m a full-time PHP developer). CubeCart is lightweight, simpler. cleaner and laid out more logically. It&apos;s not as easy as WordPress, but it&apos;s closer than most. Any issues I have with it are stylistic rather than systemic.&lt;br&gt;
&lt;br&gt;
Some random problems I&apos;ve hit with CubeCart:&lt;br&gt;
&lt;br&gt;
The templating system is minimal. If a {variable} wasn&apos;t already available to that particular template, you&apos;re going to have to modify code outside the templates to pull it in. I&apos;m guessing this is a feature, not a bug.&lt;br&gt;
&lt;br&gt;
If there&apos;s documentation out there, I can&apos;t find it. Didn&apos;t need it, though.&lt;br&gt;
&lt;br&gt;
A bug in recent (4.xx and 5.xx) PHP builds causes it to attempt to send malformed email headers under Windows. This is a problem with PHP, not CubeCart, but I wasted an hour on it, so I mention it here.&lt;br&gt;
&lt;br&gt;
If you don&apos;t have the mysql extension loaded (I had mysqli only) it fails silently on install.&lt;br&gt;
&lt;br&gt;
There are a couple of mods to be made if using MySQL 5 - they&apos;re in the forums. It appears to handle PHP 5 fine.&lt;br&gt;
&lt;br&gt;
Upgrading, once you&apos;ve modified code, is a pain. The developers modify version numbers in every file before releasing a new version, so every file appears changed even if it&apos;s just one line. Keep your own SVN tree, WinMerge is your friend, and don&apos;t set your text editor to automatically strip superfluous whitespace -  you&apos;ll get false positives everywhere if you strip it. Small thing, but irritating.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49762-755787</guid>
		<pubDate>Mon, 30 Oct 2006 16:24:11 -0800</pubDate>
		<dc:creator>Leon</dc:creator>
	</item><item>
		<title>By: Manjusri</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse#755817</link>	
		<description>&quot;CubeCart is not open source software and may not be redistributed.&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49762-755817</guid>
		<pubDate>Mon, 30 Oct 2006 16:57:07 -0800</pubDate>
		<dc:creator>Manjusri</dc:creator>
	</item><item>
		<title>By: Leon</title>
		<link>http://ask.metafilter.com/49762/Whats-the-easiest-shopping-cart-app-to-setupconfigureuse#756208</link>	
		<description>Manjusri: That&apos;ll teach us not to read the question :)&lt;br&gt;
&lt;br&gt;
OP: If you&apos;re using &quot;Open Source&quot; as a synonym for &quot;Free&quot;, CubeCart works. Buying a licence gives you the right to remove the copyright and &quot;Powered by CubeCart&quot; notices from the HTML, but the non-licensed version is the same code, and just as modifiable.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.49762-756208</guid>
		<pubDate>Tue, 31 Oct 2006 01:30:25 -0800</pubDate>
		<dc:creator>Leon</dc:creator>
	</item>
	</channel>
</rss>
