View Single Post
  #9  
Old 06-04-2017, 10:08 AM
 
dr_killer_uk dr_killer_uk is offline
 

Advanced Member
  
Join Date: Feb 2017
Posts: 73
 

Default Re: Green drop down info bar

Here is how to hide it.

Go to "Look & Feel" -> "Custom JS", enable it and add the following code:
Code:
TopMessages.prototype.messageHandler = function (text, type) { if (type != MESSAGE_INFO) { this.addRecord(text, type); } };

Looks so much better with out it! Now you just see the item fly into the cart with out the big green box telling you it just went it the cart lol.
Just so you know it hides it for everything though including errors.
__________________
X-Cart
Business 5.3.6.8

Last edited by qualiteam : 06-04-2017 at 10:42 PM.
Reply With Quote