dannyaston Posted November 25, 2013 Share Posted November 25, 2013 Hi All, I have tied to modify my configureproduct.tpl to remove the NS1 and NS2, I have done this in the past with no problems, but for some reason this time after a WHMCS upgrade it just wont show the changes on my site!. This is what I have placed in my code: {if $productinfo.type eq "server"} <p><strong>{$LANG.cartconfigserver}</strong></p> <div class="orderbox"> <table> <tr><td> <input type="hidden" name="hostname" size="1" value="1GBiT.SSDapp.com" /> <input type="hidden" name="ns1prefix" size="1" value="1GBiT.SSDapp.com" /> <input type="hidden" name="ns2prefix" size="1" value="1GBiT.SSDapp.com" /> <tr><td>{$LANG.serverrootpw}:</td><td><input type="password" name="rootpw" size="20" value="{$server.rootpw}" /></td></tr> </td></tr> </table> </div> {/if} I have modified the following file: /client/templates/orderforms/verticalsteps/configureproduct.tpl But for some reason it still shows like this: Any help would be much appreciated Danny 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 25, 2013 Share Posted November 25, 2013 have you tried cleaning the templates_c folder or emptying your browser cache ? when I look at your site, i'm not seeing the nameserver boxes, but I can see the above code in the source. 0 Quote Link to comment Share on other sites More sharing options...
dannyaston Posted November 25, 2013 Author Share Posted November 25, 2013 Hi, Thanks for the reply, in case anyone else has the same issues it was because I accidentally replaced the configureproduct.tpl with an old version from my previous install. I had to re-upload the newer version then re-edit the file. Cheers, Danny 0 Quote Link to comment Share on other sites More sharing options...
druptech Posted November 26, 2013 Share Posted November 26, 2013 Same with me, Its not working in new version 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.