![]() |
Look through the email tpl/s you can just add whatever you want infront of the productID part.
You need to change all the subject lines and places where it mentions the order ID. Doing it in the tpl's means it doesn't affect the real numbers in the database. You can also change this in the order history display templates too. |
just run this patch in admin:
Code:
INSERT INTO `xcart_orders` VALUES ( where 12345 is replaced by the number of your choice. The next order id produced by the system will be 12346 Once you have had an order you can delete this entry by running the following patch: Code:
DELETE FROM `xcart_order` WHERE orderid = '12345' |
Great! Thanks to you both for your help. I really appreciate it!
-Midori |
I just went through PHPadmin, found the last order and changed the value. Since it is on auto appending, it goes to the next value after the last one.
30000 = 30001 next |
sounds good. :)
|
All times are GMT -8. The time now is 10:57 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.