fernandokerber Posted August 20, 2012 Share Posted August 20, 2012 (edited) Hi, My cart total price is not updating..... Im trying to fix this for hours Here is the problem: - the customer adds a product to the cart - then the customer goes to the cart summary page - When the customer changes the number of products in the list, ajax updates everything except the total price. Im using 1.4.8.2 here is my shop: http://67.222.18.10/~kerber/tiago/prestashop Thanks!!! EDIT: I figured it when I'm logged as a customer the ajax carts price works perfectly. But when I`m not logged what I said happens. It seems very weird and I have no idea of fixing this.... Edited August 20, 2012 by fernandokerber (see edit history) Link to comment Share on other sites More sharing options...
rseigel Posted August 20, 2012 Share Posted August 20, 2012 I don't understand. On the pic all is as it should be as far as I can see. Link to comment Share on other sites More sharing options...
fernandokerber Posted August 20, 2012 Author Share Posted August 20, 2012 (edited) I don't understand. On the pic all is as it should be as far as I can see. no... the prices are different in GREEN: Take a look at the list price (between the "+" and "-" buttons) - R$47,20 in RED: Now look the total price (in the left column and in the cart) - R$53,10 they should have the same value.. when I change the cart quantities, the total value doesnt changes... this is the problem... The strange thing is that when I'm logged as a customer the ajax carts price works perfectly. I replaced almost all the core files related with the cart without solving the issue.. Maybe there's still one core file I missed but I don't know how.. Please, help me solving it. My store is almost ready to sell Edited August 20, 2012 by fernandokerber (see edit history) Link to comment Share on other sites More sharing options...
faDdy Posted March 23, 2013 Share Posted March 23, 2013 i have solved this problem by disabling the file cart-summary.js in your theme js folder Link to comment Share on other sites More sharing options...
tamara_gl Posted April 17, 2013 Share Posted April 17, 2013 i have solved this problem by disabling the file cart-summary.js in your theme js folder Can you explain how? I have the same problem. Link to comment Share on other sites More sharing options...
faDdy Posted April 17, 2013 Share Posted April 17, 2013 Navigate to Root Directory -> Themes -> Your Theme Folder -> JS -> Change the filename cartsummary.js to 1_cart-summary.js Link to comment Share on other sites More sharing options...
tamara_gl Posted April 17, 2013 Share Posted April 17, 2013 Thanks, i found a solution in my theme: in shopping-cart.tpl of my theme I have to add this id in td tag. <td class="price" id="total_price"> {displayPrice price=$total_price} </td> And works! Link to comment Share on other sites More sharing options...
faDdy Posted April 17, 2013 Share Posted April 17, 2013 cool Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now