Page 219 of 223 FirstFirst ... 119169209217218219220221 ... LastLast
Results 2,181 to 2,190 of 2221
  1. #2181
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    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.

  2. #2182
    Join Date
    Mar 2004
    Posts
    201
    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

  3. #2183
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    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.

  4. #2184
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    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.

  5. #2185
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    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.

  6. #2186
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    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.

  7. #2187
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    first how many stores do you have?????


    i can probably help you..
    but need to know how many stores you have.
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  8. #2188
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    first how many stores do you have?????


    i can probably help you..
    but need to know how many stores you have.
    Currently have 15 stores.

  9. #2189
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    css problem Re: MultiSite Module Support Thread

    Quote Originally Posted by royaldave View Post
    Currently have 15 stores.
    and a different config file for each correct.
    the reason i ask is because
    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.
    so you have 15 different config files correct. 15 different templates correct!


    changing in the admin will not work. except for like in the side box setting.. in the tools you see multi-site tool
    has the configuration files in it. and what ever template you are working in that is the config file that is showing in the tools. what ever configuration you changed you have to change in you yoursitename.com_config.com
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  10. #2190
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    171
    Plugin Contributions
    3

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    and a different config file for each correct.
    the reason i ask is because


    so you have 15 different config files correct. 15 different templates correct!


    changing in the admin will not work. except for like in the side box setting.. in the tools you see multi-site tool
    has the configuration files in it. and what ever template you are working in that is the config file that is showing in the tools. what ever configuration you changed you have to change in you yoursitename.com_config.com
    Hi, yes, 15 different config files and templatges.

    I did try amending the config file but it didn't work.

    That is, I added in -


    define('SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS','0');
    define('SHOW_CATEGORIES_ALWAYS','0');

    but it had no effect.

 

 

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