asheroto Posted April 5, 2020 Share Posted April 5, 2020 Hey all, Instead of it saying Annually, Biennially, etc, is there a way to change it to say "per year", "2 years", etc? Thank you, asheroto 1 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 6, 2020 Share Posted April 6, 2020 On 05/04/2020 at 02:44, asheroto said: Instead of it saying Annually, Biennially, etc, is there a way to change it to say "per year", "2 years", etc? use Language Overrides $_LANG['orderpaymenttermannually'] = "Annually"; but in your overrides/english.php file... $_LANG['orderpaymenttermannually'] = "per year"; the golden rule is to never edit the existing language files (as they will get overwritten during a WHMCS update) - use language overrides instead (the above docs page should walk you through the required s steps). 2 Quote Link to comment Share on other sites More sharing options...
asheroto Posted April 6, 2020 Author Share Posted April 6, 2020 Thanks Brian! 0 Quote Link to comment Share on other sites More sharing options...
SalVirji Posted October 25, 2021 Share Posted October 25, 2021 Thank you very much Brian :) 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.