3

I am able to share my cart for logged in customers while switching between two stores with different domain URLs. However, I could not implement the same for guest users. I know the cart details are saving into the quote table. But this is not shared with the second store while switching.

Please guide me to a solution.

asked Jan 31, 2017 at 6:11

1 Answer 1

0

Finally, I am able to solve this issue by sharing the session cookie between the stores. I have followed this answer. I manually creates the same cookie in my two domains so that data will be shared between the two.

https://magento.stackexchange.com/a/3624/49598

answered Jan 31, 2017 at 10:16
2
  • can you tell me what do you did exactly to share the cart between two stores? i have add SID in the url like url?SID=session_id and enabled SID in admin and set Cookie Path = /, Cookie Domain = .example.com, but still not working any steps missing? Commented Jan 25, 2018 at 17:14
  • @mahmoudismail: plz check this answer magento.stackexchange.com/a/132654 Commented Jan 30, 2018 at 8:28

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.