X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   First Order ID modifed (https://forum.x-cart.com/showthread.php?t=6181)

shan 11-16-2004 07:43 AM

Re: Can I include alpha ?
 
Quote:

Originally Posted by aschek
Hey Boomer,
I am not an expert, but need to ask you please... is it possible to include ALPHA on this ? Let's say, start the order as ABC1000 then ABC1001 and let only the numbers increase ?

Thanks a lot !!
Alex


Hi, The order id only accepts numbers im afraid. you could always add the extra letters before where it prints on your order etc

CC 11-24-2004 07:26 AM

Nice one, going to run this on 4.0.7 now, hope it still works...

Does anyone know if an Invoice number mod exists for X-Cart?
So an invoice number is created only when the order has succesfully had the payment taken?

So for instance, an invoice number is created only when the order is set to Processed, then it is displayed at the top of the printed invoice...

In the UK the taxman will want to see consecutive invoices, but you wont have that if a customer has cancelled their order, so you cant do this with Order Numbers, it has to be fully consecutive invoice numbers...

Anyway, anyone know about something like this in existance?

Thanks.

clydefrog 11-28-2004 11:29 AM

The mod worked for me. Thanks.

CC - I would not use the order number in substitute of the invoice number that you should be keeping record of separately.

CC 11-28-2004 01:48 PM

How do you mean?

I think you are saying the same as me... :?

I have to have in place to separate number references:

1) Order Number
2) Invoice Number <--- Which must be consecutive for the Tax Man.

TL408 01-18-2005 12:03 PM

Would this "Order ID" mod work for the newest version of X-cart, 4.0.10 ?

Thanks
-Tuan

PhilJ 01-18-2005 12:16 PM

yep, works on any table you want
eg.

ALTER TABLE xcart_orders AUTO_INCREMENT = 0;

ALTER TABLE xcart_categories AUTO_INCREMENT = 0;

ALTER TABLE xcart_products AUTO_INCREMENT = 0;

ALTER TABLE xcart_manufacturers AUTO_INCREMENT = 0;

ALTER TABLE xcart_extra_fields AUTO_INCREMENT = 0;

etc.

TL408 01-18-2005 01:44 PM

Thank you, I appreciate your help. :D

smrtsu 01-24-2005 10:12 AM

Re: First Order ID modifed
 
[quote="B00MER"]
Code:

ALTER TABLE xcart_orders AUTO_INCREMENT = 15000;

Enter this SQL query into Patch/Upgrade SQL Queries box and your next new order # will be 15001.

Question: I can't find Patch/Upgrade - I'm accessing the db using phpMyAdmin. So, would I enter this in the "Run SQL query/queries on database xcart " entry box on the xcart_orders SQL tab?

Thx
Sue

CC 01-24-2005 10:16 AM

Yes.

But patch/upgrade is in your admin of XC, should be simple to find.

smrtsu 01-24-2005 10:35 AM

:oops:

Yes, you are correct, I was making it too difficult, looking in the dir structure - Thanks!


All times are GMT -8. The time now is 04:06 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.