Zen 1.3.9h
I am adding new fields to the shipto address (telephone, best time to call and email). These are necessary because of some special customers that order for other customers. I will be happy to explain the necessity further if necessary.
Almost everything is working - the fields are stored in the addressbook.
But they are not being stored in the order.
I have modified orders.php to include them in $this->delivery(around line 150) $sql_data_array (around line 590).
I know that this is having a good effect because now the fields are blank instead of NULL in the database.
I am missing something that I am having trouble finding that processes the value from the form and makes it available to orders.php!


Reply With Quote

