I've been using the OnestepCheckout extension for Magento with success for a long while.
But now I want to set up multiple store views. I set this up correctly, but when I add a store code to the urls, the checkout page empties my cart.
domain.com -> domain.com/onestepcheckout
works fine.
But:
domain.com/en -> domain.com/en/onestepcheckout
clears the cart
How is this possible? Has it something to do with the setup for cookie domains?
答案 0 :(得分:1)
很可能您在重定向时间内丢失了会话,因此要监控前端会话ID并查看是否发生了变化。如果它发生变化,那么你就会失去购物车。