Customise the order number
Auteur : Greg B.
Visité 1206,
Followers 2,
Partagé 0
Can i customise the sequential order number of a customer order so has a prefix and numbering that has relevance to my business
Posté le
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
Auteur
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
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
Auteur
Thanks Axel - ill give it a go