Tebox wrote:Problems on mobile phones!
When customer is visiting on a moblie device the cart is not working, it have been testet on a iphone 6 and a sony z3. When adding a product to cart, the sign says succes and the cart link is shown. But when going to the cart it is empty.
The cart is working on desktop and ipad without problems.
Sorry guys ! it was a bug in nopcommerce and not the theme ! ;)
Hi Tebox,
I'm glad you fix the issue.
As you mentioned the problem is not with the theme. It is how the nopCommerce distinguish the different domains. In other words "google.com" and "www.google.com" are two different domains for nopCommerce, even if they are practically the same domain.
Let me illustrate it with an example. When I visit your site without "www", add something in the cart and then click on the checkout button I'm redirected to the CheckoutPage and because there is an SSL certificate I'm redirected to the CheckPage but with "https://www" and nopCommerce reads it as a different domain and, therefore, a new guest customer is created and his shopping cart is empty. So in the end, I will see an empty shopping cart for the "https://www" domain.
The solution for this will be to set the "WWW prefix requirement:" to "Pages should have WWW prefix" in the Administration -> Configuration ->Settings -> General settings -> SEO Settings tab.
Hope this helps!