Page 1 of 1

add a field to auction:products?

PostPosted: Sat Sep 20, 2008 9:48 am
by falcon7
I would like to add an extra field or two ("Donated By" particularly) to our auction database. Is there any way to simply add a field, or is it necessary to re-run the creation script?

thanks
james

PostPosted: Mon Sep 22, 2008 2:04 pm
by shannah
No need to run any creation script. Simply add the field to the products table in your database.

If you want it to appear in the view product page, then just make a small mod to the templates/view_product.html template to show that field.

-Steve