registerTask('browse','category'); $clearCart = vRequest::getInt('clearCart'); if($clearCart){ $cart = VirtueMartCart::getCart(); $cart->emptyCart(); } } public function display($cachable = false, $urlparams = false) { /* if (vRequest::getvar('search')) { $view = $this->getView('category', 'html'); $view->display(); } else {*/ // Display it all $document = JFactory::getDocument(); $viewType = $document->getType(); $viewName = 'category';//vRequest::getCmd('view', $this->default_view); $viewLayout = vRequest::getCmd('layout', 'default'); $view = $this->getView($viewName, $viewType, '', array('layout' => $viewLayout)); $view->assignRef('document', $document); $view->display(); //} if($categoryId = vRequest::getInt('virtuemart_category_id',0)){ shopFunctionsF::setLastVisitedCategoryId($categoryId); } return $this; } } // pure php no closing tag