View Single Post
  #2  
Old 12-07-2007, 04:01 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Add Extra field to "Add new product" Page!

In /include/product_modify.php search for...
Code:
# Update product data
Find the line...
Code:
"free_tax" => $free_tax,
Below, add this code...
Code:
"cost_price" => $cost_price,
__________________
xcartmods.co.uk
Reply With Quote