<?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>Ask MetaFilter questions tagged with OSCommerce</title>
      <link>http://ask.metafilter.com/tags/OSCommerce</link>
      <description>Questions tagged with 'OSCommerce' at Ask MetaFilter.</description>
	  <pubDate>Sun, 30 Mar 2008 20:04:15 -0800</pubDate> <lastBuildDate>Sun, 30 Mar 2008 20:04:15 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>What shopping cart software should I set up?</title>
	<link>http://ask.metafilter.com/87446/What%2Dshopping%2Dcart%2Dsoftware%2Dshould%2DI%2Dset%2Dup</link>	
	<description>Best starting point for e-commerce / shopping cart software? I&apos;m a competent Perl programmer with background in several other languages, who wants to create a decidedly minimalist-looking web site shopping cart for a client.  I expect to hack Perl or PHP code, but would like to hack things that are designed to be hacked.  Anyone tried CRE Loaded?  Other recommendations?  Other places to ask? The old system, heavily modified from an open-source Perl code base, probably should go; I&apos;m pretty confident I can figure out PHP enough to customize something that isn&apos;t actively getting in my way (have modified WordPress successfully) -- but what code to start from?&lt;br&gt;
&lt;br&gt;
I&apos;m willing to pay a little.  I want to install it on my own server space.  I&apos;m very picky about design and usability, so I&apos;ll want to change the front end of anything (that I&apos;ve seen available) substantially.  And oh, I&apos;ll probably want the back end to integrate with our existing payment handling system (Mal&apos;s, in case anyone knows/cares), but I can write that code myself if needed.&lt;br&gt;
&lt;br&gt;
Specific changes I&apos;d want:&lt;br&gt;
- ability for people to purchase without having to &quot;create an account&quot;;&lt;br&gt;
- will keep track of shopping cart contents even if cookies not enabled (i.e., can keep cart ID in URLs if no cookies available)&lt;br&gt;
- URL&apos;s that are sensible words instead of automatically-assigned numbers (maybe called &quot;search engine friendly&quot;?)&lt;br&gt;
- ability to completely customize the layout of the home page and other pages, including product listings - this includes HTML, not just changes to CSS.&lt;br&gt;
&lt;br&gt;
I&apos;ve read some similar questions in AskMe, and &lt;a href=&quot;http://ask.metafilter.com/38703/PHP-Ecommerce-software-for-a-coder&quot;&gt;this one&lt;/a&gt; is almost exactly me, though it&apos;s from 2006.  I&apos;m interested in CubeCart and SquirrelCart, which it recommends, but one option that I&apos;d particularly looked at some years ago is a version of OSCommerce called CRE Loaded -- anyone know that one?&lt;br&gt;
&lt;br&gt;
If there&apos;s a good resource out there in the world, book or web site, that will give a good survey of available software with my particular concerns in mind, or if there&apos;s a better forum you know of for this kind of question, I&apos;d love to hear about it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87446</guid>
	<pubDate>Sun, 30 Mar 2008 20:04:15 -0800</pubDate>
	<category>cart</category>
	<category>coding</category>
	<category>cubecart</category>
	<category>e-commerce</category>
	<category>hacking</category>
	<category>oscommerce</category>
	<category>perl</category>
	<category>php</category>
	<category>shopping</category>
	<category>squirrelcart</category>
	<category>zencart</category>
	<dc:creator>amtho</dc:creator>
	</item>
	<item>
	<title>PHP Ecommerce software for a coder?</title>
	<link>http://ask.metafilter.com/38703/PHP%2DEcommerce%2Dsoftware%2Dfor%2Da%2Dcoder</link>	
	<description>Modifiable out of the box ecommerce software recommendations for a coder, preferably PHP? Apologies in advance, I tend to be wordy in my questions to provide all the information I can.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;What I&apos;m looking for&lt;/b&gt;: I have a few small scale ecommerce sites in my near future, each having somewhat different requirements and very different designs.  I am looking for a free or cheap (under $1,000) ecommerce package that will support all the usual ecommerce functionality (cart, catalog, checkout) out of the box, and which allows for open modification of the code. &lt;br&gt;
