they need to be named based on your domain. So if your hosting site1.mydomain.com then your config file should be site1.mydomain.com_config.php
Printable View
they need to be named based on your domain. So if your hosting site1.mydomain.com then your config file should be site1.mydomain.com_config.php
Okay i did one called localhost_config and it loaded. But nw im confused. Al i want is to add a shop to my existing one like: localhost/site1/site2
Posted via Mobile Device
Is it also posible to have seperate admins for the shops
Posted via Mobile Device
No. Unfortunately not.
This would defeat the purpose of one DB & One adminQuote:
Originally Posted by Doddsey_65
I'm don't know what you mean by localhost/site1/site2.Quote:
Okay i did one called localhost_config and it loaded. But nw im confused. Al i want is to add a shop to my existing one like: localhost/site1/site2
Multisite is so that you can have:
www.mysite1.com
www.mysite2.com
--OR--
site1.mysite.com
site2.mysite.com
or a mixture of both all hosted from one install of Zencart.
One of the things that Multisite changes in Zencart is to move the site specific stuff from includes/configure.php to config_sites/[site config file]. That's why you need to configure every site you want multisite to host, even if you already had it setup on Zencart before you installed it.
I want to make a shop that has several shops that have their own admin cos i want customers to hav their own shops within my main one. Is this posible with zencart? If not is there anything else i cud use?
Posted via Mobile Device
Something like www.etsy.com
Posted via Mobile Device
I actually am using Multisite to do what you are explaining, except I manage the sites for the customer. They just make a percentage off the sales they push to us. I know what you mean about the admin bit. Basically you want it so that you can only see the orders your login has rights to. As far as I know Multisite is the only mod of it's type for Zencart, and this mod definately doesn't have that capability. It certainly could be written, but it would take some work.Quote:
I want to make a shop that has several shops that have their own admin cos i want customers to hav their own shops within my main one. Is this posible with zencart? If not is there anything else i cud use?
I highly doubt any other open source store has that capability, but you never know, have a look.
ZenCart is not designed as a "Mall Script" and is meant to sell your items.Quote:
I want to make a shop that has several shops that have their own admin cos i want customers to hav their own shops within my main one.