Jump to content

Quantity wont update when i add more products!


Recommended Posts

Hi everyone ! :)

 

I have manged to create a new colum in my checkout where it shows how many products i have in my basket. It shows it fine. But when i add more products in the checkout it wont update that quantity.

 

i placed this code in shopping-cart.tpl

<span id="summary_products_quantity">{$productNumber}

INTO THIS 

<tr class="cart_total_price">
<td colspan="5">{if $display_tax_label}{l s='Total products (tax incl.):'}{else}{l s='Total cartons'}{/if}</td>  
<td colspan="2" class="price" id="summary_products_quantity">{$productNumber}</td>  
</tr>  

But when i add more products it wont update?

 

Please help

 

 

Link to comment
Share on other sites

×
×
  • Create New...