Thank you
]]>I have bought the premium version of you plugin and now I wanted to change the number format, but there are only two options. I need the ‘ for the thousands separator and . as a decimal character, like this: 10’000.00
Could you give me some code I could use for that?
Thanks!
]]>I want to show the number in Indian System of grouping that is – …2,2,2,2,3 instead of 3,3,3,3.
For example, the number 850654963 should be grouped as 85,06,54,963. Is it Possible?
]]>Thanks
]]>$cssRatio = 'padding-bottom:' . $setRatio . '%;';
I propose to change this line to the following:
$cssRatio = 'padding-bottom:' . number_format($setRatio, 2, '.', '') . '%;';
[invoice_year]-[invoice_month]-[invoice_day]-[document_number]-Rechnung [order_number]
[order_number] -> the number from woocommerce
[document_number] -> Number from the invoice
But both of the codes arent working. when i use order_number it shows the ordernumber from woocommerce as well as the number from invoice. i want to seperate them. hope you understand, sorry for my awful english
How to automatically show the “thousands” comma separator in the entry-box as the user types into it? Or is there a plugin add-on that can help with this?
Having the comma separator makes it easier for the user to check if they have entered the correct number.
Ideally, the comma separator is only for display purposes to the user, while the value being submitted is still in the standard number format (without comma) -> 100000000. But if it has to have the comma, ideally it’d be in text format (so that 100,000 doesn’t get submitted as 100)
]]>