Whispar1 Posted March 29, 2013 Share Posted March 29, 2013 Is there a way to change the order reference number that is passed to customers (i.e. in their account screen and order status emails) from the random string to something more meaningful such as OR1001234? Link to comment Share on other sites More sharing options...
NemoPS Posted March 30, 2013 Share Posted March 30, 2013 This is what's used to generate a reference code, you might add a "OR" before it return strtoupper(Tools::passwdGen(9, 'NO_NUMERIC')); It's order.php class, line 1370 (1.5.3.1) Link to comment Share on other sites More sharing options...
Recommended Posts