invoice_type=='order'){ $colspan = 3; ?>

element->order_number;?>

config->get('print_invoice_frontend')){ ?>
invoice_type!='order'){?> order->entries)){?>


element->order_created,'%d %B %Y ');?>
invoice_type=='order'){ echo JText::_('HIKASHOP_ORDER'); }else{ echo JText::_(strtoupper($this->invoice_type)); } echo ': '.@$this->element->order_number; ?>
store_address;?>


element->billing_address)){ ?>
element->fields)){ foreach($this->element->fields as $field){ $fieldname = $field->field_namekey; $html=str_replace('{'.$fieldname.'}',$this->fieldsClass->show($field,$this->element->billing_address->$fieldname),$html); } } echo str_replace("\n","
\n",str_replace("\n\n","\n",preg_replace('#{(?:(?!}).)*}#i','',$html))); ?>
element->order_shipping_id) && !empty($this->element->shipping_address)){ ?>
element->fields)){ foreach($this->element->fields as $field){ $fieldname = $field->field_namekey; $html=str_replace('{'.$fieldname.'}',$this->fieldsClass->show($field,$this->element->shipping_address->$fieldname),$html); } } echo str_replace("\n","
\n",str_replace("\n\n","\n",preg_replace('#{(?:(?!}).)*}#i','',$html))); ?>

order->products as $product){ ?> invoice_type=='order' && !empty($product->files)){ ?>
invoice_type=='order' && !empty($product->product_id)){ ?>

order_product_name; ?>

invoice_type=='order' && !empty($product->product_id)){ ?> View invoice_type=='order'){ ?>

fields['item'])){ foreach($this->fields['item'] as $field){ $namekey = $field->field_namekey; echo '

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

'; } }?>

order_status_download_ok || bccomp($product->order_product_price,0,5)==0){ $html = array(); foreach($product->files as $file){ if(empty($file->file_name)){ $file->file_name = $file->file_path; } $fileHtml = ''; if(!empty($this->download_time_limit) && ($this->download_time_limit+$this->order->order_created)download_number_limit) && $this->download_number_limit<=$file->download_number){ $fileHtml = JText::_('MAX_REACHED_NO_DOWNLOAD'); } if(empty($fileHtml)){ $fileHtml = 'Download'; if(!empty($this->download_time_limit))$fileHtml .= ' / '.JText::sprintf('UNTIL_THE_DATE',hikashop::getDate($this->order->order_created+$this->download_time_limit)); if(!empty($this->download_number_limit))$fileHtml .= ' / '.JText::sprintf('X_DOWNLOADS_LEFT',$this->download_number_limit-$file->download_number); }else{ $fileHtml = $file->file_name .' '.$fileHtml; } $html[]=$fileHtml; } echo implode('
',$html); } ?>
currencyHelper->format($product->order_product_price,$this->order->order_currency_id);?> order_product_quantity;?> currencyHelper->format($product->order_product_total_price_no_vat,$this->order->order_currency_id);?>
currencyHelper->format($this->order->order_subtotal_no_vat,$this->order->order_currency_id); ?>
currencyHelper->format($this->order->order_subtotal-$this->order->order_subtotal_no_vat,$this->order->order_currency_id); ?>
currencyHelper->format($this->order->order_discount_price*-1.0,$this->order->order_currency_id); ?>
currencyHelper->format($this->order->order_shipping_price,$this->order->order_currency_id); ?>
currencyHelper->format($this->order->order_full_price,$this->order->order_currency_id); ?>
fields['entry'])){ foreach($this->fields['entry'] as $field){ echo ''; } } ?> order->entries as $entry){ ?> fields['entry'])){ foreach($this->fields['entry'] as $field){ $namekey = $field->field_namekey; echo ''; } } ?>
'.$this->fieldsClass->trans($field->field_realname).'
'.$this->fieldsClass->show($field,$entry->$namekey).'