&lt;br&gt;
As a bonus, I would love something that has significant third party style &quot;plug in&quot; support -- support for payment gateways, POS systems, etc.  POS in particular would be valuable (integration with the Quickbooks POS a lot of small businesses use).&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Who is going to use it&lt;/b&gt;: I&apos;m an experienced PHP coder (as well as java/jsp, but I prefer PHP).  I&apos;m also an experienced actionscript coder, but I&apos;m not terribly optimistic about Flash ecommerce.  I will be solely responsible for the tech side of these stores.&lt;br&gt;
&lt;br&gt;
Like a lot of coders, I have a tendency to say &quot;screw it, I&apos;ll just write it from scratch&quot;, but I&apos;m trying to remain disciplined here and not reinvent the wheel. &lt;br&gt;
&lt;br&gt;
&lt;b&gt;What I&apos;ve tried in the past&lt;/b&gt;: The last time I had this problem I selected &lt;a href=&quot;http://www.oscommerce.com/&quot;&gt;os commerce&lt;/a&gt;.  Oscommerce was awesome because there were so many features supported out of the box and users had made add ons to do pretty much everything I could ever want.  However, oscommerce&apos;s code was horrifying. I&apos;m generally not a zealot about MVC/rigid display/logic separation, but osc was just a mess, PHP code splattered all through the HTML. The HTML itself was old school nested table hell.  That said, I did manage to learn my way around in the mess and overhaul the design.  On two different stores. &lt;br&gt;
&lt;br&gt;
My dilemma right now is do I deal with the &quot;devil I know&quot; (osc), or face a new one? &lt;br&gt;
&lt;br&gt;
I&apos;ve been reading about Zen Cart (an oscommerce fork that&apos;s supposedly cleaner), X-Cart (a cheap smarty template based system), Virtuemart (a mambo based system).   But I&apos;m having a problem evaluating them because 99% of the reviews are from non-coders.  I don&apos;t care how easy it is to change the design without knowing HTML.&lt;br&gt;
&lt;br&gt;
So, long background out of the way, any first hand experiences or recommendations for how I should proceed?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
PS. I know there seems to be a trend lately to recommend Ruby on Rails for everything in the world.  I guess I&apos;m open to that, but I watched the must lauded &quot;15 minute to make foo&quot; demos and wasn&apos;t too impressed.  I could have knocked out the same apps in PHP in the same time easy, and the code would have been plenty clean. I guess I&apos;m open if there&apos;s some huge benefit other than rails being Teh New Shiny.&lt;/font&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.38703</guid>
	<pubDate>Tue, 23 May 2006 06:10:43 -0800</pubDate>
	<category>ecommerce</category>
	<category>oscommerce</category>
	<category>php</category>
	<category>programming</category>
	<dc:creator>malphigian</dc:creator>
	</item>
	<item>
	<title>How can I get a shopping cart with ajax-based product previews?</title>
	<link>http://ask.metafilter.com/36726/How%2Dcan%2DI%2Dget%2Da%2Dshopping%2Dcart%2Dwith%2Dajaxbased%2Dproduct%2Dpreviews</link>	
	<description>If I wanted an ecommerce site powered by something like &lt;a href=&#8221; http://www.oscommerce.com/&#8221;&gt;osCommerce&lt;/a&gt; and I wanted some additional functionality built that gave product previews via ajax, &lt;a href=&#8221;http://west-wind.com/weblog/posts/2169.aspx&#8221;&gt;similar to what NetFlix does&lt;/a&gt;, where should I look for a programmer to set it all up and about how much should I expect to pay? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.36726</guid>
	<pubDate>Thu, 20 Apr 2006 17:09:03 -0800</pubDate>
	<category>ajax</category>
	<category>design</category>
	<category>ecommerce</category>
	<category>oscommerce</category>
	<category>shoppingcart</category>
	<category>webdesign</category>
	<category>xmlhttp</category>
	<dc:creator>fourstar</dc:creator>
	</item>
	<item>
	<title>Paging Herbert Kornfeld - ecommerce with purchase orders</title>
	<link>http://ask.metafilter.com/35258/Paging%2DHerbert%2DKornfeld%2Decommerce%2Dwith%2Dpurchase%2Dorders</link>	
	<description>Is there an open-source ecommerce store system that has built-in support for &lt;i&gt;purchase orders&lt;/i&gt;? You see, I was all set to just use ZenCart, when the client informed me that the first 3 interested customers he has all want to pay with a PO.&lt;br&gt;
