Page 71 of 224 FirstFirst ... 2161697071727381121171 ... LastLast
Results 701 to 710 of 2237
  1. #701
    Join Date
    Jan 2009
    Posts
    55
    Plugin Contributions
    0

    Default 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

  2. #702
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    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
    Newest Site: ChargerPros - Stuff4Toys

  3. #703
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Stuff4Toys View Post
    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 ><>
    Last edited by Stuff4Toys; 21 Jan 2009 at 02:51 AM.
    Newest Site: ChargerPros - Stuff4Toys

  4. #704
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    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?

  5. #705
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    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 ><>
    Newest Site: ChargerPros - Stuff4Toys

  6. #706
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: MultiSite Module Support Thread

    Quote Originally Posted by Doddsey_65 View Post
    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.

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  7. #707
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default 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.

  8. #708
    Join Date
    Dec 2005
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by streetglow View Post
    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.

  9. #709
    Join Date
    Dec 2005
    Posts
    17
    Plugin Contributions
    0

    Default 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.

  10. #710
    Join Date
    Jan 2009
    Posts
    4
    Plugin Contributions
    0

    Default 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

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR