Jump to content

Quantity input not updating in shopping cart


Recommended Posts

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
 
Link to comment
Share on other sites

  • 8 months later...

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

×
×
  • Create New...