Thread
:
Add Extra field to "Add new product" Page!
View Single Post
#
2
12-07-2007, 04:01 AM
PhilJ
X-Guru
Join Date: Nov 2002
Posts: 4,094
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
PhilJ
View Public Profile
Send a private message to PhilJ
Visit PhilJ's homepage!
Find all posts by PhilJ