Best Shopping Cart System

LouTheDesigner

New Member
Hello All,

I don't know much php, or any mySQL, so I'm looking into purchasing a shopping cart system instead of creating my own. The site is being built with plain html, js, and css as of now.

Does anyone have any suggestions? I'm very lost here.

-Lou
 

sysgenmedia

New Member
Hi Lou,

Well, you'll pretty much end up needing some sort of server-side technology for this. Odds are good you'll end up with something based on php / mysql if you want to go the open-source / cost-effective route.

Which to go with would depend largely on your situation. Google can be your friend here. Something like "open-source shopping cart" can be a big boon.

Your major players are probably going to be ZenCart, osCommerce, and Magento. ZenCart and osCommerce are older solutions and a bit easier to deal with. Magento is kind of a beast to get started with and to set up, but is the most fully-featured open-source solution available. Not for the faint of heart though.

If you have any thoughts of building a site on a Content Management System (which has a lot of benefits in and of itself) I would recommend going with Joomla!. That opens up the possibility of using VirtueMart or any of the various extensions that let you set up a wide array of shopping carts.

This may be the best option for someone with little php / mysql knowledge as most of the heavy lifting has already been done for you, but there's a bit of a learning curve when it comes to learning how to use Joomla.

There also may be some services that you could go with where you list your products on some sort of hosted environment. Many of those take a cut of your sales though. I'm sure with a bit of time on Google you could find something like this.

I think that pretty much enumerates the options. eCommerce always makes things a bit trickier, since you have to deal with security and a lot more testing to make sure everything is set up correctly and bug-free.
 

LouTheDesigner

New Member
I know Joomla pretty well -- made about 6 or 7 sites with it. This site, in particular, shouldn't be created with a CMS since I'm basically slicing up .psd's and exporting them. I don't exactly have the time to mess around the Joomla's CSS to make a template that looks exactly like the photoshop documents.

Also, I can't have it say "Powered by" or anything like that.

Thanks for the advice. I'm off to Google...

-Lou
 
Last edited:

LouTheDesigner

New Member
Thanks Mark,

Have any suggestions. I don't mind buying something that will save me time. Have you dealt with any of the shopping carts that are out there for purchase? I'm just looking for the best deal + ease of use now.

-Lou
 

leroy30

New Member
Hi Lou,

If you're worried about time it will be much faster to skin a joomla template than to build your own shopping cart in to your website.

I would google open source shopping carts and skin one to suit your chopped up photoshop file. That would be the easiest way.
 

emilyl

New Member
In the most basic terms, a shopping cart is software that allows you to list your products on a web site and then automatically collect fees when a customer buys products from your website.
 
Top