Skip to content

Web DeSIGN & Development Blog

How to create a Joomla 1.5 Custom 404 Error Page

Joomla! CMS uses the templates/system/error.php file to handle several HTTP Status errors, including “403 Forbidden”, “404 Not Found”, and “500 Internal Server” Errors. You may style the error results by
Read More

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. 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
Read More