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