Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checking by invoice number


Arrowhead123

Recommended Posts

Posted

Hello,

Is there a possible way I can check an order by using the invoice number? Right now, the easiest way for me to check up an order is by the person's name.

 

THanks!

Posted

Yes just put this code where you want in invoice.

 

You will have to nest and format it properly in a table or something where you want it.

 

For examlpe:

 

<tr>

<td align="right" class="main"><?php echo TITLE_PRINT_INVOICE_NUMBER . ' ' . $HTTP_GET_VARS['order_id']; ?></td>

</tr>

 

and put the TITLE_PRINT_INVOICE_NUMBER in your language file like so:

 

 

define('TITLE_PRINT_INVOICE_NUMBER', 'Invoice Number:');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...