WebSite X5Help Center

 
Greg B.
Greg B.
User

Customise the order number  en

Autor: Greg B.
Visitado 850, Seguidores 2, Compartilhado 0  

Can i customise the sequential order number of a customer order so has a prefix and numbering that has relevance to my business

Publicado em
4 RESPOSTAS - 1 CORRIGIR
Axel  
Axel  
User
Usuário do mês FR

Hello Greg,

Yes you can.

Put this code into the code tab for the SEO section step 1 before the closing </HEAD>

<script type="text/javascript">

x5engine.boot.push(function () {
x5engine.cart.manager.settings({
"order_no_format": "AFS-[yy]-[0-9][0-9][0-9][0-9][0-9]"
});
}, false, "last");
</script>

Enjoy!
Axel

Ler mais
Publicado em de Axel  
Greg B.
Greg B.
User
Autor

Hi Axel -

Thank you for that.  Before i give it a try, I should have been more specific.

Invoice is a LadderZone sale and i would like the prefix to be "LZ" followed by sequential numbering beginning at 002000 as it distingushes sales from a previous website 

Can i assume that the the code "AFS-[yy]-[0-9][0-9][0-9][0-9][0-9]" can be my choosing?

Can "AFS" be "LZ" and leave [yy] out. How would i get it to start at 002000 or does it have to begin all zeros

i.e LZ002000, LZ002001, LZ002002 etc. 

Thanks Greg

Ler mais
Publicado em de Greg B.
Axel  
Axel  
User
Usuário do mês FR

Hello,

Yes you can change the AFS by LZ. But the number cannot be sequential and only randomized...(I think).
Because to be sequential you need to memorize somewhere the last number used.

You can try.

May be other user has a solution to do that !

Allo ... other user, are you there ?

Enjoy!
Axel

Ler mais
Publicado em de Axel  
Greg B.
Greg B.
User
Autor

Thanks Axel - ill give it a go

Ler mais
Publicado em de Greg B.