Page 169 of 224 FirstFirst ... 69119159167168169170171179219 ... LastLast
Results 1,681 to 1,690 of 2237
  1. #1681
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by lidlchris View Post
    anyone??? i can't figure this out..
    I don't think this feature was ever really worked out. the complete code is not in the module, only the preparation for the pull down. Maybe if I have time I will take a look at it to complete the code

  2. #1682
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    I don't think this feature was ever really worked out. the complete code is not in the module, only the preparation for the pull down. Maybe if I have time I will take a look at it to complete the code
    thank you... i can't imagine with all the people using this that no one else needs this functionality?? how do they dtermine which website their orders come from?

  3. #1683
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Muttly View Post
    I've gone through the install procedure best I can and I can get my products to display individually by using a direct link however I have no categories even though they have been applied to both sites and because of this my sites look like they have no products. Help please.
    Anyone? I'm getting close toditching the whole lot and starting over with 2 sites.

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Muttly View Post
    Anyone? I'm getting close toditching the whole lot and starting over with 2 sites.
    I don't know what went wrong, but you probably missed something during install, or are configuring something wrong.

    What version of Zencart are you using? and which multisite version

  5. #1685
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Here is the process that i used to install multi sites and add new sites to the main one. This process has taken over 2 months because the lack of good documentation targeted to newbies and the overall lack of support in this forum (SOME people have been very helpful for some parts). So i'm posting this so maybe i can help one person who is struggling.

    First of all, here are my facts:
    Hosting on a Hostgator VPS.
    One main site and 7 add on sites.
    Installed about 6 mods to the basic 1.5.1 version of Zen Cart.

    Here are the steps i used:

    1. installed zen cart 1.5.1 for the main site (maindomain.com) and uploaded a new template for it and got it working the way i wanted.
    2a. install the multi site module just as stated in the documentation.
    2b. create a _config.php file for the main site at includes/config_sites/maindomain.com_config.php.. you will also have to create another one for the www version - includes/config_sites/www.maindomain.com_config.php. Here are the basic contents of that file:
    <?php
    $template_dir = "template_name";
    define('SITE_NAME','your store name');
    define('HTTP_SERVER', 'http://www.maindomain.com');
    define('HTTPS_SERVER', 'http://www.maindomain.com'); (more on SSL later)
    ?>
    3. create your 2nd site by creating an 'addon domain' in your Cpanel of your main site (this can also be done by creating a subdomain but i won't cover that here). if you don't know how to do this contact your hosting company. you can test this site using addondomain.maindomain.com until you are ready to have your site go live and point your DNS to your live site.
    4. pick a template for this 2nd site and install in your maindomain folders just like you installed the template for the main site. you will then need to go into the admin section of your main site and click on tools/template selection and then click the 'edit' button, pull down the new template and click update. then you have to go to tools/layout boxes controller and click the 'reset' button at the bottom of that page.
    5. install the multi site module AGAIN but for the 2nd template. this ones a bit tricky but what it means it replace the template folder name with the 2nd template folder names and then install. you will have to do this with every site you have. it allows the multi site to correctly show products in sidebars, searches, and home page on your sites.
    6. create a _config.php file for the 2nd site at includes/config_sites/addondomain.com_config.php.. you will also have to create another one for the www version - includes/config_sites/www.addondomain.com_config.php. Here are the basic contents of that file:
    <?php
    $template_dir = "template_name";
    define('SITE_NAME','your site name');
    define('HTTP_SERVER', 'http://www.addondomain.com');
    define('HTTPS_SERVER', 'http://www.addondomain.com'); (more on SSL later)
    ?>

    now go to addondomain.maindomain.com or addondomain.com (depending on if you propagated your DNS) and you should see your site.
    You will now probably need to customize/modify the template of your 2nd site and you can do that through the _config.php file you just set up and SOME settings can be modified through the admin section of the main site (Layout boxes controller settings can be changed this way). Still not sure of all the variances here but when in doubt, don't change the main site settings because it may change your main site and break it.

    if you've gotten this far and have a site you can see, then you might get into deeper issues - some of which i've resolved and some that others have seem to resolved. things like banners, e-z pages, and SSL all require some extra effort.

    here is how i resolved the SSL issues. I bought a godaddy multi domain SSL and set it up with 5 domains. I then had my hosting company install this SSL on the server. i then had to go into each of the _config.php files and change this:
    define('HTTPS_SERVER', 'http://www.addondomain.com'); to this:
    define('HTTPS_SERVER', 'https://www.addondomain.com');

    sounds simple but it took a week to get this working and now works great..

    if anyone has any questions, they can message me and hopefully i can help.. i'm not a Guru or a tech wizard just a Doctorate in banging my head because of this module for over 2 months.

  6. #1686
    Join Date
    Mar 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    How much does this MultiSite Module cost?

  7. #1687
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by TopWebNames
    How much does this MultiSite Module cost?
    It is FREE as a community contributed module
    Zen-Venom Get Bitten

  8. #1688
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Design75 View Post
    I don't know what went wrong, but you probably missed something during install, or are configuring something wrong.

    What version of Zencart are you using? and which multisite version
    After stripping everything back it looks like it a theme issue more so than the plugin itself.
    FYI its 1.5.0 I'm using.

    I am having another issue though, if I go to www.site.com/shop it works fine (albeit looks terrible, but that will get sorted shortly). If I go to site.com/shop I get "the domain site.com does not exist."

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Muttly View Post
    After stripping everything back it looks like it a theme issue more so than the plugin itself.
    FYI its 1.5.0 I'm using.

    I am having another issue though, if I go to www.site.com/shop it works fine (albeit looks terrible, but that will get sorted shortly). If I go to site.com/shop I get "the domain site.com does not exist."
    This happens if the sitename is not defined in a configfile in the includes/config_sites folder. Or if you removed the Multi site module you forgot to remove the line
    PHP Code:
    include_once('includes/config_sites/sites_switch.php'); 
    in you configure.php

  10. #1690
    Join Date
    Mar 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Thanks for this information, kobra!

    Quote Originally Posted by kobra View Post
    It is FREE as a community contributed module

 

 

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