This is a discussion on Order Number within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I am creating a Payment Module, but I can't see where the osCommerce Order Number can be found. I can ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am creating a Payment Module, but I can't see where the osCommerce Order Number can be found. I can see that it is in the database, orders.orders_id but I would have thought that it would be floating around somewhere... |
|
#2
| ||||
| ||||
| It is pulled from the db when needed.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Well, it's needed now <G> Let me define what I am looking for - what will become the Invoice number, when we issue the invoice. At this stage, there is product in the cart, and I am going to get the payment. But I need something to track the payment, in case I don't get an immediate reply. I can't see an order number, I (think that I can) see the cart in the table "sessions", but I can't find a unique number in there. I am using the sessionID in that table, which I don't think is suitable, but is the best that I can do. |
|
#4
| ||||
| ||||
| Order numbers are not generated until after processing. It is the way osCommerce is built. So, you cannot get an order number until after the order is completed (it is not assigned until added to the db, which only happens on completion of the transaction). I think there is a mod that gets around this issue, as I vaguely recall something about this. You may want to look through the osCommerce mods here: osCommerce: Contributions
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change order number | garjowan | osCMax v2 Customization/Mods | 0 | 03-30-2006 08:22 AM |
| order number | joanstead | osCMax v2 Customization/Mods | 0 | 02-09-2006 09:27 AM |
| Scrambled or modify order number | gamefreak7 | osCMax v2 Customization/Mods | 1 | 07-01-2005 10:43 AM |
| Random order number | Anonymous | osCMax v1.7 Discussion | 3 | 11-09-2003 11:21 PM |
| Question about order number | kmazumdar | osCommerce 2.2 Modification Help | 0 | 11-06-2003 06:27 PM |