blauwfruit / PrestaShop-Order-Reference

PrestaShop module that customizes the order reference of an order.
24 stars 6 forks source link

Random number [feature request] #9

Open saper-2 opened 2 years ago

saper-2 commented 2 years ago

Hello,

I'd like to ask for for adding this option.

I found PS module Gmnumeric (by Daresh from PS forum) , he use:

$lenleft = 9 - $prefixlen;
$ref = Tools::passwdGen($lenleft, 'NUMERIC');
muyncky commented 2 years ago

That seems like a nice feature! We might work on this.

If you have something working yourself, you can make pull request!