starsg38 Posted May 22, 2014 Share Posted May 22, 2014 My shopping cart is not longer updating the total when I manually enter a number in the Quantity input on the shopping cart page. It will only work if I use the plus or minus signs. Any body have any idea what could be causing this? Link to my store: http://www.weekendwarriorsportz.com/store/ Link to comment Share on other sites More sharing options...
Guest Posted May 22, 2014 Share Posted May 22, 2014 Same problem here. Link to comment Share on other sites More sharing options...
starsg38 Posted May 23, 2014 Author Share Posted May 23, 2014 It was working, I am trying to go back through and see what might have broken it. Link to comment Share on other sites More sharing options...
Guest Posted May 23, 2014 Share Posted May 23, 2014 For us at least, it is to do with Ajax in the shopping cart We have three installations, all are the same www.graphskill.co.uk www.u-bolts-r-us.co.uk www.shackles-r-us.co.uk When products are in the shopping cart we can adjust the quantity using the +/- icons and prices are adjusted However if we try to type in a new quantity and press enter then prices are not updated This is only a problem when Ajax for the shopping cart module is turned off. It works fine when Ajax is turned on (We have it off because the Shipping Estimate module does not work correctly with Ajax) I have added this to the bug tracker http://forge.prestashop.com/browse/PSCSX-2184 Link to comment Share on other sites More sharing options...
starsg38 Posted May 23, 2014 Author Share Posted May 23, 2014 We DO have Ajax enabled so that is not the problem in this case. Darn, I was hoping it might be something easy like that. Link to comment Share on other sites More sharing options...
Guest Posted May 23, 2014 Share Posted May 23, 2014 It has been fixed - for the Ajax issue anyway http://forge.prestashop.com/browse/PSCSX-2184 Add your problem to the bug tracker Link to comment Share on other sites More sharing options...
starsg38 Posted May 23, 2014 Author Share Posted May 23, 2014 Thanks. I guess I will try to add to bug tracker. I tried the solution they sent you but that didn't work either. Link to comment Share on other sites More sharing options...
starsg38 Posted May 23, 2014 Author Share Posted May 23, 2014 I figured it out...there was some code in my global.js that was causing it to mess up. Link to comment Share on other sites More sharing options...
androsakthi Posted February 3, 2015 Share Posted February 3, 2015 i don't know its right or wrong but i fixed this issue added id ( id="total_price_container ) shopping-cart.tpl <td class="total_price_container" id="total_price_container"> {l s=' price'} </td> <td class="price" id="total_price_without_tax"> {displayPrice price=$total_price} </td> </td> Link to comment Share on other sites More sharing options...
Recommended Posts