Jump to content

Remove Total Due Today in Checkout


dalex

Recommended Posts

How do I remove (Total Due Today) in the shopping cart at checkout?

if you mean you just want to remove the text, then one option would be to use Language Overrides - don't edit the original language file(s), follow the instructions to create override file(s) for each language you want to change...

 

$_LANG['ordertotalduetoday'] = "Total Due Today";

should be changed to the following in your override file(s)...

 

$_LANG['ordertotalduetoday'] = "";

Link to comment
Share on other sites

It's not working, here's what I did:

 

Inside Lang folder, I created a folder named overrides. Inside overrides folder, I created a file called enlgish.php

 

Inside the english.php file I added:

 

$_LANG['ordertotalduetoday'] = "";

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