Zen Cart Logo
Forums / General Questions / Change data stored in orders table

Change data stored in orders table

Locked

Views: 1,063

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
3 Aug 2008, 2:22 PM
#1
dev_stefan avatar

dev_stefan

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

4 Aug 2008, 7:25 AM
#2
dev_stefan avatar

dev_stefan

New Zenner

Join Date:
Aug 2008
Posts:
2
Plugin Contributions:
0

Re: Change data stored in orders table

bumping