Search code examples
joomlavirtuemart

How to remove VirtueMart Featured Products from category browsing page


I have used joomla and virtuemart to build a shopping cart in the following link enter link description here

My problems are:

  1. How to remove feature products in that category browsing page?
  2. How to show feature products in a separate page in a separate menu item?

Thanks.


Solution

  • 1) Featured products can be removed from your browse (category) page by commenting out the line

    //echo $ps_product->featuredProducts(true,10,true);
    

    in the following files (which file depends on which layout you're using)

    /components/com_virtuemart/themes/default/templates/browse/includes/
    
    browse_layouttable.tpl.php
    browse_listtable.tpl.php
    browse_notables.tpl.php
    

    2) I suggest making use of the VirtueMart Featured Products module (mod_virtuemart_featureprod) and loading the module into an article.