|
Did you ever get this going?
We have a similar problem with cookies.
We have two stores on different domains and we’re trying to get them to share a checkout.
We have the main domain (domain1) setup as one store and an additional domain (domain2) set up as another.
we are using the secure url from the main domain for checkout.
If someone comes to the site from domain1 they can use the store switcher to jump between stores and add items to the cart from both and checkout fine.
If someone comes to domain2, adds an item in that store to their cart they can’t then proceed to checkout because there is no session setup on domain1 (where the checkout is actually going to take place).
The cart on domain2 still gets the item, and if the user then navigates to domain1 (doesn’t need to do anything but load a page there) they would be able to checkout (from either cart).
I’ve tried passing the SID as a hidden input in the cart form and in the action url, neither one works.
I tried manually changing the action url on the cart form to point to checkout on domain1 from domain2, but without a pre-existing session this fails too (actually this throws you to the ‘enable cookies’ page).
I tried loading a page on domain1 in an offscreen iframe to see if that would establish a valid session but it doesn’t seem to.
Any suggestions?
Help please!
Thanks,
Matt
|