ttetzloff Posted March 29, 2007 Posted March 29, 2007 Ok. Here it goes. I created new two new fields (evening and daytime phone number) for the shipping destination. They display and store in the databse and website absolutely fine but I cannot for the life of me figure out how to display these values on the order email that goes to the client and store. I know the email is in checkout_process.php but I cannot figure out how to display these variables on the email. Please help. -Tyler Quote -Tyler
ttetzloff Posted March 29, 2007 Author Posted March 29, 2007 BUMP! please help, it is prolly simple. Quote -Tyler
ttetzloff Posted April 2, 2007 Author Posted April 2, 2007 UPDATE WITH SOLUTION! I recieved help with this problem from another member of this forum and I figured that I would post the solution on here in case anyone was having the same problem: You want to add these new fields to the "query" and "cart" function in catalog/includes/classes/order.php so that they get added to the $this->delivery array. You can then reference $order->delivery['abphone_number'] in checkout_process.php. :thumbsup: Quote -Tyler
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.