there is code for a add to cart form button already on this page that mny be causing the problem:
<input type="text" value="<?php echo $row_rsDetail['prodMin']; ?>"/>
<input name="add" type="button" value="Add to Cart" />
try removing that code and see if the error goes away when trying to add the eCart ass to cart button.