问题
I've got a opencart multi-store, though the shared session doesn't work for me. When i put a item in my cart from store1.com it will not appear on store2.com...
My multistore looks like this, so with different domains. store1.com store2.com
In my main store1.com header its got differtent iframe's:
<iframe src="http://www.store1.com/catalog/view/javascript/crossdomain.php?session_id=95e5c425bc5df1ecff3406eb0f587018" style="display: none;"></iframe>
<iframe src="http://www.store2.com/catalog/view/javascript/crossdomain.php?session_id=95e5c425bc5df1ecff3406eb0f587018" style="display: none;"></iframe>
I see in my header of store2 that its got 2 the same iframe's:
<iframe src="http://www.store2.com/catalog/view/javascript/crossdomain.php?session_id=95e5c425bc5df1ecff3406eb0f587018" style="display: none;"></iframe>
<iframe src="http://www.store2.com/catalog/view/javascript/crossdomain.php?session_id=95e5c425bc5df1ecff3406eb0f587018" style="display: none;"></iframe>
Does anybody knows what the problem could be?
Thank you very much!
Kind regards,
Bram
@shadyyx yes the store2.com is pointed to the main store1.com. though i copied the templates and used one for the store1.com and the other one for store2.com.
store1.com: goo.gl/4ZekFU store2.com: goo.gl/SWaZ1R
来源:https://stackoverflow.com/questions/20744252/opencart-multi-store-1-5-6-shared-session