Jump to content

How to avoid showing Bundle Deal! at Product Browse page..?


chamithlkml

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated