I do have a half finished template installed, the 'programmer' abandoned the job after receiving most of their payment.

I am trying to fix some of the easier bugs myself until I can find reliable help. - pardon me if I use incorrect terminology.

Problem:

Quantity in cart always shows '1' even if there is more than one item in cart, calculated price is CORRECT.

I think the problem is here:

----website: http://www.kwmagic.com--------------...--------------
File: includes/templates/evoluzion/templates/tpl_shopping_cart_default.php

Line #75 : echo '<input type="text" name="cart_quantity[]" value="1" size="4" class="input-mini" />' . '<br /><span class="text-error">' . $product['flagStockCheck'] . '</span><br /><br />' . $product['showMinUnits'];

Line #77 : echo '<input type="text" name="cart_quantity[]" value="1" size="4" class="input-mini" />' . '<br /><br />' . $product['showMinUnits'];

----------------------------------------

value="1" - I think I need this to be the variable for quantity in cart.

Could anyone guide me as to what the variable is AND how if it is possible to change the value="1" to Value = product in cart.

any help appreciated,

thanks

Phil