chamithlkml Posted March 18, 2015 Share Posted March 18, 2015 Hi, I configured a product bundle via WHMCS admin panel. It shows "Bundle Deal!" at the customer product browse page. Can I remove that or place a custom wording instead bundle deal..? Thanks - Chamith 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 18, 2015 Share Posted March 18, 2015 Hi Chamith, there are two options... if you want to completely hide the Product Bundle so that no one will see it at all in the cart, then in the admin panel, go to... setup -> products/services -> product bundles and untick the "Show in Product Group" checkbox. if you just want to change the "Bundle Deal!" text, then you can use Language Overrides to alter the text shown... http://docs.whmcs.com/Language_Overrides $_LANG['bundledeal'] = "Bundle Deal!"; if you want to remove it, create an overrides directory, and then add the following entry for each language used on your site (detailed instructions are available in the above link). $_LANG['bundledeal'] = ""; the reason for using Language Overrides instead of just editing the language file(s) directly, is because when you upgrade WHMCS, you will overwrite these language files, but the "overrides" directory shouldn't be affected and so your changes will continue after the upgrade. 0 Quote Link to comment Share on other sites More sharing options...
chamithlkml Posted March 20, 2015 Author Share Posted March 20, 2015 Thanks dude. It works. - Chamith 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.