Hello, I want to ask before I go Drupal for my website:
The member can create their own shop and sell items
On items page, user can comment and book the item.
The owner will mark the item as sold if it's sold, etc.

As for the other member, they can also build their own shop and sell things.

Is it possible to use Drupal?
If so, what's the core module that I must investigate?

Comments

jimbop’s picture

Have you had a look at the e-commerce modules? http://drupal.org/project/Modules/category/104. As for users building their own shops you could try a combination of CCK and node profile, which allows you to define a user-configurable content type as a home page (in your case a shop page).

fekimoki’s picture

Thanks for pointing this. I never thought that the e-commerce module could support the shops for its member.