how many order statuses can i have in my store? i am using cs-cart 4.2.4 ultimate.
is there any limit on number of order statuses or no limit?
dunno but i use 10
[quote name='nonu_don' timestamp='1424085932' post='205453']
how many order statuses can i have in my store? i am using cs-cart 4.2.4 ultimate.
is there any limit on number of order statuses or no limit?
[/quote]
Hi nonu_don!
CS-Cart doesn't have any limit for order statuses number.
[quote name='Alt-team' timestamp='1424096288' post='205471']
Hi nonu_don!
CS-Cart doesn't have any limit for order statuses number.
[/quote]
Actually, they are limited by A-Z letters
my store already have A-Z order statuses… when i try to make i get service unavailable error… anyway to fix this and help me make more number of statuses…
The DB schema defines a 'status' as a char(1) and since the tables use utf-8 collation (8 bit characters), this would imply any value between 0-127. I believe the Admin UI limits this to the 26 characters of A-Z (note that N and one other one I can't remember right now are reserved/hidden). But if you removed the limitation in the Admin UI, I would still stay between A-Z and a-z (52 values) so they look consistent. If you need more than 26 statuses, it must be really confusing to know what's going on in your store.