teksigns Posted March 3, 2003 Share Posted March 3, 2003 can someone tell me where the order id is stored i would like my order ids to start at 1000 instead of 0 how can i change it Link to comment Share on other sites More sharing options...
Waza04 Posted March 3, 2003 Share Posted March 3, 2003 Heres what to do: Create a test orderGo to PHPMYAdmin or whatever you use Go to The Orders table Edit the last record Change the firstfield to 10000 (Or other starting number) When a new real order is placed its ID will be 10001 Then you can delete the test order with ID 10000 Warren Link to comment Share on other sites More sharing options...
Priest Posted March 28, 2003 Share Posted March 28, 2003 I have followed exactly the instructions above, tried it several times and still, even though I only have ONE order, and I reset that order to 99, it always places the next order as the original order_id and not 100. Is there something else I need to reset in the database? Something that could be holding onto the original order number? -Priest Link to comment Share on other sites More sharing options...
Priest Posted March 29, 2003 Share Posted March 29, 2003 Someone please help. :cry: This site goes live in 3 days... -p- Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.