 
        .instant-search-item .detail .price,
.search-page .item-box .add-info,
.manufacturer-page .product-item .add-info {
display: none;
}
Hi, 
Please clarify about which Manufacturer search you are talking about. On which page is it? Give me a hint :)
Hi, 
I know that our demo has not the latest version. We will update it ASAP. But if you download the latest package of the Store Locator plugin I ensure you, that you will have these features.
<p>
<script>// <![CDATA[
(function() {
var script = document.createElement("script");
script.src = "http://www.jscache.com/wejs?wtype=selfserveprop&uniq=593&locationId=253582&lang=en_UK&rating=true&nreviews=5&writereviewlink=true&popIdx=true&iswide=true";
document.body.appendChild(script);
})();
// ]]></script>
</p>
Hi, 
You can get this menu item back, by going to the MegaMenu.cshtml view and somewhere between the other LIs elements add this code:
@Html.Action("TopicBlock", "MegaMenu", new { systemName = "AboutUs", enableDropDown = !isMegaMenuResponsive })<p>JavaScript included in the Quick Tabs should be wrapper in CDATA!</p>
<p>
<script>// <![CDATA[
alert('JavaScript included in the Quick Tabs should be wrapper in CDATA!');
// ]]></script>
</p>