I came across this link about Configuring Your Store and I just had a few questions about it.
At the bottom it says
"Also, you may not want your fledgling store to appear so young to your customers. However, as soon as someone checks out with an order number in the single digits, you're exposed. You might consider manually modifying your database to force order numbers to start at a higher value. Currently, this is done by adjusting the auto_increment value on the table uc_orders."
This may be a stupid question, but I was looking in phpmyadmin at the uc_orders table and I can't seem to figure out where the auto_increment value goes.
Field: order_id
Type: MEDIUMINT
Length/Values: 9
Collation:
Attributes:
Null: not null
Default:
Extra:
Comments:
Extra is currently blank, but it has a drop down menu where I can choose "auto_increment." When I choose that, I set Default to: 157193
When I save it though, Default stays blank and when I place a new order, it doesn't start at 157193.
Can anyone shed some light on this issue?







Joined: 08/17/2007