messir Posted December 13, 2014 Share Posted December 13, 2014 When I add product for 1 or 2 years it show price: Annually (1 year) Biennially (2 year) Any way to change it on 1 Year, 2 Year ? Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 13, 2014 Share Posted December 13, 2014 the quick way would be to use Language Overrides.. http://docs.whmcs.com/Language_Overrides create an "Overrides" directory in the lang directory; create a new language file inside that directory, e.g english.php and add the following code inside it and save... <?php $_LANG['orderpaymenttermannually'] = "1 Year"; $_LANG['orderpaymenttermbiennially'] = "2 Years"; repeat for any other language that you want to change these billing cycle names. 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.