setLayout('listing_price');
$this->params->set('show_quantity_field', 0);
$desc = $this->params->get('msg');
if(empty($desc)){
$this->params->set('msg',JText::_('CART_EMPTY'));
}
if(!headers_sent()){
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
header( 'Cache-Control: post-check=0, pre-check=0', false );
header( 'Pragma: no-cache' );
}
if(empty($this->rows)){
$desc = trim($this->params->get('msg'));
if(!empty($desc)){
echo $this->notice_html; ?>
notice_html;
$row_count = 1;
global $Itemid;
$url_itemid='';
if(!empty($Itemid)){
$url_itemid='&Itemid='.$Itemid;
}
if($this->params->get('small_cart')){
$this->row=$this->total;
if($this->params->get('show_cart_quantity',1)){
$qty = 0;
foreach($this->rows as $i => $row){
if(empty($row->cart_product_quantity)) continue;
$qty+=$row->cart_product_quantity;
}
$text = JText::sprintf('X_ITEMS_FOR_X',$qty,$this->loadTemplate());
}else{
$text = JText::sprintf('TOTAL_IN_CART_X',$this->loadTemplate());
} ?>
params->get('show_cart_delete',1)){
$delete = hikashop_completeLink('product&task=cleancart');
if(strpos($delete,'?')){
$delete.='&';
}else{
$delete.='?';
} ?>