Hey Brett,
Thank you for quick respond and this works like a charm "{$invoice.total|replace:'.00':''}"
It now removes the .00 from XXXX.00
I was just wondering since this is possible, is it even possible to change the currency to show a dot after each thousand such as X.XXX and XX.XXX ?.
And again, thank you so much.
Hi Guys,
I am having issues since WHMCS does not support currencies such as X.XXX and always converts this to XX.00 however i can insert price such as XXXX.00 but i wan´t to remove the ".00" from the price.
Since the files are encoded and i can´t edit them, i was wondering if i could do this by Javascript?. Such as let the javascript find the ".00" and remove it or replace with nothing "" ?.
I really appreciate all help on this one...
Thank you.