WebSite X5Help Center

 
Balus V.
Balus V.
User

The Number Of Orders  en

Autor: Balus V.
Besucht 753, Followers 2, Geteilt 0  
Tags:: 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.

Gepostet am
3 ANTWORTEN
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.

Mehr lesen
Gepostet am von Riccardo P.
Balus V.
Balus V.
User
Autor

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?

Mehr lesen
Gepostet am von 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.

Mehr lesen
Gepostet am von Riccardo P.