Question

I have a multi site store set up as follows:

Website1 (base) - Store1 - View1 (default)

Website2 - Store2 - View2

Each website has it's own domain (ie store.co.uk for Website1 and store.com for Website2). My problem is that that checking out on Website2 redirects to the url for Website1 (store.co.uk/checkout/onepage/) which is not what I expected - we want the domain to remain store.com.

I'm not aware of any redirect rules in .htaccess that would cause this. Are there any admin settings that govern which checkout is to be used?

As this is the first multidomain store I've configured any advice given would be gratefully received.

Magento CE 1.9.2.4

It's worth pointing out that the contacts page for both stores has a secure url too and isn't redirected like checkout.

Was it helpful?

Solution 2

In the end this turned out to be an issue with configuration of the full page caching plugin I was using - Lesti FPC. Once the plugin was correctly configured the issue disappeared.

OTHER TIPS

Check your secure URL is correct for the faulty store/website. Checkout will often switch to SSL so looks up a different base URL to the unsecure site.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top