My customer needs multiple text boxes at checkout. There is already one on the checkout_shipment page and one on the checkout_payment page. We need to add a box to checkout_payment and make all the text to be uniquely identified. So, instead of $comments, we need $commentsA, $commentsB & $commentsC. I've been able to display the boxes that we need and have expanded the db to contain three separate comment fields. I've modified the /pages/checkout_xxxx files within our own template and the tpl_checkout_xxx files to include these new fields. I've also modified /classes/order.php to allow for these new fields. Somewhere, I'm missing a piece of the puzzle. The comments are not showing up at checkout-confirmation nor are they showing in the db yet there are no php errors produced. Can anyone help me with the program flow and where the problem might lie?
Files that I've modified: /ourtemplate/templates/tpl_checkout_comfirmation_default.php
/ourtemplate/templates/tpl_checkout_payment_default.php
/ourtemplate/templates/tpl_checkout_shipping_default.php
/classes/order.php
/ourtemplate/pages/account_history_info/header_php.php
/ourtemplate/pages/checkout_shipping/header_php.php
/ourtemplate/pages/checkout_payment/header_php.php
/ourtemplate/pages/checkout_process/header_php.php
/ourtemplate/pages/checkout_confirmation/header_php.php
and possibly /payment/authorizenet_aim.php
For additional details, urls, etc., contact me privately.
Thanks



