views:

57

answers:

1

Hi Everyone,

Many online store share common features, such as payment handling, order tracking, recommendation, shopping cart, CMS, etc.

Are there common opensource / commercial frameworks or packages that developers are using to build these site? Or do many of them building it from scratch?

Services like Shopify look simple to use but I don't want my site to look too right out of a Can and I am worry that there might be limit to the customization I can do.

Can someone point me to a right direction as to what technologies are available? I am looking for a solution that is not restrictive and has plenty of support from the community.

Thanks a lot.

A: 

Hi!

There are plenty of open source solutions out in the wild.

If I were to build an e-shop I would probably take a closer look at Satchmo. Now I'm biased as I like python and postgresql. The system is based on Django, which has a very flexible templating system. But of course it is up to you to make the design.

Check out the features available and the store gallery to see if this is something for you. http://www.satchmoproject.com/docs/dev/features.html

// John

John P
Hi John. Thanks for the info.Is it a solution that will allow me to start small and build to something extensive when I need to...?Some solutions out there are simple but limited and others are so huge that I'll get lost and don't know where to start.I have some experience in setting up and running a Drupal site, does it help with Satchmo?I suppose I have to get my hands dirty to find out, but I want to limit the number of platform I have try.Thanks again.
Snackmoore
If you are used to Drupal and PHP then perhaps you should stick with that. Then check out www.ubercart.org which integrates into Drupal.
John P