Best shopping cart/shop script

Status
Not open for further replies.

s1mplygo1d

New member
Mar 16, 2008
56
0
0
Hi
Anyone got any recommendations for a shopping cart / shop script (for small businesses (no more than 100ish products)?

thanks
 


good question. I know Amazon has a store feature where you can host your own products in a store and also supplement by marketing any of Amazon products as well. The catch is their service is about $60 a month.

I would also be interested in learning of some less expensive methods of starting a store.
 
OsCommerce if you want something really agile and configurable.

I've also used VP-ASP in the past, but the guy who wrote it is an abhorrent cunt.
 
OsCommerce would be the one to go for IMO, or go for the Joomla/Virtuemart solution.

There's another shopping cart/e-commerce solution for Drupal, but I think it's still in the alpha stage and not recommended for live stores - but worth keeping an eye on.

:R:
 
Who do you use as a payment processor with zen cart? I was looking into authorize.net, but I have zero experience in that area to judge whats actually good and whats shit.
 
Who do you use as a payment processor with zen cart? I was looking into authorize.net, but I have zero experience in that area to judge whats actually good and whats shit.

Authorize.net is the only thing you'd want to use with OSC. Any time you can process charges on-site, you're building huge credibility with the consumer. Anytime I have to go to a tiny 3rd party processor or Paypal, I never complete the order.
 
Authorize.net is the only thing you'd want to use with OSC. Any time you can process charges on-site, you're building huge credibility with the consumer. Anytime I have to go to a tiny 3rd party processor or Paypal, I never complete the order.

So I take it you've set something like this up before? What would you guess is the real world cost of having a self hosted checkout?
 
So I take it you've set something like this up before? What would you guess is the real world cost of having a self hosted checkout?

I've setup literally 200 sites using Auth.net, on various canned and custom platforms.

Those who use paypal for niches like downloadable software and memberships get by just fine, but if you're selling something to be shipped, selling something to an Interwebs noob, or selling something B2B, you absolutely have to have a processer like Auth.net.

You'll find 2 modes, simple integration and advanced integration. SIM means that the user is redirected to auth.net for payment processing. AIM means payments are processed on your website, the user never leaves.

Keep in mind that with volume, comes more responsibility for security. PCI compliance comes into play in some industries.

My "gold standard" advice for companies is that if they average $10K+ in daily business, to take an extra step and install an application firewall and SSL terminator appliance. This protects you from a LOT of issues that come with XSS and credit card theft hacks.

Anywho, it's going to cost you about $50/month just to have the merchant accoutn, so make sure you can absorb that cost. It's also prettty nice to accept echecks and offline/phone/fax payments using auth.net.
 
I've used Magento before, you need a decent amount of php and xml knowledge to use customize your shop. I wouldn't recommend it to anyone who isn't a programmer. (it also takes hours to upload the thousands of files that make Magento run).

If you're looking for a really easy e-commerce solution, check our GoodBarry or BusinessCatalyst. But their downfalls are they they host your site and their bandwith packages aren't that great.
 
I've used Magento before, you need a decent amount of php and xml knowledge to use customize your shop. I wouldn't recommend it to anyone who isn't a programmer. (it also takes hours to upload the thousands of files that make Magento run).

If you're looking for a really easy e-commerce solution, check our GoodBarry or BusinessCatalyst. But their downfalls are they they host your site and their bandwith packages aren't that great.

Why not upload the zip file and unzip it on the server? takes 2 minutes.

I have tried OScommerce, zen cart, cube cart and magento is hands down by far the best. If you want to work with obsolete fucken shitty old non-objected-oriented code then by all means use oscommerce (or zen cart, its built on oscommerce).

MAGENTO FUCKING ROCKS. and no you dont need xml experience.. i haven't touched an xml file customizing my store, nor any php for that matter. Knowing which phtml file to edit does take time to learn though.
 
Status
Not open for further replies.