How can I add new field to customer profile and order profil
We're running a flower shop system but we're facing a technical issue when we want to add new fields to customer profile and order information when they checkout, such as delivery date, greeting message... We'd also like to take out some unncessary field. I have some knowledge about php and smarty but I don't know the file system of xcart so I don't know which file I should hack in order to add in those fields. Please provide me some technical information about this issue such as what are the files that handle the checkout process. I did take a look at cart.php but I didn't see any database query that does the work of inserting new order and its information into the database. Please help! Thanks!
|