Q:trying to display cc result codes in admin/orders.php
Sortii <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <ca9239f7c315fcc310be455422f847b1@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=184099#184099 ---------------------------------------------------------------- Hello, I've added 3 items to the table orders to hold the result codes from the linkpoint payment module cc_check cc_reference_number and cc_avscode, and now I'd like to display them on the order status page under the other credit card / payment info, where does the db read happen that pulls that info out of the db? Is it in this file or another? Is there a list of fields in the database's? I rigged checkout_process.php to put the new fields into the database I can see the data in there with phpadmin but I need a few hints to read it out from the admin/orders.php screen now. Thanks