Quote Originally Posted by yellow1912 View Post
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"?>
Hi,

I checked this file, which I found in the "template_default" directory and yes it did contain that code exactly. Any more help would be greatly appreciated... thank you for your effort.