Re: MultiSite Module Support Thread
Well i kinda got around it. I instaled zencart with a db prefix of shop1 then another with shop2 and all i do is copy customer table from shop1 to shop2 so customers dnt hav to register for each shop. But how do i make it so they dnt have to log in to each shop? Atm they are logged out of shop1 when logging in2 shop2. So i want them to log in2 shop1 and be loggd in2 shop2 but if possible not have cart contents carried from shop1 to shop2 Cn this be done? If i didnt explain it properly thn just ask Cheers
Posted via Mobile Device
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
cablesimple
stuff4Toys,
Regarding your second post. I just tested out the meta_tags.php override and it's working fine on my sites. For a test, try setting the HOME_PAGE variables specifically and see if they change your homepage title/description/keywords.
HOME_PAGE_TITLE
HOME_PAGE_META_DESCRIPTION
HOME_PAGE_META_KEYWORDS
Tried that, am I missing something?
Code:
// page title
define('TITLE', 'Americas Flags');
// Site Tagline
define('SITE_TAGLINE', 'American Flags, US Flags, State Flags, Internetionsl Flags');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'American Flags, US Flags, State Flags, Internetionsl Flags');
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', 'High Quality Flags Made in the USA');
define('HOME_PAGE_META_KEYWORDS', 'American flag, Nylon Flag, Polyester Flag, Cotton Flag');
// NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
define('HOME_PAGE_TITLE', 'Americas Flags'); // usually best left blank
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Stuff4Toys
Tried that, am I missing something?
Code:
// page title
define('TITLE', 'Americas Flags');
// Site Tagline
define('SITE_TAGLINE', 'American Flags, US Flags, State Flags, Internetionsl Flags');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'American Flags, US Flags, State Flags, Internetionsl Flags');
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', 'High Quality Flags Made in the USA');
define('HOME_PAGE_META_KEYWORDS', 'American flag, Nylon Flag, Polyester Flag, Cotton Flag');
// NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
define('HOME_PAGE_TITLE', 'Americas Flags'); // usually best left blank
and the location of the meta_tags.php is:
xstore/includes/languages/english/liberty-flag.com/meta_tags.php
Is this correct?
JOhn ><>
Re: MultiSite Module Support Thread
Quote:
and the location of the meta_tags.php is:
xstore/includes/languages/english/liberty-flag.com/meta_tags.php
Is this correct?
I suppose that depends on what you named your template. Is the template path: includes/templates/liberty-flag.com ?
Even if your override isn't working properly your includes/languages/english/meta_tags.php file should be working, but your site had a blank title when I looked. If you delete your override meta_tags.php does the default meta load?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
cablesimple
I suppose that depends on what you named your template. Is the template path: includes/templates/liberty-flag.com ?
Even if your override isn't working properly your includes/languages/english/meta_tags.php file should be working, but your site had a blank title when I looked. If you delete your override meta_tags.php does the default meta load?
Thanks for your help, I had more troubles than that last night. :( I will be trying it all again on another day.
Thanks Again
JOhn ><>
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Doddsey_65
Well i kinda got around it. I instaled zencart with a db prefix of shop1 then another with shop2 and all i do is copy customer table from shop1 to shop2 so customers dnt hav to register for each shop. But how do i make it so they dnt have to log in to each shop? Atm they are logged out of shop1 when logging in2 shop2. So i want them to log in2 shop1 and be loggd in2 shop2 but if possible not have cart contents carried from shop1 to shop2 Cn this be done? If i didnt explain it properly thn just ask Cheers
Posted via Mobile Device
In a perfect world all that you want can be done without 2 databases and the effort of copying the tables back and forth.
Don't ask me how, because I am just learning how this all works, but I know that from what I have read trawling through this thread you can set it up so that when a customer goes from one site to the next, you drop the zenid or something. I think I even read that you can use the Multi-Site Sidebox that lists all of your sites and still not carry your cart from one site to the next.
Now all you have to do is read through 7x pages of this thread and Have Fun. :cool:
JOhn ><>
Re: MultiSite Module Support Thread
I'm really stuck here, and compounding errors with errors trying to track this down. I cannot get my catalogue to show at all, there appears to be no connection between the catalogue and the index page. or any other page not in admin. I have tried all the fixes related to this problem suggested in this thread, but no effect.
I have messed around with path settings in config.php files, sites_switch.php and site_config.php, but cannot crack it.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
streetglow
Now is the day that I release the EZPages Filter.
Sadly I haven't made the admin tool "release-ready".
Attachment 2504
Sent a PM but should asked here. Streetglow, did you ever finish the admin tool for your EZPages filter? Also, how do you use the filter after installation? Thanks in advance for any response.
Re: MultiSite Module Support Thread
I have a problem with the Recover Cart mod and multi-sites. (I asked in the Recover Cart support thread but got no love.) I got multi-sites up and running great with two sites, then I added the Recover Cart mod. Multi-sites are still working properly, but the Recover Cart only recognizes the main (first) site. That is, the Recover Cart email templates and admin refer all shopping cart abandoners back to the shopping cart on the main site, even though they may have placed their items in the shopping cart on an alternate site.
Is anyone using the Recover Cart mod with multi-sites? Any help on this topic would be greatly appreciated.
Re: MultiSite Module Support Thread
Hi everyone i'm new to Zen Cart and am loving it so far! I have just installed the multi-site module and created 8 sites. This works briliantly allowing me to define products to only be seen on a particular site. I do however have a problem...
Is there any way to stop the new products module from displaying all products from all sites? At the moment i have new products set to display on afront pages of all 8 sites. The trouble is that every product shows in the new products module regardless of which site it is assigned to.
What i would really like to do is only display new products that belong to a particular site on that sites front page.
Is this possible? Any help would be greatly appreciated!
mICKDUDe