Jump to content

Cart enable/check by default options DNS Management & Email Forwarding


Ramsey

Recommended Posts

Hello,

I would like to enable/check by default the DNS Management & Email Forwarding option in the cart. Support directed me to templates/orderforms/standard_cart/configuredomains.tpl. Could someone give me direction.

Thanks for the help,

Ramsey

Cart Enable by Default DNS Management & Email Forwarding.png

Link to comment
Share on other sites

16 hours ago, Ramsey said:

I would like to enable/check by default the DNS Management & Email Forwarding option in the cart. Support directed me to templates/orderforms/standard_cart/configuredomains.tpl. Could someone give me direction.

if you're going to do it in the template, then it's just a case of changing....

<input type="checkbox" name="dnsmanagement[{$num}]"{if $domain.dnsmanagementselected} checked{/if} />

to...

<input type="checkbox" name="dnsmanagement[{$num}]" checked />

and then repeat the same process with the similar emailforwarding line.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated