Hi, I want change numbers of order id, default is 1, 2, ... etc. I want use it as variable symbol for bank tranfer of my clients, and I need format of number, for example 32000.. (.. is id) and change start number, not from 1, but another. Is possible it? And where I can change this numbers? Thanks for help
» Quick.Cart v3.x
Jirka
anarawata
2010-01-10 17:48
I've done this before. You have to change the id manually.
At first, make sure you just have 1 order on the order list. Then open the order.php file from the db directory. Edit the second line after <?php exit; ?> and before the first "$" to what number you want to use as order id.