&lt;br&gt;
Personally, I&apos;d rather just tell the potential customers to go find a credit card, as writing/testing/debugging/shipping/maintaining a bolted-on PO system seems like a lot of effort. Then there&apos;s the additional &apos;back-office&apos; administration of dealing with the purchase orders, collections, etc.  Seems like a hassle that could grow unwieldy.&lt;br&gt;
&lt;br&gt;
So, is there a LAMP-compatible e-commerce system that supports customers paying with a purchase order instead of a credit card?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.35258</guid>
	<pubDate>Tue, 28 Mar 2006 14:27:28 -0800</pubDate>
	<category>ecommerce</category>
	<category>lamp</category>
	<category>oscommerce</category>
	<category>purchaseorder</category>
	<category>sales</category>
	<category>shoppingcart</category>
	<category>store</category>
	<category>web</category>
	<category>www</category>
	<category>zencart</category>
	<dc:creator>Wild_Eep</dc:creator>
	</item>
	<item>
	<title>Open source ecommerce software vs. something else, cheap</title>
	<link>http://ask.metafilter.com/29268/Open%2Dsource%2Decommerce%2Dsoftware%2Dvs%2Dsomething%2Delse%2Dcheap</link>	
	<description>OSCommerceFilter: I need to find a new ecommerce site package for a small business client. OSCommerce has been fun, and that whole open source terrain is a real kick, but security problems have become serious, and it&apos;s time to consider something else. Hackers have done their damage. I&apos;m getting my ass kicked figuring it out, finding the source of the problem, and swimming through the crap that is open source support. My client is not wealthy, and feeds their family with some (roughly 1/4th) of the income from the site. Those shitheads hit at the worst time of the year (the holidays), I&apos;m super busy at work, and come home to a family. I don&apos;t really charge my client for ongoing support, but this is a whopper. I&apos;m facing a site rebuild/redo.&lt;br&gt;
&lt;br&gt;
Do I slap her with a $10,000 package? Point her elsewhere? Give OSCommerce a loving, forgiving turn again at the nails going through my hands and feet?&lt;br&gt;
&lt;br&gt;
NEEDED: a cheap, easy to run, customizable ecommerce package (with extesibility, and shipping/payment processing features) that is reputable, hosted privately, friendly to design customization, with robust reporting, tight security and adequate support.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.29268</guid>
	<pubDate>Sun, 18 Dec 2005 19:28:58 -0800</pubDate>
	<category>ecommerce</category>
	<category>onlineshopping</category>
	<category>opensource</category>
	<category>OSC</category>
	<category>OSCommerce</category>
	<category>shoppingcart</category>
	<dc:creator>ValveAnnex</dc:creator>
	</item>
	<item>
	<title>Turnkey OSCommerce hosting?</title>
	<link>http://ask.metafilter.com/19981/Turnkey%2DOSCommerce%2Dhosting</link>	
	<description>Anyone have any experience with any turnkey OSCommerce providers? Good recommendations? Bad experiences? (I was amazed to find no dedicated threads in AskMe concerning turnkey hosting in general.)
By &apos;turnkey,&apos; I wsh to clarify, I mean a no-IT-skills required hosting plan that provides a vanilla, unpopulated install of OSCommerce + https + (presumably) purchasability. I do want back-end ssh and MySQL access for certain things but the primary store maintainer envisions populating and managing the store entirely via flatfile uploads.&lt;br&gt;
&lt;br&gt;
Whether or not OSC (or forks) can import-to-populate from flatfiles is unknown, but the closer objective is a one-day-to-launch store.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.19981</guid>
	<pubDate>Wed, 15 Jun 2005 14:51:29 -0800</pubDate>
	<category>ecommerce</category>
	<category>hosting</category>
	<category>oscommerce</category>
	<category>turnkey</category>
	<dc:creator>mwhybark</dc:creator>
	</item>
	
	</channel>
</rss>

