Place this in the product.php page before <?php include "vsadmin/inc/incproducts.php" ?> where the number there is the category number for the cat you want to hide the prices on.
<!-- begin hide price for one category --> <?php if(getget('cat')=='2'){$noprice=TRUE;}?> <!-- end hide price for one category -->
NOTE - The prices will still show on the product detail pages.
and then using the quick entry drop down in your product admin choose custom css and in the field add 'noprice' without the quotes for any products you don't wish to display prices
Hello all! The first solution is helpful and really I do not see price of products in specific category. But how to disappear prices of specific category in shopping cart? Is this solution:
disappear prices of specific products or also can configure specific category?
This solution will hide prices for any product you add the custom css 'noprice' to, so if you have a specific category where you want to hide prices you would add the custom css to each product in that category using the quick entry feature in the product admin.