customer ID on invoice
GFW <[email protected]> 21 Aug 2003 08:23:02 -0000
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <7cb64f1dadfbbbdd7f5f162fe224d8ef@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=217194#217194 ---------------------------------------------------------------- hi, how can i implement the customer id on the invoice? <?php echo tep_db_input($oID); ?> works for the order id but <?php echo tep_db_input($CID); ?> not for the customer id :roll: