PDA

View Full Version : edit order numbers


martinrcw
22-Jul-2003, 08:51 PM
Im just about to upgrade my store from V5.1.4.0.0.33 to V6.1.3
I have uploaded to a test site as im working with Eclipse internet to resolve some issues with their servers which are sorted now.

I noticed that my order numbers started from 0 again and I will want to start from where my v5 left off. I looked in orderscript.pl and found the line my $nCounter = pack("N", 0);
I changed the 0 to a different number. refreshed the web site but the next test order still came down as a continue from the old number and not from the number i specified in the script.

Where am i going wrong?

Jan
23-Jul-2003, 05:26 AM
You can change your order number next 'number' by going to Help/Troubleshooting and enter a new order number in the order number box.

Regards,

martinrcw
23-Jul-2003, 10:58 AM
thanks