<?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 ecommerce and php</title>
      <link>http://ask.metafilter.com/tags/ecommerce+php</link>
      <description>Questions tagged with 'ecommerce' and 'php' at Ask MetaFilter.</description>
	  <pubDate>Wed, 24 Jun 2009 11:42:48 -0800</pubDate> <lastBuildDate>Wed, 24 Jun 2009 11:42:48 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How do I set up an e-commerce site that accepts photo uploads and takes credit card payments?</title>
	<link>http://ask.metafilter.com/125714/How%2Ddo%2DI%2Dset%2Dup%2Dan%2Decommerce%2Dsite%2Dthat%2Daccepts%2Dphoto%2Duploads%2Dand%2Dtakes%2Dcredit%2Dcard%2Dpayments</link>	
	<description>How do I set up an e-commerce site that accepts photo uploads and takes credit card payments? I&apos;ve been asked to set up a website for a client who wants to custom-print an item using photos uploaded by customers. They need to accept credit card payments.&lt;br&gt;
&lt;br&gt;
As one option, I am considering setting up a custom front-end for &lt;a href=&quot;http://www.shopify.com/&quot;&gt;Shopify&lt;/a&gt;, but I&apos;m not sure whether that&apos;s overkill, or whether they can accept an uploaded picture sent as part of the order information.&lt;br&gt;
&lt;br&gt;
What&apos;s the simplest/best way to do this? My PHP/Javascript skills are rather rudimentary, but I&apos;d like to learn more. Should I try to do something from scratch, or are there good solutions out there already?&lt;br&gt;
&lt;br&gt;
It seems like there would be a few parts to doing this manually:&lt;ol&gt;&lt;br&gt;
&lt;li&gt;Getting the customer&apos;s order info from a form (I can handle the HTML for this)&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Getting the customer&apos;s photo, making sure it&apos;s within specs, and displaying a reduced preview (I don&apos;t know the best way to do this&#8230; I assume there a image processing libraries available or something)&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Processing a credit card payment (I don&apos;t know the best way to do this)&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Doing something with that order data (could it be emailed to the client, or is that too insecure? would I need to set up a front end for the client to access orders stored in a database?)&lt;/li&gt;&lt;/ol&gt;Hope me, Metafilter! You&apos;re my only help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.125714</guid>
	<pubDate>Wed, 24 Jun 2009 11:42:48 -0800</pubDate>
	<category>creditcard</category>
	<category>design</category>
	<category>ecommerce</category>
	<category>order</category>
	<category>photo</category>
	<category>php</category>
	<category>storefront</category>
	<category>upload</category>
	<category>web</category>
	<dc:creator>designbot</dc:creator>
	</item>
	<item>
	<title>I can haz developer???</title>
	<link>http://ask.metafilter.com/113944/I%2Dcan%2Dhaz%2Ddeveloper</link>	
	<description>Does this person exist, relatively cheaply:  drupal, PHP, Flash, CSS developer?  All rolled into one. I am tired of paying time and materials to outsource new dev/maintenance of our ecomm website.  We are a start up and the costs of continued development now look to be about the same as the cost of hiring an in house resource, depending on whether my estimate of salary for this kind of person is accurate or that a single individual that can do all of this exits.&lt;br&gt;
&lt;br&gt;
So here is what I would need this single person to be able to do:&lt;br&gt;
&lt;br&gt;
1)  implement new drupal templates for design of new pages on site&lt;br&gt;
2)  write new functionality that uses drupal/php to access database and manage data, users, products, etc&lt;br&gt;
3)  our site is an integration of Flash and CSS using a drupal engine - I want someone who can develop/optimize/fix the functionality that uses communication between the Flash customer facing stuff and the back end for transaction management, customer activity, non-transactional features, etc&lt;br&gt;
4)  handle day to day changes to pages on site based on promotions or testing of &apos;stickiness&apos; to see how customers respond..so, like swapping out banners, areas of content, moving content around, etc&lt;br&gt;
5) develop better interfaces for product and content management into drupal and the MySQL database - we use a stupid excel file now and drupal falls apart easily...I&apos;d like to be able to develop some kind of web-based interface that uses php or something to directly into the product database and do our inventory and product management.&lt;br&gt;
&lt;br&gt;
Is this completely unrealistic?  For example, is this a team of three people rather than one person?  If it is one person is this someone who should be earning 150K/annum due to the skill set or is it a lower level salary?  Can anyone help me understand what&apos;s possible here better?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.113944</guid>
	<pubDate>Wed, 11 Feb 2009 09:33:30 -0800</pubDate>
	<category>drupal</category>
	<category>ecommerce</category>
	<category>flash</category>
	<category>flashdeveloper</category>
	<category>hiring</category>
	<category>php</category>
	<category>webdev</category>
	<category>webdevelopers</category>
	<dc:creator>spicynuts</dc:creator>
	</item>
	<item>
	<title>Open Source Shopping Cart</title>
	<link>http://ask.metafilter.com/88210/Open%2DSource%2DShopping%2DCart</link>	
	<description>Simple e-commerce solutions. I have a fully built site, with individual webpages pointing to specific product items. I simply want to add a backend shopping cart functionality that resides on the server, without relying on PayPal. Whats the best opensource solution that allows me to pass a variable (ie, add a &quot;Buy This&quot; button to already-designed pages) to a shopping cart php function (inventory isn&apos;t necessary at this point) and allowing checkout/payment? Is this possible or is PayPal the easiest way to go without completely&lt;br&gt;
