Fully Custom pagetitle or shopping cart on WHMCS , you can change any page title on whmcs.

it's very simple only you need to go to your WHMCS template file and edit your header.tpl and replace your title code to : 

 

<title>



{if $groupname}{$groupname}


{elseif $templatefile eq "configureproduct"}{$LANG.orderconfigure}
{elseif $templatefile eq "viewcart"}{$LANG.cartreviewcheckout}
{elseif $templatefile eq 'checkout'}{$LANG.orderForm.checkout}
{elseif $templatefile eq 'domainregister'}{$LANG.registerdomain}
{elseif $templatefile eq 'configuredomains'}{$LANG.cartdomainsconfig}
{elseif $templatefile eq 'configureproductdomain'}{$LANG.domaincheckerchoosedomain}



{else}{$pagetitle}{/if}


{if $kbarticle.title} - {$kbarticle.title}{/if} - {$companyname}



</title>

Was this answer helpful?

Related Articles

Skip "Choose A Domain... on WHMCS

this is a simple problem to solve.    in the setup for this product, untick the "Require...

Display the year, 2 years or 3 years pricing divide per month on WHMCS

the first step you need go to your Cpanel >> file manager>> go to your Orderform...

Sitepad hooks code to ceate new site 2021

copy this link to Sitepad.php       'uri' =>...

Powered by WHMCompleteSolution