Jump to content

Bilal Sheikh

Retired Forum Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bilal Sheikh

  1. Find the line: <input type="text" name="ns1prefix" class="form-control" id="inputNs1prefix" value="{$server.ns1prefix}" placeholder="ns1"> Replace the line with: <input type="text" name="ns1prefix" class="form-control" id="inputNs1prefix" value="ns1"> Find the line: <input type="text" name="ns2prefix" class="form-control" id="inputNs2prefix" value="{$server.ns2prefix}" placeholder="ns2"> Replace the line with: <input type="text" name="ns2prefix" class="form-control" id="inputNs2prefix" value="ns2">
  2. Edit the file at /templates/orderforms/standard_cart/configureproduct.tpl Find the line: <input type="text" name="ns1prefix" class="form-control" id="inputNs1prefix" value="{$server.ns1prefix}" placeholder="ns1"> Replace the line with: <input type="text" name="ns1prefix" class="form-control" id="inputNs1prefix" value="ns1"> Find the line: <input type="text" name="ns2prefix" class="form-control" id="inputNs2prefix" value="{$server.ns2prefix}" placeholder="ns2"> Replace the line with: <input type="text" name="ns2prefix" class="form-control" id="inputNs2prefix" value="ns2">
×
×
  • 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