ok so I know that the problem is not with the subdomain, I setup another zencart install with this mod on another server/host and I get the same thing, basket not working between the stores, would someone throw me a bone here lol thanks guys
Printable View
ok so I know that the problem is not with the subdomain, I setup another zencart install with this mod on another server/host and I get the same thing, basket not working between the stores, would someone throw me a bone here lol thanks guys
the basket only works between sites when you have the session id is attached to the url. the side box that comes with module is the only way I know to get the cross cart to work. I'm sure there's a way to attach the session ID to other links. Checkout the "channels" side box on my site
Sweet that make scense KThompson thanks for the reply I will look at the code in the side box and fix my links thanks so much :)
I'm having probelms with the category filter. I think it's to do with easy populate. The categories all show but most of them say 'no products in this category' even though there is. I have added Geromes code to easypopulate.php. Do i need to re upload my products now, should that fix it?
thnx
Mark.
Hi, i noticed your post about using the one lot of images ffor mulisite. Did you sort that out? I am setting up another multisite that is usingthe one lot of images. I have it working for the small image but not the popup.
Cheers,
Mark.
me again,
i have installed the multisite mos and all seems to be working OK except that i can't login or create an account. I get an error -
index.php?main_page=login&action=process&zenid=
On the new site, the link to the login page goes to https://www
and i get the same error.
If i take out the https and use http://www i can get the login page OK. On the original site, i can't get the login page using either http://www or https://
The site was moved to a new server just before i started work on it so I'm not sure if that is the problem or it's with installing multisite. Anyone have any ideas?
M
It looks like it definatly has something to do with your config files. Either them main configure.php in includes/ or one of the others in includes/config_sites/. Make sure all the paths are defined correctly and your depending on how you have it set up. you may need to define https server in each config file if you are using different domains or subdomains.
thanks,
i'll have a look.
M
ok, still no progress. i,m going to work through one site at a time. on the subdomain, shipping, i can't get to the login page -
ssl / https
https://www.shipping.actionforms.ca/...ain_page=login
but i can get -
http
http://www.shipping.actionforms.ca/i...ain_page=login
what ssl settings should i have in the
configure.php and www.shipping.actionforms.ca_config.php files.
thnx
its still your configuration. Your SSL doesn't work for the domain you are trying to us it for. Your SSL is for www.actionforms.ca but you are using it for www.shipping.actionforms.ca. You either need another SSL cert or define the SSL server as www.actionforms.ca in the config file. NOT in configure.php but in www.shipping.actionforms.ca_config.php