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?
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?
Comment