input; //error_log( $jinput->get('option', 'default_value', 'filter')); //phpinfo(); if ($jinput->get('option', 'default_value', 'filter')=="com_hikashop"){ $this->setLayout('listing_price_minicart');//andere preise wegen bug irgendwo //$this->params->set('small_cart', 1); $this->params->set('show_quantity_field', 0); $desc = $this->params->get('msg'); if(empty($desc)) { $this->params->set('msg',JText::_('CART_EMPTY')); } $absLink = $_SERVER['DOCUMENT_ROOT']; $b=include_once($absLink.'/buphp/shop/calc.php');//••bunmod pop up für quantity rendern 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; ?>
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; // $min=$row->cart_product_quantity $qty+=1; // nur die rows zählen //ceil($row->cart_product_quantity/10); } // $qty=$qty;//••bunmod $text = JText::sprintf('%s','( '.$qty.' )',$this->loadTemplate());//••bunmod }else { $text = JText::sprintf('TOTAL_IN_CART_X',$this->loadTemplate()); } ?>
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.='?'; } ?>
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; $proddesc=$row->product_description; $b=cleanedname(&$prodname,&$format,&$proddesc,&$style,&$edition,&$editionicon,&$packicon,&$formaticon,&$x,&$y); // error_log("---------".productlisturlfromprodname(familynamefromprodname($row->product_name))); ?> '.$prodname.''; echo " ".$style.$edition; echo '

'; if(hikashop_level(2) && !empty($this->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; // $this->iscart=true; echo $this->loadTemplate(); ?> <?php echo JText::_('HIKA_DELETE'); ?>
params->get('show_cart_quantity',1)) { ?> params->get('show_cart_proceed',1)) { echo $this->cart->displayButton('Show Cart','checkout',$this->params,hikashop_completeLink('checkout'.$url_itemid),''); } ?>
input; if($jinput->get('tmpl', 'default_value', 'filter')=='component') { exit; } } ?>