ok, i THOUGHT i had this working but i guess not. i just updated to 1.3.0.2 and my shopping cart is still having some problems.
here's what i'm trying to do: for every product row, i have a checkbox for the delete, the image, name of product, quantity box, and price. i don't have the delete button nor the update button in each row. instead, i JUST have the checkbox and the update at the bottom.

it seems that the update button at the bottom of the form is not the same as the individual one next to each product?
bottom:
HTML Code:
<?php
// show update cart button
if (SHOW_SHOPPING_CART_UPDATE == 2 or
SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
<?php
} else { // don't show update button below cart
?>
top:
HTML Code:
<?php
if ($product['buttonUpdate'] == '') {
echo '' ;
} else {
echo $product['buttonUpdate'];
}
?>
how do i get the bottom one to work? if i put the top code where the bottom one should be then the cart half-functions and you are able to delete the last item you put in the cart but not the first. please let me know if my cart layout is even possible! if i have to put back in those buttons, i will but i really like the way this one is
to test non-functionality, there are two items in my store that you can add to your cart for the fun of it!
http://www.brooklynhandspun.com/Store/