Hi Ajeh!
I just did what you suggested - tried switching to the other template - with no luck unfortunately! It just changes the layout on some of the pages, but the shopping cart is the same. (Its really strange that the Quantity calculation works from the Category Listings pages and not from the actual product information pages themselves.)
THe quantity box is just gone from the shopping cart. I replaced the tpl_shopping_cart_default.php with the latest original ZenCart file. Now it shows the columns on top with the words "Qty" but noting underneath them. Here's what I was able to gather so far:
When you are in shopping cart and using firebug - "inspect" the "qty" area (well - at least where its suppose to be) - you will see that that field corresponds to a piece of code marked as 'hidden' which you can play with right inside firebug and test differnet settings. Heres the original piece of code:
<td class="cartQuantity">
<input type="hidden" value="1" name="cart_quantity[]"/>
Using firefox firebug - I changed the hidden value to text and then the quantity box SHOWS! but I was unable to find this piece of code in my zen directory anywhere.
Thank you for helping me out with this - I've been struggling for 3 days, day and night, trying to figure it out.



