- nano /var/www/html/whmcs/templates/orderforms/[your_cart]/ configureproduct.tpl
- cari command di bawah ini :
<div class="form-group">
<label for="inputHostname">{$LANG.serverhostname}</label>
<input type="text" name="hostname" class="form-control" id="inputHostname" value="{$server.hostname}" placeholder="hostname beserta FQDN">
<small class="form-text text-muted">
Masukkan nama hostname yang diinginkan (bukan nama domain).<br>
Contoh: 'node01.namadomain.co.id' atau 'server.namadomain.id'
</small>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="inputRootpw">{$LANG.serverrootpw}</label>
<input type="password" name="rootpw" class="form-control" id="inputRootpw" value="{$server.rootpw}" placeholder="wajid 12 karakter">
<small class="form-text text-muted">
Bukan password root login VPS.
</small>
</div>
</div>
atau bisa mengakses toturial dari link di bawah ini :
https://whmcs.community/topic/294385-remove-password-from-order-form-and-send-password-via-email-to-clients/
https://requests.whmcs.com/idea/remove-password-from-order-form
Komentar
Posting Komentar