Jump to content

Changing the wording on Order Summary


ineedbr

Recommended Posts

  • 5 months later...

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";

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated