Guest Posted May 12, 2003 Posted May 12, 2003 I need to forward an ascending unique order number for every purchase made to the guys who are handling my credit card side of things, does oscommerce come with a order number already, stored in Mysql, if so, how do I get it?
Guest Posted May 12, 2003 Posted May 12, 2003 The Customers Order ID is stored in the Orders Table within the MySQL DB (orders_id). The original Order query should already query for this field, so all you should have to do is modify the code to display this item. Good Luck. -R
Recommended Posts
Archived
This topic is now archived and is closed to further replies.