aknight Posted June 12, 2017 Share Posted June 12, 2017 Can someone please tell me where I go to edit the 2 small boxes on the bottom of the tld list? Add Web Hosting & Transfer your domain to us -Allan 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 12, 2017 Share Posted June 12, 2017 domainregister.tpl 0 Quote Link to comment Share on other sites More sharing options...
aknight Posted June 12, 2017 Author Share Posted June 12, 2017 Thanks for the reply Brian, but i can't find them in domainregister.tpl 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 12, 2017 Share Posted June 12, 2017 they're towards the end of the domainregister.tpl template file... <div class="row"> <div class="{if $domainTransferEnabled}col-md-6{else}col-md-8 col-md-offset-2{/if}"> <div class="domain-promo-box"> <div class="clearfix"> <i class="fa fa-server fa-4x"></i> <h3>{lang key='orderForm.addHosting'}</h3> <p class="font-bold text-warning">{lang key='orderForm.chooseFromRange'}</p> </div> <p>{lang key='orderForm.packagesForBudget'}</p> <a href="cart.php" class="btn btn-warning"> {lang key='orderForm.exploreNow'} </a> </div> </div> {if $domainTransferEnabled} <div class="col-md-6"> <div class="domain-promo-box"> <div class="clearfix"> <i class="fa fa-globe fa-4x"></i> <h3>{lang key='orderForm.transferToUs'}</h3> <p class="font-bold text-primary">{lang key='orderForm.transferExtend'}*</p> </div> <a href="cart.php?a=add&domain=transfer" class="btn btn-primary"> {lang key='orderForm.transferDomain'} </a> <p class="small">* {lang key='orderForm.extendExclusions'}</p> </div> </div> {/if} </div> 0 Quote Link to comment Share on other sites More sharing options...
aknight Posted June 12, 2017 Author Share Posted June 12, 2017 It i the text within the promo boxes that I wish to edit. -Allan 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 13, 2017 Share Posted June 13, 2017 Hi Allan, It i the text within the promo boxes that I wish to edit. if you only want to change the text, then use Language Overrides to modify the language string(s) used - don't edit the original language files. $_LANG['orderForm']['addHosting'] = "Add Web Hosting"; 0 Quote Link to comment Share on other sites More sharing options...
aknight Posted June 13, 2017 Author Share Posted June 13, 2017 That did the trick, thank you again Brian. 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.