Results 1 to 6 of 6

Thread: Remove Red UNPAID from PDF's and invoices

  1. #1
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    3

    Exclamation Remove Red UNPAID from PDF's and invoices

    Hi there

    I have had various versions of WMHCS and currently updated to version 5.

    I need to delete delete the red UNPAID from PDF's and invoices. I have done this before but cant seem to do so this time round and its urgent and clients hate to see it on their invoices.

    Please help,

    Stef

  2. #2
    Join Date
    Sep 2008
    Location
    /home/australia/earth
    Posts
    522

    Default

    Quote Originally Posted by stefk View Post
    I need to delete delete the red UNPAID from PDF's and invoices. I have done this before but cant seem to do so this time round and its urgent and clients hate to see it on their invoices.
    Edit the invoicepdf.tpl file in the template folder that you are using.
    - David

  3. #3
    Join Date
    Dec 2010
    Location
    Cumbernauld, Scotland, UK
    Posts
    731

    Default

    Quote Originally Posted by stefk View Post
    I need to delete delete the red UNPAID from PDF's and invoices. I have done this before but cant seem to do so this time round and its urgent and clients hate to see it on their invoices
    I agree that clients hate to see UNPAID
    However, it reinforces the issue
    I simply reduced the size, the original is too large

  4. #4
    Join Date
    Aug 2009
    Location
    Arklow
    Posts
    12

    Default

    hi guys,

    line 163 in inviocepdf.tpl is : } elseif ($status=="unpaid") {

    just remove the unpaid and save so its: } elseif ($status=="") {

    thats it
    chris
    thank you,
    Christiaan van Twisk
    web; http://www.spiders-webdesign.com

  5. #5
    Join Date
    Mar 2010
    Posts
    3

    Default The simplest way to do remove "Unpaid"

    Quote Originally Posted by stefk View Post
    Hi there

    I have had various versions of WMHCS and currently updated to version 5.

    I need to delete delete the red UNPAID from PDF's and invoices. I have done this before but cant seem to do so this time round and its urgent and clients hate to see it on their invoices.

    Please help,

    Stef
    The simple way to do this is in /lang/english.php - Line #433 - I changed the text "Unpaid" to "Thank You". You could also change it to "Payment Due" or something like that. I agree that the big red "Unpaid" is an unfriendly way to start a business relationship! Cheers!

  6. #6
    Join Date
    Dec 2010
    Location
    Cumbernauld, Scotland, UK
    Posts
    731

    Default

    Quote Originally Posted by vixbow View Post
    I changed the text "Unpaid" to "Thank You"
    I've never seen an invoice with Thank You on it, instead of Unpaid
    Use the method above and simply reduce the text size

    A receipt should say Paid with thanks
    m8internet.com from Manage My Hosting
    Using WHMCS since 11 December 2011, running v5.0.3 since 27 April 2012

Similar Threads

  1. I need to delete the red UNPAID from PDF's and invoices
    By Cape Dave in forum Customisation & Integration Questions
    Replies: 4
    Last Post: 10-17-10, 05:32 PM