Re: MultiSite Module Support Thread
Quote:
Originally Posted by
seancon1
now my question!
what i would like to do is have 2 stores and 1 informational domain with no products but handles the checkout for site1 and site2. due to a licensing issue site1 cant sell items from site2 and vice versa.
site1.com Widgets
site2.com Thingeys
site3.com Information about Thingys and Widgets and the checkout process.
im looking for some insight on how to make sure when they register, access their account information and check out its all done from site3.com the main thing is the check out.
I don't think you can do this. If site3 is in showcase mode (only information, can't buy), then you can't have checkout on it. If you go with cross-carts, you'll be able to checkout from which-ever store you want.
You could have this: use cross-cart. site1 and site2 adds to cart, but has no checkout (manually remove all checkout buttons). practically force customers to go to site3 for checkout. BUT, now you need site3 to be a regular store and someone can simply come to site3 and buy stuff from both Widgets and Thingeys directly from site3. So, what happens now with the licensing?
I really hope you understand what i'm saying cause after re-reading my own words, i got lost...
if i'm mistaking about these possibilities, someone please correct me.
Re: MultiSite Module Support Thread
thanks for the idea but this does present a licensing problem the rule is the products can't be mixed on the same site but the sites can link to each other... site3 will have links to site1 and site2. very weird i know but i did not make the rules for this game! :frusty:
i will post live links once i have things on public servers and it will make more sense. i am confident i can get this to work... the question is what is the best way.
i wouldn't say site3.com was in showcase mode, site3.com has no categories or products assigned to it and i have the categories sidebox turned off for this template right now i can checkout on any one of the 3 domains.
i am thinking i may be able to add
define('HTTPS_SERVER', 'https://site3.com');
to each sites config file but i would rather just the checkout button and any shopping cart links go to https://site3.com as i dont care if they update their account info on either site.
i am looking at using htaccess to rewrite any for the cart or checkout and login to links to site3.com or even a case if else in the index templates for site1 and site2 to go to site 3 if its for the pages i want on site3
Sean
Re: MultiSite Module Support Thread
hi,
is it possible to use this multi site on folders within the same domain?
ie have www.site.com/site1, www.site.com/site2, www.site.com/site3
that way i could have a shared header file with all the sites with them broken down into say electrical goods, dvds, music and have each folder run as a store so i can market them diferently?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
evilonion
hi,
is it possible to use this multi site on folders within the same domain?
ie have
www.site.com/site1,
www.site.com/site2,
www.site.com/site3
that way i could have a shared header file with all the sites with them broken down into say electrical goods, dvds, music and have each folder run as a store so i can market them diferently?
I remember there was a post about this recently, someone found a way. Read this topic a few pages back and you'll find it. But, as far as i know, the answer is NO.
But, why complicate it, why not use it normally with subdomains if you actually want different stores? You can even use the same template for all your stores, i don't see why you can't use the same header file...
Re: MultiSite Module Support Thread
oh i dont mind using subdomains at all... i just didnt want to have to use completely seperate domains for all the stores...
im planning to exapnd my vinyl graphics company and push into offering printed tshirts and clothing, and then another section doing printed posters and stretched canvases etc.... i thought it would be good to use this mod if its possible.
Ive really been wanting a mod that would enable me to have a catagory section for each site but it doesnt seem possible, so multi site could be the solution :)
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
evilonion
oh i dont mind using subdomains at all... i just didnt want to have to use completely seperate domains for all the stores...
im planning to exapnd my vinyl graphics company and push into offering printed tshirts and clothing, and then another section doing printed posters and stretched canvases etc.... i thought it would be good to use this mod if its possible.
Ive really been wanting a mod that would enable me to have a catagory section for each site but it doesnt seem possible, so multi site could be the solution :)
If I may ask - WHY? Why seperate sites for alike services? I think it's ok if you have one computer shop and one with clothes, but in your case, these are all "connected" services. If i want to buy a custom printed t-shirt and a poster to match my shirt, why do i have to go to different stores? Look at vistaprint.co.uk for example...
Plus, you can get more sales and better google results from one large shop, than a dozen small shops...
Re: MultiSite Module Support Thread
yeah i understand that, all the sites would share the same template and would be interconnected, and i read that multisite lets you combine carts etc...
ideally i wanted a contribution which allowed you to have one site with several catagory/navigation menus but zen cart doesnt seem to have one of those, it all has to be in one catagory/navigation sidebox.
Multisite EZ-Pages Module
Multisite EZ-Pages Module
I've written an enhancement to Multisite to allow user to choose with EZ-Pages are shown on which sites.
You can see it at work here:
http://www.exclusivebeautybrands.com and
http://www.exclusivebeautybrands.co.uk
It's only 158k, and is easy to implement, I've documented it too!
So where would you like me to post it / where should I post it?
Regards
Gordon
http://www.gjbenterprises.com
Re: Multisite EZ-Pages Module
Multisite EZ-Pages Module
I've posted it as a link on my site, you can download it from here:
http://www.gjbenterprises.com/13/mul...-pages-add-on/
Regards,
Gordon
Re: MultiSite Module Support Thread
"It seems you do not understand the working of this module." Please give me a break.
Orders from a consecutive site come from emails that I set so I consider absence of sending emails from your second store is a missing option (if it is not there).
Quote:
Originally Posted by
Louis
It seems you do not understand the working of this module.
This module only creates the illusion that there are multiple stores. In fact the data in the background is all kept and managed on a single database and managed using a single interface. Unless you do some custom coding you will not be able to send e-mails to customers from a specific store-front. The back office system views them as customers for the "Company" and not "per store".