hostedpanama Posted February 4, 2011 Share Posted February 4, 2011 need to know how you have to change the name of invoice by another name thanks 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted February 5, 2011 Share Posted February 5, 2011 Explain your question a bit more 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 6, 2011 Share Posted February 6, 2011 I think he refers to the name of the pdf invoice which is hard coded with "Invoice.pdf" and can't at this stage be changed. 0 Quote Link to comment Share on other sites More sharing options...
info@kdc.in Posted March 26, 2013 Share Posted March 26, 2013 need to know how you have to change the name of invoice by another name thanks Simply change the value in the Lang file: {whmcs}/lang/____.php eg: I use English, so simple change the following values: $_LANG['clientareacontactsemailsinvoice'] $_LANG['clientareaheader'] $_LANG['invoiceaddcreditdesc2'] $_LANG['invoicenumber'] $_LANG['invoices'] $_LANG['invoicesdatecreated'] $_LANG['invoicesdue'] $_LANG['invoicesinvoicedto'] $_LANG['invoicesinvoicenotes'] $_LANG['invoicesnoinvoices'] $_LANG['invoicesoutstandinginvoices'] $_LANG['invoicestitle'] $_LANG['invoicesview'] $_LANG['ordercompletebutnotpaid'] $_LANG['proformainvoicenumber'] $_LANG['statsdueinvoicesbalance'] $_LANG['upgradeerroroverdueinvoice'] $_LANG['subaccountpermsinvoices'] $_LANG['masspaydescription'] $_LANG['invoicepaymentpendingreview'] $_LANG['domainautorenewinfo'] $_LANG['invoicesintro'] $_LANG['masspayintro'] $_LANG['availcreditbaldesc'] $_LANG['youhaveoverdueinvoices'] $_LANG['overdueinvoicesdesc'] $_LANG['invoicesnoneunpaid'] $_LANG['domainrenewexp'] $_LANG['addfundsdescription'] $_LANG['invoicefilename'] {Avoid Spaces} 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.