ineedbr Posted November 2, 2021 Share Posted November 2, 2021 Hi, How do you change the wording on the order summary, We bill with direct debit and do not collect payment on placement of a order. I want to change the wording in the Order Summary from "Total Due Today" to Balance Adrian 0 Quote Link to comment Share on other sites More sharing options...
weelow Posted April 6, 2022 Share Posted April 6, 2022 In your whmcs installation go to /lang/overrides/english.php if the file is not there create it in this location Go to this file and search for "Total Due Today" /lang/english.php it be like this in that file $_LANG['ordertotalduetoday'] = "Total Due Today"; make a copy of the line above and paste it in the file you created here "/lang/overrides/english.php" replace the word "Total Due Today" to "Balance" It should look like this $_LANG['ordertotalduetoday'] = "Balance"; The end result of the file should look like this <?php if (!defined("WHMCS")) die("This file cannot be accessed directly"); $_LANG['ordertotalduetoday'] = "Balance"; 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.