cseamiya Posted November 22, 2018 Share Posted November 22, 2018 Hi Team, in German language there is a url which is redirect me to 404 page. how to chnage the url and from which tpl file i will change that. please let me. https://www.example.com/submitticket.php but i should be : https://www.idswebhosting.com/client/submitticket.php Note: Image attached 0 Quote Link to comment Share on other sites More sharing options...
wp4all Posted November 23, 2018 Share Posted November 23, 2018 Hi @cseamiya, which version are you using? Under Version 7.6.1 Template six my view is different : The Template - File you search is in ./whmcs/templates/orderforms/standard_cart (could be different) close to Line 275, you should be able to find the code <div class="col-md-6"> <div class="domain-promo-box"> <div class="clearfix"> <i class="fas 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> in the german.php you should search for: $_LANG['orderForm']['extendExclusions'] = "Ein Transfer ist für kürzlich verlängerte oder kürzlich geänderte gTLDs nicht möglich. Wenn Sie unsicher sind, ob Ihre Domain transferiert werden kann, erkundigen Sie sich bitte bei unserem <a href='/submitticket.php'>Support</a>."; Here is the URL --> <a href='/submitticket.php'>Support</a> Greetings Christian 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 23, 2018 Share Posted November 23, 2018 just to add one little thing to what Christian correctly replied, you shouldn't edit the original language file (as it would get overwritten during a WHMCS automatic update) - you should create a Language Overrides and modify the string in that file instead. 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.