Hi!
I am trying to arrange the Invoice Start No.: and Order Start No.: to leave a space between numbers as in the screen but it doesn't worked and still showing on the arrival orders the same old parametres. as this: 2020587575 and for invoice as: 235899 What am missing to fix it please??
Hello.
Number do not support spaces or non digits chars
Quote from: Basara on June 17, 2020, 01:10:46 AM
Hello.
Number do not support spaces or non digits chars
Thank you for feedback, What we can edit to make it possible please??
Thanks
You can use number_format($number, 0, '.', ' '); in places, where display invoice and order number. See .tpl files.
Quote from: dvagner on June 17, 2020, 05:08:58 AM
You can use number_format($number, 0, '.', ' '); in places, where display invoice and order number. See .tpl files.
Thank you...