View Single Post
  #2  
Old 03-15-2006, 04:36 AM
 
danraymo danraymo is offline
 

Newbie
  
Join Date: Sep 2003
Location: MA
Posts: 1
 

Default Required Fields for Product Modify

The required fields can be changed by adjusting line 82 in product_modify.php ----

$fillerror = (($categoryid == "") || empty($product) || empty($descr) || ($price == "") || ($avail == "") || empty($low_avail_limit));

remove "empty($descr) || "
__________________
Dan
dan@raymo.com
Reply With Quote