Mike4286 Posted January 22, 2016 Share Posted January 22, 2016 Hello, I am looking to edit the Congratulation text after a customer submits a domain request. What is the fie that I need to edit? I would just like to add " Scroll down and click continue " because the top "Click to continue button does nothing. I am using a custom default theme. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted January 22, 2016 Share Posted January 22, 2016 Hello, This would be editable in: /lang/english.php Just search for congratulations in that file. I recommend using language overrides to ensure your changes aren't lost during upgrades: http://docs.whmcs.com/Language_Files#Overriding_Language_Strings 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 22, 2016 Share Posted January 22, 2016 i'd agree about using Language Overrides... but one other thing to be aware of is that the "Comparison" order form (which I think from your image your site is using) is no longer shipped with WHMCS. http://docs.whmcs.com/Version_6.2_Release_Notes Deprecation of old order form templates - As of WHMCS Version 6.2, the Cart, Slider, Comparison and Vertical Steps order form templates will no longer be shipped with new version ofWHMCS. You can continue to use these order form templates, but they will no longer be receiving any updates in future versions of WHMCS. so basically, it should still work today, but might not going forward as WHMCS gets updated... 0 Quote Link to comment Share on other sites More sharing options...
Olusola Adeoti Posted June 4, 2020 Share Posted June 4, 2020 I am using the latest version of whmcs, please how I can I edit the default congratulation message? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 6, 2020 Share Posted June 6, 2020 On 04/06/2020 at 11:57, Olusola Adeoti said: I am using the latest version of whmcs, please how I can I edit the default congratulation message? the answer would still be the same - using Language Overrides to provide alternative text for your chosen language(s). $_LANG['domainavailable1'] = "Congratulations!"; $_LANG['domainavailable2'] = "is available!"; 1 Quote Link to comment Share on other sites More sharing options...
Olusola Adeoti Posted June 7, 2020 Share Posted June 7, 2020 On 6/6/2020 at 12:45 PM, brian! said: the answer would still be the same - using Language Overrides to provide alternative text for your chosen language(s). $_LANG['domainavailable1'] = "Congratulations!"; $_LANG['domainavailable2'] = "is available!"; Thank you. I did that 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.