The Number Of Orders
Автор: Balus V.
Просмотрено 832,
Подписчики 2,
Размещенный 0
This postsuggestedone problemthat isnot addressed.
http://answers.websitex5.com/post/5041
When I addthis script
<script>
x5engine.imCart.settings.order_no_format = "[yy][mm][dd][A-Z][A-Z][0-9][0-9]"
</script>
order numberis generatedat the endwhere thetwo equalnumbers.At the same timeitgeneratesdifferentletters.Whywhen you enter[0-9][0-9] notgeneratetwo different numbers?
That wouldsolvemy problem.I needtoonly numericorder numberandhad moreoptionsevery day.Howit worksnow, so Iat 10matchesordersorder numberin about3 cases.
Размещено
Hi Balus,
if you need only number you have set this:
<script>
x5engine.imCart.settings.order_no_format = "[0-9][0-9][0-9][0-9]"
</script>
but the numbers are randoms and it possible receive the order with the same number.
My suggestion is to leave the data so we can organize the order.
Автор
If I enter this, so I generate four identical numbers. For example, 3333, 5555, 9999. If it would generate any other, so everything is in order. It is a mistake or is it the intention?
Hi Balus,
try to insert a "letter" in the order number,
we will verifyit and if need tosolveit in the future update of the program.