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')); } ?>
rows)){ echo $this->params->get('comp_description'); }else{ $row_count = 1; global $Itemid; $url_itemid=''; if(!empty($Itemid)){ $url_itemid='&Itemid='.$Itemid; } ?>
params->get('show_cart_quantity',1)){ $row_count++; ?> params->get('show_cart_price',1)){ $row_count++; ?> params->get('show_cart_delete',1)){ $row_count++; ?> rows as $i => $row){ if(empty($row->cart_product_quantity)) continue; ?> "> params->get('show_cart_quantity',1)){ ?> params->get('show_cart_price',1)){ ?> params->get('show_cart_delete',1)){ ?> params->get('show_cart_price',1)){ ?> params->get('show_cart_quantity',1)){ ?> params->get('show_cart_delete',1)){ ?>
product_name; ?> row=&$row; $this->cart_product_price = true; echo $this->loadTemplate(); ?> remove product

row=$this->total; echo $this->loadTemplate(); ?>
params->get('show_cart_quantity',1)){ ?> params->get('show_cart_proceed',1)){ global $Itemid; echo $this->cart->displayButton(JText::_('PROCEED_TO_CHECKOUT'),'checkout',$this->params,hikashop::completeLink('checkout'.$url_itemid),''); } ?>