|  | 4 to 5 digits Invoice Number
|
Original Message | 4 to 5 digits Invoice Number Author Sommay on 04-26-2000 at 10:39 (EST) | It there a way to set the Invoice Number to four to five digits and seguentia -sommay
|
|
| Messages In This Discussion |
1. RE: 4 to 5 digits Invoice Number Author Bill Weiner on 04-26-2000 at 17:23 (EST) | | No, not without modifying the ushop_cgiscript yourself in order to have it override the order number that is randomly assigned by the uShop Order applets. But if you want to try, you can start by tracing the following lines:
$uShop_filename = $form_text{'ord'};
$uShop_filename = "U" . $uShop_filename;
The variable $uShop_filename will contain the order number...so that is where you would want to write your custom code.
|
|
|
|