setLayout('listing_price'); $this->params->set('show_quantity_field', 0); $comp_description = $this->params->get('comp_description'); if(empty($comp_description)){ $this->params->set('comp_description',JText::_('CART_EMPTY')); } ?>
rows)){ echo $this->params->get('comp_description'); }else{ if($this->config->get('print_cart',0)&&JRequest::getVar('tmpl','')!='component'){ ?> rows as $i => $row){ if(empty($row->cart_product_quantity)) continue; if(!empty($row->product_min_per_order)){ if($row->product_min_per_order>$row->cart_product_quantity){ $this->nextButton = false; $app =& JFactory::getApplication(); $app->enqueueMessage(JText::sprintf('YOU_NEED_TO_ORDER_AT_LEAST_X_X',$row->product_min_per_order,$row->product_name)); } } } ?>
coupon) || !empty($this->shipping)){ ?> coupon)){ ?> full_total->prices[0]->price_value_with_tax-$this->full_total->prices[0]->price_value,$this->currencyHelper->getRounding($this->full_total->prices[0]->price_currency_id)); if(!empty($this->shipping)){ ?> rows as $i => $row){ if(empty($row->cart_product_quantity)) continue; ?> "> a

currencyHelper->format(@$this->shipping->shipping_price,$this->shipping->shipping_currency_id); }else{ echo $this->currencyHelper->format(@$this->shipping->shipping_price_with_tax,$this->shipping->shipping_currency_id); } ?>
total->prices[0]->price_value+=$this->shipping->shipping_price; $this->row=$this->total; echo $this->loadTemplate(); ?>
currencyHelper->format(@$this->coupon->discount_value*-1,@$this->coupon->discount_currency_id); ?>
currencyHelper->format($taxes,$this->full_total->prices[0]->price_currency_id); ?>
currencyHelper->format($this->full_total->prices[0]->price_value_with_tax,$this->full_total->prices[0]->price_currency_id); ?>

product_name; ?>

extraFields['item'])){ foreach($this->extraFields['item'] as $field){ $namekey = $field->field_namekey; if(empty($row->$namekey)) continue; echo '

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

'; } }?>

row=&$row; $this->unit=true; echo $this->loadTemplate(); ?> params->get('show_delete',1)){ ?> row=&$row; $this->unit=false; echo $this->loadTemplate(); ?>
params->get('show_quantity')){ ?>