AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: HADY on June 16, 2020, 09:18:34 AM

Title: ORDER NUMBER
Post by: HADY on June 16, 2020, 09:18:34 AM
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??
Title: Re: ORDER NUMBER
Post by: Basara on June 17, 2020, 01:10:46 AM
Hello.

Number do not support spaces or non digits chars
Title: Re: ORDER NUMBER
Post by: HADY on June 17, 2020, 03:21:30 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
Title: Re: ORDER NUMBER
Post by: 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.
Title: Re: ORDER NUMBER
Post by: HADY on June 24, 2020, 05:47:14 AM
You can use number_format($number, 0, '.', ' '); in places, where display invoice and order number. See .tpl files.


Thank you...