rebuilding my site in an opensource commerce engine (ie OsCommerce)?&lt;br&gt;
&lt;br&gt;
I know this has been addressed to some extent &lt;a href=&quot;http://ask.metafilter.com/75696/Advice-for-someone-wanting-to-build-an-ecommerce-site&quot;&gt; before &lt;/a&gt;, but I don&apos;t think I need a sweeping e-commerce solution, just a cart, checkout, and merchant services (visa/mc) hookup.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.88210</guid>
	<pubDate>Tue, 08 Apr 2008 10:28:10 -0800</pubDate>
	<category>ecommerce</category>
	<category>e-commerce</category>
	<category>opensource</category>
	<category>paypal</category>
	<category>php</category>
	<category>shoppingcart</category>
	<dc:creator>pinto</dc:creator>
	</item>
	<item>
	<title>What&apos;s the easiest shopping cart app to set-up/configure/use?</title>
	<link>http://ask.metafilter.com/49762/Whats%2Dthe%2Deasiest%2Dshopping%2Dcart%2Dapp%2Dto%2Dsetupconfigureuse</link>	
	<description>What&apos;s the best/easiest open-source e-commerce program? 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">tag:ask.metafilter.com,2006:site.49762</guid>
	<pubDate>Mon, 30 Oct 2006 14:23:24 -0800</pubDate>
	<category>cart</category>
	<category>ecommerce</category>
	<category>PHP</category>
	<category>shopping</category>
	<dc:creator>jbickers</dc:creator>
	</item>
	<item>
	<title>Best solutions for setting up a pay-per-download video service?</title>
	<link>http://ask.metafilter.com/45163/Best%2Dsolutions%2Dfor%2Dsetting%2Dup%2Da%2Dpayperdownload%2Dvideo%2Dservice</link>	
	<description>I&apos;m an expert web developer looking to set up my own  pay-per-download video service, preferably on a PHP platform. I&apos;ll need to be able to provide users with the ability to easily pay for purchases and receive limited access to download their purchased content. I&apos;ve investigated some pre-baked PHP script options, as well as some micropayment services like BitPass. Ideally a BitPass-esque solution would be perfect, because it would take the delivery/payment processing architecture off my hands, but it&apos;s questionable to me whether the BitPass service agreement excludes adult content. My search-fu has turned up contradictory information on this subject, and although the BitPass service agreement doesn&apos;t appear to exclude adult-themed content, I&apos;m skeptical.&lt;br&gt;
