Remove price from searchanise widget

I have several products that have a $0.00 price and don't want the price to show up in the search widget.



Is there anyway to remove the price from the searchanise search widget results?

[quote name='salvag' timestamp='1366481491' post='160318']

I have several products that have a $0.00 price and don't want the price to show up in the search widget.



Is there anyway to remove the price from the searchanise search widget results?

[/quote]



Hello,



The easiest way to hide the price, is using a custom CSS rule.



Use the My changes add-on ins CS-Cart to add the following rule:



.snize-price{

display:none !important;

}



This way, price will be hidden in the instant search widget.



You can see the examples of other CSS modifications in the CS-Cart docs.

How to make Searchanise to show prices including catalog promotions (discounts)?

Hello,

Does anybody know how to add Availability (In Stock / Out of Stock) to Searchanise results list?

At this moment it shows only Thumbnail, Product Name, Description and Price.



Our shop has more products Out of Stock than In Stock, so our users MUST SEE if the products are in stock or not BEFORE they click on them! Without this option, for our clients, Searchanise is rather annoying than helpful…



Please, if anybody can help, give me a hint! I can't use this add-on without this option…

Thank you!



PS

-I am 100% sure that “Show product availability” it's a Must Have option in Configure widget, and should be included ASAP!