Hướng dẫn cách Xóa trường Mật khẩu Gốc và NS1 khi đặt hàng trên WHMCS
Remove Password From Order Form and send Password via Email to clients
Mở chỉnh sửa file sau đây /templates/orderforms/*your child template*/configureproduct.tpl
Tìm đoạn code sau:
<input type="password" name="rootpw" class="form-control" id="inputRootpw" value="{$server.rootpw}">
Thay bằng:
<input type="hidden" name="rootpw" class="form-control" id="inputRootpw" value="NA">
Tìm tiếp đoạn sau:
<input type="text" name="ns1prefix" class="form-control" id="inputNs1prefix" value="{$server.ns1prefix}" placeholder="ns1">
Thay bằng:
<input type="hidden" name="ns1prefix" class="form-control" id="inputNs1prefix" value="ns1" placeholder="ns1">
Kết quả sau cùng như sau:
Xem demo trực tiếp tại đây