WebSite X5Help Center

 
Balus V.
Balus V.
User

The Number Of Orders  en

Автор: Balus V.
Просмотрено 832, Подписчики 2, Размещенный 0  
Тэги: number,order

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.

Размещено
3 Ответы
Incomedia
Riccardo P.
Incomedia

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.

Читать больше
Размещено От Riccardo P.
Balus V.
Balus V.
User
Автор

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?

Читать больше
Размещено От Balus V.
Incomedia
Riccardo P.
Incomedia

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.

Читать больше
Размещено От Riccardo P.