Adding Whois Link to Domain Name Queries (standard cart)

resellermaster

New member
After entering the WHMCS installed directory, access the following directory;
templates / orderforms / standard_cart
Open the file below with a code editor;
domainregister.tpl
Search within the file;
1{lang key='orderForm.domainIsUnavailable'}
1{lang key='orderForm.domainIsUnavailable'} <a href="#" class="btn btn-primary" onClick="window.open('whois.php?domain='+$('.domain-unavailable strong').html(),'whois','width=500,height=400,scrollbars=yes');return false">WHOIS</a>
Save
Transaction Completed Successfully
 
Top