I had an issue where adding items to my shopping cart did not work when using Display Product Add to Cart Button=1. I had to change includes\classes\shopping_cart.php to the following and it worked.
L1708: $productIds = $_POST['products_id'];
L1709: while ( list( $key, $val ) = each($productIds) ) {
I'm testing this on Zen-Cart 1.3.7 on PHP 5.
Bien
Magic Sing - Magazines - Baby Einstein



