first how many stores do you have?????
i can probably help you..
but need to know how many stores you have.
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
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!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.
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
on that will not work you have to change in the config file of what ever store you want.. cpane open your files.
your shop/included/config-sites
choose the config files for your store.
under /**
* Layout Settings
*/
look toward the bottom of that group and look for this\
define('CATEGORIES_TABS_STATUS','1'); //Categories-Tabs Menu ON/OFF
and you can turn it on or off ..
i hope that helpss
My Multi_Site Zen Carts
http://herasonlinemarket.com
Hi
I've worked out where the problem is - just don't know what it is.
This if statement in main_template_vars -
if (isset($_GET['typefilter'])) $typefilter = $_GET['typefilter'];
require(zen_get_index_filters_directory($typefilter . '_filter.php'));
////////////////////////////////////////////////////////////////////////////////////////////////////////////
$tpl_page_body = 'tpl_index_product_list.php';
////////////////////////////////////////////////////////////////////////////////////////////////////////////
} else {
////////////////////////////////////////////////////////////////////////////////////////////////////////////
$tpl_page_body = 'tpl_index_default.php';
////////////////////////////////////////////////////////////////////////////////////////////////////////////
}
SHOULD be setting $tpl_page_body to 'tpl_index_default' HOWEVER it's coming out with 'tpl_index_product_list' instead.
This is the result of changes made to init_category_path. I have no idea why.
I can workaround the problem by hardcoding -
$tpl_page_body = 'tpl_index_default.php';
underneath the if statement and everything works the way I want. Except that of course it ruins the rest of the site.
I do not need to modify config_sites at all.
i have been using this mullit site for a long time. I have 3 stores on it.
i used the responsive template that came with the cart.
i tried using different templates and there was so many changes I never got it working.. so i went back to basic.
i got it working on software guys the one on post 2148 rework and the latest zencart. and everything works as it should.
but it seems you got it going.
just remember this is zencart and it is free and not as easy to use as any of the paid carts are. it took me forever to get the facebook pixel working so i can upload my items to facebook then instagram. and i wanted to use one of the sub stores not the main one. and i got it working.. i am learning all the time.
My Multi_Site Zen Carts
http://herasonlinemarket.com