Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Any issues to be aware of? I used to have a heavily modified version running and had to abandon from lack of updates as many core files were modified.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  2. #2
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,550
    Plugin Contributions
    9

    Default Re: MultiSite Module Support Thread

    I believe DrByte was the one that updated it, it should work pretty good! I haven't been able to play with it but if there's people using it already should be a good sign.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  3. #3
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    My advise as being a long time zen cart user.. take your time.. i would download you cart and make test one and work from there.
    I got it working.
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  4. #4
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Carbonless View Post
    Any issues to be aware of? I used to have a heavily modified version running and had to abandon from lack of updates as many core files were modified.

    How is everyone going with this?

    I am finally moving to 157c from 156c and hit a couple of snags.

    1 - With the new version of cat_filter (as found in post 2148) - well basically it didn't work - ALL my categories were showing up. But by downgrading to the cat_filter from the previous version of the module it works fine.

    2 - The files included in /zencart/includes/init_includes/overrides , should these actually be in /zencart/includes/init_includes ? (assume so)

    Otherwise seems to work but admittedly not much time for testing so far.

  5. #5
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by royaldave View Post
    How is everyone going with this?

    I am finally moving to 157c from 156c and hit a couple of snags.

    1 - With the new version of cat_filter (as found in post 2148) - well basically it didn't work - ALL my categories were showing up. But by downgrading to the cat_filter from the previous version of the module it works fine.

    2 - The files included in /zencart/includes/init_includes/overrides , should these actually be in /zencart/includes/init_includes ? (assume so)

    Otherwise seems to work but admittedly not much time for testing so far.
    i have been using this mod on and off for years.. i can help you but not understanding what you mean by cat_filter did not work.. you get the info in your admin under Tools>>multi-site copy that into your cat-filter. Make sure you name it >>> https://your_site.com_config.php.

    this is one of mine
    $template_dir = "kandi"; >>>>>>>>>your template name
    define('SITE_NAME','kandi'); site name
    define('HTTP_SERVER', 'https://thekandibazaar.com'); your site name
    define('HTTPS_SERVER', 'https://thekandibazaar.com'); your site name
    define('CATEGORIES_ROOT','0'); //root categories is 1 for this site
    define('DIR_WS_CATALOG', '/'); >>>>>>>>>>>>>>>>>>>>> if you point your domain name to html/shop in your cpanel then don't change if this is not the main site. I use shop---some people use cart or some people have their store in the root directory.


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



    any question i maybe able to help.
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  6. #6
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    i have been using this mod on and off for years.. i can help you but not understanding what you mean by cat_filter did not work.. you get the info in your admin under Tools>>multi-site copy that into your cat-filter. Make sure you name it >>> https://your_site.com_config.php.

    this is one of mine
    $template_dir = "kandi"; >>>>>>>>>your template name
    define('SITE_NAME','kandi'); site name
    define('HTTP_SERVER', 'https://thekandibazaar.com'); your site name
    define('HTTPS_SERVER', 'https://thekandibazaar.com'); your site name
    define('CATEGORIES_ROOT','0'); //root categories is 1 for this site
    define('DIR_WS_CATALOG', '/'); >>>>>>>>>>>>>>>>>>>>> if you point your domain name to html/shop in your cpanel then don't change if this is not the main site. I use shop---some people use cart or some people have their store in the root directory.


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



    any question i maybe able to help.
    Sorry, one of the new files with this plugin is /zencart/includes/functions/extra_functions/cat_filter

    The latest version of this file didn't work for me and I had to use the previous version.

  7. #7
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by royaldave View Post
    Sorry, one of the new files with this plugin is /zencart/includes/functions/extra_functions/cat_filter

    The latest version of this file didn't work for me and I had to use the previous version.
    Anyway I've fixed it.

    Just removed this code -

    // define('ALLOW_CAT_FILTER','no') will desactivate the category filter
    if (!defined('ALLOW_CAT_FILTER') || (ALLOW_CAT_FILTER != 'no')) {
    return $sql;
    }

    This if statement not working the way intended - my filter was getting bypassed.

  8. #8
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: MultiSite Module Support Thread

    Next problem.

    Some of the admin settings are getting ignored.

    For example I have 'Categories - Always Show on Main Page' set to 0, yet they are showing anyway. Another symptom is that my define_main_page.php does not display, however if I change this to '1' then it will display - however I still have the unwanted categories showing.

  9. #9
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by royaldave View Post
    Next problem.

    Some of the admin settings are getting ignored.

    For example I have 'Categories - Always Show on Main Page' set to 0, yet they are showing anyway. Another symptom is that my define_main_page.php does not display, however if I change this to '1' then it will display - however I still have the unwanted categories showing.
    I've narrowed this down to the changes made to init_category_path.php. Another symptom is the display of New Products on the front page is switched off in the database, however it displays anyway.

    Removing the changes made to this file fixes the problem.

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  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

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