How do I install / display the “hide status” HTML form values?

Below are the forms you will need to add into the 3 template files within your WHMCS template. Please note that we are not responsible for improper template editing and are not responsible for modifying the below templates to fit your template’s design. If you require custom work, please contact your web designer / web developer. We recommend copying the below HTML codes to the bottom of each file.

Products & Services
clientareaproducts.tpl

Change the {$services} variable to {$services2} and then add the following code to where you’d like the form to display.

{$LANG.hide_by_status_hideservicestitle}

{$LANG.hide_by_status_hideservices} {$LANG.hide_by_status_hidependingservices} {$LANG.hide_by_status_hidesuspendedervices} {$LANG.hide_by_status_hideterminatedservices} {$LANG.hide_by_status_hidecancelledservices} {$LANG.hide_by_status_hidefraudservices}

Domains clientareadomains.tpl

Change the {$domains} variable to {$domains2} and then add the following code to where you'd like the form to display.

{$LANG.hide_by_status_hidedomainstitle}

{$LANG.hide_by_status_hidetransferredawaydomains}
{$LANG.hide_by_status_hidedomains} {$LANG.hide_by_status_hidependingdomains} {$LANG.hide_by_status_hidespendingtransfersdomain} {$LANG.hide_by_status_hidecancelleddomains} {$LANG.hide_by_status_hideexpireddomains} {$LANG.hide_by_status_hidegracedomains} {$LANG.hide_by_status_hideredemptiondomains}

Invoices
clientareainvoices.tpl

Change the {$invoices} variable to {$invoices2} and then add the following code to where you'd like the form to display.

{$LANG.hide_by_status_hideinvoicestitle}

{$LANG.hide_by_status_hideinvoices} {$LANG.hide_by_status_hidepaidinvoices} {$LANG.hide_by_status_hiderefundedinstaoices} {$LANG.hide_by_status_hidecancelledinvoices}