Nick Lappage Posted February 15, 2014 Share Posted February 15, 2014 (edited) Hi, Using Prestashop version 1.5.6.2 on one site and 1.5.6.1 on another. Both sites have the same issue. I have two multistore websites using Prestashop and have just found there is a problem in the mobile version of the shopping cart. When anyone adds an item to the cart, the site will just go to an empty cart as seen in the attached screenshot (from my mobile phone). The item can only be seen if you switch back to the desktop site. I know the mobile carts were working a few weeks ago until I updated from 1.5.4.1 to these latest versions. I have disabled the mobile theme on one site for the time being as it has a responsive theme ( but really need the mobile theme for phones), but the fault can still be seen on http://vsoc.org.uk/vsoc_shop/vsoc_merchandise/ and on http://vsoc.org.uk/vsoc_shop/vsoc_join/ Is there a fix? Many thanks Nick Edited March 12, 2014 by Nick Lappage (see edit history) Link to comment Share on other sites More sharing options...
Nick Lappage Posted February 17, 2014 Author Share Posted February 17, 2014 Any ideas please? I do need this to work as soon as possible. Many thanks, Nick Link to comment Share on other sites More sharing options...
Nick Lappage Posted February 26, 2014 Author Share Posted February 26, 2014 Still waiting for just one answer to this issue. How can I get the default mobile theme's cart to work correctly in PS 1.5.6.1 and 1.5.6.2? It all worked well in 1.5.4.1 Updates to the navigation of the mobile cart are great in the new versions - if only it could be used to purchase products. Link to comment Share on other sites More sharing options...
Nick Lappage Posted March 12, 2014 Author Share Posted March 12, 2014 (edited) Okay I seem to have it fixed. Got the solution from Kurt (if you're reading this, then thanks sprockhopper). In the Back Office, go to Advanced Parameters, then Performance, then change the radio button option from Minify HTML to Keep HTML as original. Hopefully this will help many more! Cheers, Nick Edited March 12, 2014 by Nick Lappage (see edit history) 3 Link to comment Share on other sites More sharing options...
jvicente Posted April 8, 2014 Share Posted April 8, 2014 Okay I seem to have it fixed. Got the solution from Kurt (if you're reading this, then thanks sprockhopper). In the Back Office, go to Advanced Parameters, then Performance, then change the radio button option from Minify HTML to Keep HTML as original. Hopefully this will help many more! Cheers, Nick I had the same problem a fixed for me.....thanks a lot Link to comment Share on other sites More sharing options...
j-charles Posted June 30, 2014 Share Posted June 30, 2014 Hi!I had this bug too, but I didn't want to keep HTML as original.I think I had a solution:It is in line 44 in themes/votretheme/mobile/shopping-cart.tpl, the input is on multiple lines, you just have to delete the spaces in order to have the input in one line: <input type="number" class="qty-field cart_quantity_input" name="product_cart_quantity_{$product.id_product}" value="{$product.cart_quantity}" min="0" max="{$product.quantity_available}" data-mini="true" data-initial-quantity="{$product.cart_quantity}" data-id-product="{$product.id_product}" data-id-product-attribute="{$product.id_product_attribute}" /> I hope it will solve your problem too, and sorry for my bad english 1 Link to comment Share on other sites More sharing options...
softpro Posted November 3, 2014 Share Posted November 3, 2014 thanks j-charles, in PS 1.5.6.2 this solve problem with cart.... it's better solution then OFF Minify HTML. Link to comment Share on other sites More sharing options...
jvicente Posted November 4, 2014 Share Posted November 4, 2014 thanks j-charles, in PS 1.5.6.2 this solve problem with cart.... it's better solution then OFF Minify HTML. Thanks but In my theme folder there's no mobile folder. I only have a mobile folder in the default theme....so this is no solution in my case Link to comment Share on other sites More sharing options...
spanishcivilwarstamps Posted November 4, 2014 Share Posted November 4, 2014 Thanks for sharing, Nick Lappage, it was worked for me too. Link to comment Share on other sites More sharing options...
yeyujja Posted November 16, 2015 Share Posted November 16, 2015 I had the same problem! Thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts