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.
1 Answer 1
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.
-
can you tell me what do you did exactly to share the
cartbetween two stores? i have addSIDin the url likeurl?SID=session_idand enabledSIDin admin and setCookie Path = /,Cookie Domain = .example.com, but still not working any steps missing?mahmoudismail– mahmoudismail2018年01月25日 17:14:29 +00:00Commented Jan 25, 2018 at 17:14 -
@mahmoudismail: plz check this answer magento.stackexchange.com/a/132654Zammuuz– Zammuuz2018年01月30日 08:28:02 +00:00Commented Jan 30, 2018 at 8:28
Explore related questions
See similar questions with these tags.