1
votes

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.

2

2 Answers

1
votes

Or you can just go to the VirtueMart component Products>Special products (which will show you a check on the products that are placed as "featured".Click on those products,go to their Product Status tab and just uncheck the box which says "On Special"

0
votes

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.