Skip to content
Sri Lanka · Colombo · GlobalMon–Fri, 09:00–18:00 IST
Web Design 1 min read

Remove featured products and recently viewed products from Joomla Virtuemart category browse page

go to: component/com_virtuemart/themes/browse/includes edit one of this files depending of what you have selected in layout style.

A
Written by
Admin
15 views
Share:
go to: component/com_virtuemart/themes/browse/includes edit one of this files depending of what you have selected in layout style. browse_listtable.tpl.php browse_layouttable.tpl.php browse_notables.tpl.php Comment out following lines. echo $ps_product->featuredProducts(true,10,true); echo $recent_products; It should look like this now // echo $ps_product->featuredProducts(true,10,true); // echo $recent_products;
Share:

Related Articles

Comments (0)

Log in or sign up to leave a comment.

No comments yet. Be the first to share your thoughts!