Web Hosting Talk







View Full Version : can anyone help me configure whmcs template


Flumps
10-07-2009, 03:53 PM
Hi guys,

im trying to remove...

register domain and transfer domain from the order / cart area because I dont provide domain registrations or provide ability to transfer domains.

can anyone help / guide me.

whmcs wiki doesnt actually provide much info other than the fact...download default folder rename it to your chosen name and play with the files...doesnt really help.

bear
10-07-2009, 04:02 PM
I'm guessing, but:
One would assume that removing these from the "configureproductdomain.tpl" template file would do it? The whole "if" blocks, not just that line.
{if $registerdomainenabled}
{if $transferdomainenabled}

But, if they are dependent on enabling transfers and registrations in the back end, why would they be showing if you've disabled those?

Flumps
10-07-2009, 05:09 PM
I'm guessing, but:
One would assume that removing these from the "configureproductdomain.tpl" template file would do it? The whole "if" blocks, not just that line.
{if $registerdomainenabled}
{if $transferdomainenabled}

But, if they are dependent on enabling transfers and registrations in the back end, why would they be showing if you've disabled those?

hey bear,

thanks for the help...i'll give it ago...

ive not disabled anything so far, just want to try and cut it out from the design i.e I dont want to give the user an option to register a domain, as im actually using whmcs for somthing slightly different then registering / transfer domains.

01globalnet
10-08-2009, 01:59 AM
I believe if you disable domain registration / transfers in the admin and disable any registrar, these options should not be displayed.

eswete
10-08-2009, 02:15 AM
thanks for sharing. Very nice information

Flumps
10-08-2009, 04:37 AM
I believe if you disable domain registration / transfers in the admin and disable any registrar, these options should not be displayed.


ah yes its all sorted now this done the trick. thank you. didnt see these settings before.

if anyone else is after the same its under general settings then read through the tabs.

bear
10-08-2009, 07:58 AM
ah yes its all sorted now this done the trick.
If only someone had mentioned that sooner! :think: :P
But, if they are dependent on enabling transfers and registrations in the back end, why would they be showing if you've disabled those?