Change Order Number for New Shop
From Phoenix Cart User Guide
Revision as of 05:56, 25 March 2021 by PeterRobert (talk | contribs)
Back
FAQ Tips & Tricks
- It can look strange for new customers if your order numbers are very low when you first start your shop.
- The order number can be increased after the first test purchase is made by the shop owner.
- Run the following SQL statement in phpMyAdmin
- Change 1000 to whatever you wish and the next order will have that number.
alter table orders auto_increment = 1000;
- Alternatively in phpMyAdmin, click orders in the list of tables in the left panel.
- Click the operations tab at the top.
- Look in the Table options section.
- Enter the next order number e.g. 1000 in the AUTO_INCREMENT input box.
- Click Go
Phoenix Cart User Guide, like CE Phoenix Cart, is free to use but is maintained by unpaid volunteers.
All other content is the reserved Intellectual Property and Copyright of phoenixcart.org