Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
I didn't do anything special for paypal, I always use the same account for all the sites
Do I need to specify the url in ZC151 Cpanel, or do I specify that at Paypal settings?
Re: MultiSite Module Support Thread
Have successfully installed the multistore and all seems to be fine, have set category for the 2 urls as define('CATEGORIES_ROOT','1'); and define('CATEGORIES_ROOT','3');
Site 1 and Site 2 show the exact category as requested above. But when you click the all products and new products links under category - it displays products of both the sides, can this be avoided
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
support2
Have successfully installed the multistore and all seems to be fine, have set category for the 2 urls as define('CATEGORIES_ROOT','1'); and define('CATEGORIES_ROOT','3');
Site 1 and Site 2 show the exact category as requested above. But when you click the all products and new products links under category - it displays products of both the sides, can this be avoided
Looks like you didn't add the code for multi site to the product all pages and new pages.
Re: MultiSite Module Support Thread
Thanks for your immediate response, but I do not understand about adding the code - I have configured the categories at - Display the relations Categories/Sites
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
support2
Thanks for your immediate response, but I do not understand about adding the code - I have configured the categories at - Display the relations Categories/Sites
What I meant, was that you probably forgot to install all the files needed for this mod
Re: MultiSite Module Support Thread
Thank you - you were so right
Had not installed the 2_Required_Core_Edits\includes\modules\sideboxes\YOUR_TEMPLATE, where I had not renamed to my 2 templates
Is it possible to have different order prefix for the 2 sites and someway to differentiate the customers from the 2 sites
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
support2
Thank you - you were so right
Had not installed the 2_Required_Core_Edits\includes\modules\sideboxes\YOUR_TEMPLATE, where I had not renamed to my 2 templates
Is it possible to have different order prefix for the 2 sites and someway to differentiate the customers from the 2 sites
Glad you got it fixed.
Standard it is not possible at this moment to ad a custom prefix, but you could ad some if statement to check on de shop id and according to that show a different prefix.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
just put the values that are different in the config files.
the key can be found when you go to information->multisite
Where do I find: "information->multisite"
is this in control panel? and for which of the three mods? can you be more specific?
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Design75
This is also a nice feature to help find the right keys
When in the admin go to gID6
YOUR_SITE/YOUR_ADMIN/configuration.php?gID=6
and find Admin configuration_key shows, set it to 1
Now you will have an extra line in the right box saying e.g. Key: ADMIN_CONFIGURATION_KEY_ON
or if you go to your google analytics configuration Key: GOOGLE_ANALYTICS_UACCT
These keys are the words needed for the config overrides
I am even more lost on this one. can you be more specific?
Re: MultiSite Module Support Thread
I can't access my sites when I use: "sites1.net" and "site2.net" at multisite.
They are only accessible when I type "www.site1.net" and "www.site2.net"
Can anyone provide some input in this?
I remember Design75 mention something about fixing this at the .htaccess files.
The way I tried to correct this was to create 2 extra "config_sites" files without the "www." in it. It does display the sites but seems to create errors in Paypal and UPS mods. (Please see my previous post for files details)
Is this the way to correct the www. problem or is there a different way?