Malith Perera Posted August 24, 2022 Share Posted August 24, 2022 How To Change This Name? 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted August 24, 2022 Share Posted August 24, 2022 (edited) Hey Malith, This can be changed in your lang/english.php file, look for $_LANG['orderhosting'] = "Order Hosting"; Note that this will update the text wherver that language variable is used, if you just want to change it on the homepage, navigate to templates/six/header.tpl and look for <a id="btnOrderHosting" href="{$WEB_ROOT}/cart.php"> <i class="far fa-hdd"></i> <p> {$LANG.orderhosting} <span>»</span> </p> </a> (should be around line 188) Replace {$LANG.orderhosting} with whatever you wish for it to say. Please note that future updates to WHMCS may revert this (though doubtful as six is an old template now). Edited August 24, 2022 by leemahoney3 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted August 24, 2022 Share Posted August 24, 2022 Just on the above, if you do choose to modify the language file, I'd recommend overriding it instead to ensure it's not overwritten in the future: https://developers.whmcs.com/languages/overrides/ 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.