hi gerom, Thanks for your contribution, I installed it on my local pc, and on real host by using subdomain names as extra domain names.
although there is a Brief explanation, but exactly where one should pay attention in confugurations, there miss more detail in explanations, or some of them doesn't go further in instalation procedure.
exp.
1- when you explain about:
If you don't know what is the name of the constant of a configuration setting, you can execute this query:
/* This query will add the constent names to the description of the configuraion settings in the admin section /
UPDATE configuration
SET configuration_description = CONCAT(configuration_description,"<br /> ",configuration_key)
WHERE configuration_description NOT LIKE CONCAT("%<br /> ",configuration_key)
/ end of query */
You can now see the constant name of each setting parameters from the description of these ones in the admin section.
where do I have to change or put this querry, when I did in sql of mysql in table configuration, I got error? also, where in admin do I have to expect to see something that you mentioned above?
2- are these site 1, site 2 etc. redirect sites to the global https://www.site.com, or do they have each a zen installed in?
3 if the answer above is redirection, so are they redirect to https://www.site.com?
4-do the above sites hosted on one server or may be on separated hosts?
5- I installed it on a fresh zen 137, and I replaced MODIFY_FILES completely without putting in different templates, can it be a reason?
6- this querry in mysql gave me error: /* add an html comment to all the categories descriptions /
UPDATE categories_description
SET categories_description = CONCAT("<!--your_site_name1-your_site_name2-->",categories_description)
WHERE categories_description NOT LIKE "%-your_site_name1-your_site_name2-%"
/ end update */
6- I didn't go further for crosslinks as the first steps didn't go further. for example my config_sites directory has: www.gold.domain.com_config.php :
<?php
define('DIR_WS_CATALOG', '/home/domain/public_html/a/');
define('DIR_WS_HTTPS_CATALOG', '/a');
$template_dir = "gold_passion";
define('SITE_NAME','gold');
?>
and in my domain : https://www.domain.com , I added a subdomain: gold.domain.com, and redirected to https://www.domain.com? is it a mistake?
finally when I go to my website https://www.domain.com/a , I don't see categories more? but only the links to specials, and all products?????!!!!!
thanks