Magento Invoice PDF customization -


i trying standard magento invoice pdf:

write grand total amount in words. e.g. if grand total 457.30, able display 4 hundred , fifty 7 point thirty.

i found function: http://www.karlrixon.co.uk/writing/convert-numbers-to-words-with-php/ lets me convert numbers words. can't work. added invoice.php, , tried use it, keeps giving me error =- call undefined function convert_number_to_words().

how work? thanks!


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -