Page 173 of 224 FirstFirst ... 73123163171172173174175183223 ... LastLast
Results 1,721 to 1,730 of 2231
  1. #1721
    Join Date
    Mar 2004
    Posts
    202
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    I am so stumped and hope someone can help me.

    I had multisite running on 1.3.9 for a couple of years now..
    so I know a little about it.
    but now I just can't figure this out

    I have three domain.
    Herasonlinemarket.com/shop main site
    buykandibracelets.com
    buykandi.com

    ok the main site is working and is working fine

    it is the other two that don't work

    Here is the config file for buykandibracelets
    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "zen2";
    define('SITE_NAME','zen2');
    ?>

    and Categories Description: for kandi store
    <!--Zen--Zen3-zen2-->


    and my cpanel is
    Addon Domains Document Root Username
    buykandibracelets.com Home/public_html/shop buykandibracelets


    when I go to buykandibracelets.com
    it show up great.
    then when I click on categories
    kandi store
    the URL changes to buykandibracelets.com/shop/kandi_store
    but the screen stays on the home page.
    I just don't know how to fix this ..


    the way it worked before there was no -shop- in the url

    and yes I have the switch in the configuration file

    any help would be great.
    Noppie
    just more info
    ok now if you go under the categoires and click on
    all products.. or feature products or new product
    the produces show up then click on
    any of them and it reverts back to buykandibracelets.com/shop/what ever product

    I of ceon url rewrite.. this worked with the 1.3.9 version
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  2. #1722
    Join Date
    Mar 2004
    Posts
    202
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    just more info
    ok now if you go under the categoires and click on
    all products.. or feature products or new product
    the produces show up then click on
    any of them and it reverts back to buykandibracelets.com/shop/what ever product

    I of ceon url rewrite.. this worked with the 1.3.9 version

    Well good news.. I got almost all the links to work.. the only one is the affilate links. but AI will work on that later..
    OH.. YEA THE problem
    I am sure was ceon url rewrite.
    I uploaded the latest veriosn.. and now most work

    I hope it still works tomorrow
    have a great evening.
    noppie
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  3. #1723
    Join Date
    Aug 2012
    Posts
    33
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have picked up support of a Zencart site and am in the process of upgrading it from 1.3.8a to 1.5.1. The 1.5.1 store currently has Lightbox, Imagehandler and Multisite addons installed.

    On the 1.3.8a site, it is able to force customers to log in before viewing items in the store. You can see it here --> http://b2b.essentialjourneys.com. With the same Zencart installation and using Multisite, it allows visitors to browse items at this address --> http://store.essentialjourneys.com without logging in.

    I know I can force customer logins through the admin tool and setting the View Shop and Prices option. However, doing this on the 151 upgrade site causes both the store and b2b store fronts to force a login. How do I selectively force a login between store fronts (b2b -- yes to login; store -- no to login)?

    Any help would be greatly appreciated!

    Thanks!

    Tom

  4. #1724
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by tmt1630 View Post
    I have picked up support of a Zencart site and am in the process of upgrading it from 1.3.8a to 1.5.1. The 1.5.1 store currently has Lightbox, Imagehandler and Multisite addons installed.

    On the 1.3.8a site, it is able to force customers to log in before viewing items in the store. You can see it here --> http://b2b.essentialjourneys.com. With the same Zencart installation and using Multisite, it allows visitors to browse items at this address --> http://store.essentialjourneys.com without logging in.

    I know I can force customer logins through the admin tool and setting the View Shop and Prices option. However, doing this on the 151 upgrade site causes both the store and b2b store fronts to force a login. How do I selectively force a login between store fronts (b2b -- yes to login; store -- no to login)?

    Any help would be greatly appreciated!

    Thanks!

    Tom
    In your config files for the sites (In the folder includes\config_sites\)

    add:
    PHP Code:
    define('CUSTOMERS_APPROVAL''1'); 
    or any value you need from tis choice
    0= Not required
    1= Must login to browse
    2= May browse but no prices unless logged in
    3= Showroom Only

    This will override the default value in the database.
    In your admin under tools=>Multisite tools you can find all the possible overrides.

  5. #1725
    Join Date
    Aug 2012
    Posts
    33
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Geez...it was right under my nose! Thanks for clarifying...it's working as I expect! Tom

  6. #1726
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    ZC 1.5.1
    and 18 Mods Installed and working correctly.

    I am new to this and is in the process of installing Multisite v1.0 to my zencart. I follow steps 1 to 14 of the installation. I can log into my admin control panel. I do see the Admin>Tools>Multisite Tools menu.

    when I try to access my site, it gives me the following message: "the domain birthdaysextreme.net does not exist."

    Am I not done yet? I d not understand how the configuration part of the instructions work. Can anyone give me some pointers here?

    Any help is greatly appreciated.

  7. #1727
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    ZC1.5.1
    Multisite v1.0

    Can Anyone tell me what is wrong with my config_sites.php files? I get only the header of my site and template, but nothing that appears below the header. My sites are: www.birthdaysextreme.net and www.birthdayandmore.net

    also, when no using the "www." in the browser will yield: "the domain birthdayandmore.net does not exist."

    Please see below:

    site: www.birthdaysextrme.net


    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "robbor_red_BEX";
    define('SITE_NAME','robbor_red_BEX');
    ?>



    site: www.birthdayandmore.net

    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "robbor_green_BAM";
    define('SITE_NAME','robbor_green_BAM');
    ?>

  8. #1728
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    just more info
    ok now if you go under the categoires and click on
    all products.. or feature products or new product
    the produces show up then click on
    any of them and it reverts back to buykandibracelets.com/shop/what ever product

    I of ceon url rewrite.. this worked with the 1.3.9 version

    sorry quoted wrong post
    Last edited by twi; 18 Jun 2013 at 10:01 PM.

  9. #1729
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by twi View Post
    ZC1.5.1
    Multisite v1.0

    Can Anyone tell me what is wrong with my config_sites.php files? I get only the header of my site and template, but nothing that appears below the header. My sites are: www.birthdaysextreme.net and www.birthdayandmore.net

    also, when no using the "www." in the browser will yield: "the domain birthdayandmore.net does not exist."

    Please see below:

    site: www.birthdaysextrme.net


    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "robbor_red_BEX";
    define('SITE_NAME','robbor_red_BEX');
    ?>



    site: www.birthdayandmore.net

    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "robbor_green_BAM";
    define('SITE_NAME','robbor_green_BAM');
    ?>
    I am assuming your original site is http://www.birthdayandmore.net/
    since that is the one that is working, and probably is already defined throughthe normal config files.

    try this for the second site
    PHP Code:
    <?php
    $template_dir 
    "robbor_red_BEX";
    define('SITE_NAME','robbor_red_BEX');
    define('HTTP_SERVER''http://www.birthdaysextrme.net');
    ?>
    that should be enough

    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    can left from both files since it is alredy defined in the original config.php , and is not different in the new site

    Normally on a good configured server if you go to a www address it should be configured to go automatically to the non www address, or the other way around, what ever has your preference.
    If it doesn't you can use your .htaccess file the establish this.

  10. #1730
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    I am assuming your original site is http://www.birthdayandmore.net/
    since that is the one that is working, and probably is already defined throughthe normal config files.

    try this for the second site
    PHP Code:
    <?php
    $template_dir 
    "robbor_red_BEX";
    define('SITE_NAME','robbor_red_BEX');
    define('HTTP_SERVER''http://www.birthdaysextrme.net');
    ?>
    that should be enough

    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    can left from both files since it is alredy defined in the original config.php , and is not different in the new site

    Normally on a good configured server if you go to a www address it should be configured to go automatically to the non www address, or the other way around, what ever has your preference.
    If it doesn't you can use your .htaccess file the establish this.
    No. The original was www.birthdaysextreme.net

    based on what you just said, I have done the following:

    <?php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "robbor_green_BAM";
    define('SITE_NAME','robbor_green_BAM');
    define('HTTP_SERVER', 'http://www.birthdayandmore.net');
    ?>


    Result is still the same. can you browse it from your end and see the result?
    Last edited by twi; 18 Jun 2013 at 10:17 PM.

 

 

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