Zen Cart Logo
Forums / General Questions / Can I make a site with multiple shops in it?

Can I make a site with multiple shops in it?

Locked

Views: 1,872

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 May 2007, 2:53 AM
#1
rev07 avatar

rev07

New Zenner

Join Date:
May 2007
Posts:
3
Plugin Contributions:
0

Can I make a site with multiple shops in it?

Dear zenners, I want to know if I can make a site with multiple shops in it with zen cart software. I'm making a site that works like a mall and I need to be able to add products based on the user's shop. So, it could also have the functionality of being browsed by the shop's name.

Thanks in advance,

       Rev07
29 May 2007, 4:45 PM
#2
humbll avatar

humbll

Zen Follower

Join Date:
Jan 2007
Location:
USA
Posts:
219
Plugin Contributions:
0

Re: Can I make a site with multiple shops in it?

well one way to accomplish it is to use main categories as store names, then the subcategories of each would be the stores categories, then the 2nd level would be either subcategories or products. example:

CATEGORY #1 = MyStore
SUBCATEGORY = CLOTHES
SUB-SUBCATEGORY = Womens Clothes
SUB-SUBCATEGORY = Mens Clothes
SUBCATEGORY = SHOES
SUB-SUBCATEGORY = Tennis shoes
SUB-SUBCATEGORY = Golf SHoes
SUBCATEGORY = HATS
SUB-SUBCATEGORY = Wide-brim Hats
SUB-SUBCATEGORY = Baseball Hats

CATEGORY #2 = AnotherStore
SUBCATEGORY1 = DOG FOOD
SUB-SUBCATEGORY1 = Wet Dog Food
SUB-SUBCATEGORY2 = Dry Dog Food
SUBCATEGORY2 = CAT FOOD
SUB-SUBCATEGORY1 = Wet Cat Food
SUB-SUBCATEGORY2 = Dry Cat Food
SUB-SUBCATEGORY3 = Live Cat Food
SUBCATEGORY3 = BIRD SEED
SUB-SUBCATEGORY1 = Sunflower Seed
SUB-SUBCATEGORY2 = Hemp Seed

In the above example you would handle all payments at one central location. Method 2 would involve you setting up seperate zencart installations, each their own folder off of the root directory of your server. You would then enter the info for each store in their respective zencart installs, then you would make one more zencart to be the main store, here you could use the blank sidebox module to be the categories box. Then you would set up the stores as in the above example, except when people view products, they never leave your storefront, and when they check out, each store owner would get their portion of the order. This would take a little effort on the part of a decent programmer, a few hours if they are already familiar with the workings of zencart. The same thing could probably be accomplished with just multiple databases too. Again you would need a programmer...

3 Jun 2007, 6:26 AM
#3
rev07 avatar

rev07

New Zenner

Join Date:
May 2007
Posts:
3
Plugin Contributions:
0

Re: Can I make a site with multiple shops in it?

Thanks for your reply, your first option seems best for the site I will design. I also know PHP and MySQL so I can play with it a little bit. My next challenge will be to find a way to automate the client's tables creation depending on the shop type he will add.
Thanks for your advice that was exactly what I was looking for.

3 Jun 2007, 7:29 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Can I make a site with multiple shops in it?

There's also a multi-store add-on module to allow you to run several stores from one database and one code set, but give each an individual store front.

3 Jun 2007, 7:41 AM
#5
rev07 avatar

rev07

New Zenner

Join Date:
May 2007
Posts:
3
Plugin Contributions:
0

Re: Can I make a site with multiple shops in it?

Well thanks for the advice but, for the site Im planning to design I need to be able to do everything from my storefront and somehow pay the shop owner for the item he sold. Also I need to implement something to deduct some percentage from his sold item price into my account.

Another feature I need is to be able to dinamycally add the new shop to my database base on its type. Then add the categories and subcategories depending on his/her store type. Maybe I would need to program it from bottom up, don't know if I can I do what I want with zen-cart.

I will update this post tomorrow with my planned website features so all you great zenners can help me better.

Thanks for this great community and for their support.

P.D. I will update this tomorrow.