Kulmani Posted July 27, 2015 Share Posted July 27, 2015 Hi There! I want to the change the name of Invoice to Bill because of the ROC requirements in India. (The final paid PDF invoice which goes to customer after the payment received) Could anyone assist me on that . Thanks in anticipation Shrishti 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 27, 2015 Share Posted July 27, 2015 Hi Shrishti, you'll need to use Language Overrides to modify the language used. http://docs.whmcs.com/Language_Overrides the above page tells you how to do it in detail, but as an example, if you are using English, then you'd need to open lang/english.php and find the reference to "Invoice" that you wish to modify... e.g, if you wanted to change invoice number it would be... $_LANG['invoicestitle'] = "Invoice #"; you would then create an "overrides" folder, add a new blank file inside it called english.php and add the following... <?php $_LANG['invoicestitle'] = "Bill #"; there are many references to invoice in the english.php file - some will be used by the invoice template, others will be used in the client area. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.