Signup Process

From TheHostingTool Wiki
Revision as of 05:35, 21 February 2010 by Zzbomb (talk | contribs) (Created page with '== Step One - Choose Type/Package == === Domain/Subdomain: === User selects to have a domain or sub-domain. Default: Domain. This can be changed in the file: /root/includes…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Step One - Choose Type/Package

Domain/Subdomain:

User selects to have a domain or sub-domain.


Default: Domain.

This can be changed in the file: /root/includes/tpl/orderform.tpl

on lines 176-177 change

<option value="dom" selected="selected">Domain</option>
<option value="sub">Subdomain</option>

to

<option value="dom">Domain</option>
<option value="sub" selected="selected">Subdomain</option>