View Single Post
  #3  
Old 06-04-2007, 08:36 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: custom control panel

You can edit skin1/main/product_details.tpl to modify the adding/modifying product page.

You can modify any field that she doesn't want to see, to become a hidden field (i.e. <input type="hidden" name="whatever" value="defaultVal" />) with a default value when adding a product, or a hidden field with the selected value when updating a product.

Using this method, you don't need to modify any of the php files or have any additional data integrity checks.

Jon
Reply With Quote