setLayout('listing_price'); $this->params->set('show_quantity_field', -1); $desc = $this->params->get('comp_description'); if(empty($desc)){ $this->params->set('comp_description',JText::_('CART_EMPTY')); } if(JRequest::getWord('tmpl','')=='component'){ header( 'Cache-Control: no-store, no-cache, must-revalidate' ); header( 'Cache-Control: post-check=0, pre-check=0', false ); header( 'Pragma: no-cache' ); } if(JRequest::getVar('option','')=='com_hikashop' && JRequest::getVar('ctrl')=='checkout'){ // display nothing on the checkout }else{ // display the normal cart page ?>