Rhysweb Posted June 15, 2019 Share Posted June 15, 2019 Hello Would appreciate if could be advised how to change the "Place an order to get started" link to a different url in Active Products/Services homepage panel? Regards 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 17, 2019 Share Posted June 17, 2019 Hi @Rhysweb On 16/06/2019 at 00:49, Rhysweb said: Would appreciate if could be advised how to change the "Place an order to get started" link to a different url in Active Products/Services homepage panel? by using Language Overrides, you can create new, or edit existing, language strings - in this case, the language string below contains the current link to the cart... $_LANG['clientHomePanels']['activeProductsServicesNone'] = "It appears you do not have any products/services with us yet. <a href=\"cart.php\">Place an order to get started</a>."; the docs page above will walk you through it, but basically you create an "overrides" folder within the /lang folder, and then create a new language .php file (if it doesn't already exist) for each language that your site uses, e.g English, French etc - do not edit the existing original language files as any changes you make will get overwritten during a WHMCS update. 0 Quote Link to comment Share on other sites More sharing options...
Rhysweb Posted June 17, 2019 Author Share Posted June 17, 2019 @brian! Thank you. 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.