Question

Is it possible to share a customer's cart with different domains or substores?

If yes:

  • tell me what to use either domain or substore.
  • how to set this up

We have multiple domain names e.g. website1, website2, website3 and so on.

Scenario: if the customer adds a product to the cart from website1 and I also add a product from website2 both products should be displayed in the cart. If the customer decides to checkout on website2 the order should contain both products (from website1 and website2) but with the order id of website2.

Was it helpful?

Solution

Yes, that should be possible when you make a change to: app/code/core/Mage/Checkout/Model/Session.php. Please refer to this article for more information: https://astrio.net/blog/share-magento-cart-between-multistores/

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