Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
i test multisite in localhost..
store1 is now working in my local..
i can now set categories to store1 using multisite tools..
i want to create store2 inside store1..
this will be localhost/store1/store2..
how to achieve this?
do i need to install zencart to store2?
please help.. im running out of time..
thanks and sorry for my bad english..
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
do i need to install zencart to store2 folder?
Last edited by joehamir; 2 Oct 2014 at 11:26 AM.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
i do this in localhost only..
store1 is in localhost/store1
then store2 is in localhost/store1/store2..
i include site_switch in the config of the store2..
like this "include_once('../includes/config_sites/sites_switch.php');"
but this is the display "the domain localhost does not exist."
i create localhost_config.php inside config_sites folder under store1 but it just working in store1..
how can i run it in store2.?
Help Please.. Thanks..
PS: is multisite work in same area? like localhost? like my project..
store1 is in localhost/store1
then store2 is inside store1.. localhost/store1/store2
I does work in localhost, although it has been a long time since i used it, and do not remember exactly how I did that.
I think you should make a config file named : store2_config.php
PHP Code:
<?php
$template_dir = "store2";
define('SITE_NAME','store2');
define('HTTP_SERVER', 'http://localhost/store1/store2');
?>
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
I really dont understand it..
all i want is just run store2 inside store1..
in store1 i have store1template and store2template..
but i dont undertand how store2template will display in http://localhost/store1/store2
Design75
Thank you for the followup you did... we have one last hurdle to completing. please PM or email me. It would be great to have your assistance as soon as possible.
Bookmarks