Opencart Multi-store 1.5.6 shared session

匆匆过客 提交于 2019-12-24 17:05:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!