This is what you should have in tpl_product_info_display.php
Let me know if the action=add_product part is somehow missing from that.
PHP Code:
<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"') . "\n"; ?>
Bookmarks