View Single Post
  #22  
Old 02-13-2005, 06:17 PM
 
jorval jorval is offline
 

Newbie
  
Join Date: Apr 2004
Posts: 2
 

Default Alternative

Hi there

My first post here, so please dont kill me

Here is an alternative to increasing the order id.

Make a fake order and keep in mind the order id of this order (let it be '6').

Execute the MySQL patch thru the 'APPLY MYSQL PATCH' SECTION of the 'Upgrade/Patch' part of the 'Adminiatration' menu in admin area:

1. Scroll down the "Patch/Upgrade center" page and find the "Apply SQL patch" section.
2. Enter the patch text:
Code:
update xcart_orders set orderid=801219 where orderid=6;

into "Query(ies):" text area and push the "Apply" button.

So, the next order will be numbered as order #801220

Hope this is useful.
Reply With Quote