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.='?'; } ?> clean cart
params->get('show_cart_quantity',1)){ $row_count++; ?> params->get('show_cart_price',1)){ $row_count++; ?> params->get('show_cart_delete',1)){ $row_count++; ?> params->get('show_cart_price',1)){ ?> params->get('show_cart_quantity',1)){ ?> params->get('show_cart_delete',1)){ ?> cart_product_price = true; $group = $this->config->get('group_options',0); foreach($this->rows as $i => $row){ if(empty($row->cart_product_quantity)) continue; if($group && $row->cart_product_option_parent_id) continue; ?> "> params->get('show_cart_quantity',1)){ ?> params->get('show_cart_price',1)){ ?> params->get('show_cart_delete',1)){ ?> cart_product_price=false; ?>

row=$this->total; echo $this->loadTemplate(); ?>
product_name; ?>

itemFields)){ foreach($this->itemFields as $field){ $namekey = $field->field_namekey; if(!empty($row->$namekey)){ echo '

'.$this->fieldsClass->getFieldName($field).': '.$this->fieldsClass->show($field,$row->$namekey).'

'; } } } $input=''; if($group){ foreach($this->rows as $j => $optionElement){ if($optionElement->cart_product_option_parent_id != $row->cart_product_id) continue; if(!empty($optionElement->prices[0])){ if(!isset($row->prices[0])) $row->prices[0]->price_value=0; foreach(get_object_vars($row->prices[0]) as $key => $value){ if(is_object($value)){ foreach(get_object_vars($value) as $key2 => $var2){ if(strpos($key2,'price_value')!==false) $row->prices[0]->$key->$key2 +=$optionElement->prices[0]->$key->$key2; } }else{ if(strpos($key,'price_value')!==false) $row->prices[0]->$key+=@$optionElement->prices[0]->$key; } } } ?>

product_name; ?>

cart_product_id.'\').value=qty_field.value;'; echo ''; } } ?>

row=&$row; echo $this->loadTemplate(); ?> <?php echo JText::_('HIKA_DELETE'); ?>
params->get('show_cart_quantity',1)){ ?>

params->get('url');?>/>