New Zenner
- Join Date:
- Aug 2008
- Posts:
- 2
- Plugin Contributions:
- 0
Change data stored in orders table
I need to modify the info zencart stores in the orders table.
Please tell which file creates this table's entries.
I believe it is \includes\classes\order.php.
This file is very big and confusing to me. Please tell which part of this file stores the orders table's entries.
What I want to add is:
customers_firstname, customers_lastname, _clients_email_address (static = [email protected]), product_name (static = devstefan_free_cd), product code (static = 67884).
I only sell one product and I need the clients_email_address to always be that unique email address aswell for products_name and products_code.
I thank you in advance for any input you can give me.
Love