You need to get the <form> tag above the Attributes ...
You should see something similar to:
That has to be above the Attributes ...Code:<!--bof Form start--> <?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', $request_type), 'post', 'enctype="multipart/form-data"') . "\n"; ?> <!--eof Form start-->


Reply With Quote