&lt;br&gt;
Has anyone worked with any good (preferably open source) PHP cart solutions that might automate some of the processes that I&apos;m going to need to implement, such as download link generation?&lt;br&gt;
&lt;br&gt;
Also, in the realm of payment processing and micropayments, have any of you had any experience in this area? I&apos;d like to get some recommendations for services that would allow me to automate content delivery and payment, while still having a fairly liberal policy in regard to material intended for mature audiences.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45163</guid>
	<pubDate>Thu, 24 Aug 2006 13:16:32 -0800</pubDate>
	<category>bitpass</category>
	<category>ecommerce</category>
	<category>micropayments</category>
	<category>payperdownload</category>
	<category>php</category>
	<category>video</category>
	<dc:creator>superboy422</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>Looking for a PHP e-commerce store and a decent SSL certificate</title>
	<link>http://ask.metafilter.com/37640/Looking%2Dfor%2Da%2DPHP%2Decommerce%2Dstore%2Dand%2Da%2Ddecent%2DSSL%2Dcertificate</link>	
	<description>Looking for a PHP e-commerce store and a decent SSL certificate Right the story goes, I used to do everything in ASP. I now have a dedicated php Linux server and I want to move all my new clients to it.&lt;br&gt;
&lt;br&gt;
Im currently using CandyPress (www.candypress.com) ASP store, which does a great job.  I need to find a similar store in PHP (no OScommerce). Regarding prices the cheaper the better. Ill need to be able to customise the look and feel to meet my design.&lt;br&gt;
&lt;br&gt;
Jizo (www.jizo.co.uk) looked like my cup of tea but its still in beta. Does anyone know any similar ones what do the same or close too.&lt;br&gt;
&lt;br&gt;
My dedicated server doesnt have a SSL certificate, do you know any cheap ones that work well. I got a quote of $20 from my other developer but that was with his asp host. &lt;br&gt;
&lt;br&gt;
Im moving everything to PHP because I have found that Windows servers are more expensive in the long run. &lt;br&gt;
&lt;br&gt;
Thanks for your help in advance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.37640</guid>
	<pubDate>Fri, 05 May 2006 15:32:36 -0800</pubDate>
	<category>certificate</category>
	<category>ecommerce</category>
	<category>php</category>
	<category>ssl</category>
	<category>store</category>
	<dc:creator>spinko</dc:creator>
	</item>
	<item>
	<title>Online shopping cart minus the kitchen sink?</title>
	<link>http://ask.metafilter.com/29317/Online%2Dshopping%2Dcart%2Dminus%2Dthe%2Dkitchen%2Dsink</link>	
	<description>phpHelpFilter: Is CoffeeFool.com based on an existing shopping cart system? I&apos;ve been tasked with installing a shopping cart system for a small company with a product line probably extending (eventually) to a few dozen individual models. The designer is very picky about &lt;b&gt;clean design&lt;/b&gt; and &lt;b&gt;minimalism.&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
The system at &lt;a href=&quot;http://www.coffeefool.com/&quot;&gt;Coffee Fool&lt;/a&gt; has been the best I&apos;ve seen; but I don&apos;t know whether it&apos;s custom or based on existing designs.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried free, and paid, distributions, such as CubeCart, X-Cart, Agora and osCommerce. I found the process of making them match the designs given to me daunting to say the least. The shopping cart systems I&apos;ve tried are, out of the box, huge, generic, one-size-fits-all Amazon clones. Is there a cleanly designed shopping cart out there?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.29317</guid>
	<pubDate>Mon, 19 Dec 2005 16:03:13 -0800</pubDate>
	<category>ecommerce</category>
	<category>php</category>
	<category>shopping</category>
	<dc:creator>evil holiday magic</dc:creator>
	</item>
	
	</channel>
</rss>

