invoice_type=='full'){ $fieldsClass = hikashop_get('class.field'); $fields = $fieldsClass->getFields('backend',$this->order,'order'); if(!empty($fields)){ ?> trigger('onAfterOrderProductsListingDisplay', array(&$this->order, 'order_back_invoice')); ?>
displayAddress($this->element->fields,$this->element->billing_address,'order'); ?>
element->order_invoice_number)) { echo JText::_('INVOICE_CUSTOM').': '.$this->element->order_invoice_number; } else { echo JText::_('INVOICE_CUSTOM').': '.@$this->element->order_number; }?>
element->order_invoice_created)) { echo JText::_('DATE_CUSTOM').': '.hikashop_getDate($this->element->order_invoice_created,'%d %B %Y'); } else{ echo JText::_('DATE_CUSTOM').': '.hikashop_getDate($this->element->order_created,'%d %B %Y'); }?>
payment)){ echo JText::_('HIKASHOP_PAYMENT_METHOD_CUSTOM').': '.$this->payment->getName($this->order->order_payment_method,$this->order->order_payment_id); }?>
shipping)){ echo JText::_('HIKASHOP_SHIPPING_METHOD_CUSTOM').': '; if(is_string($this->order->order_shipping_method)) echo $this->shipping->getName($this->order->order_shipping_method, $this->order->order_shipping_id); else echo implode(', ', $this->order->order_shipping_method); }?>


invoice_type=='full'){?> invoice_type=='full'){?> config->get('group_options',0); foreach($this->order->products as $product){ if($group && $product->order_product_option_parent_id) continue; ?> invoice_type=='full'){?> invoice_type=='full'){?> invoice_type=='full'){?> order->order_subtotal - $this->order->order_subtotal_no_vat + $this->order->order_shipping_tax + $this->order->order_payment_tax - $this->order->order_discount_tax,$this->currencyHelper->getRounding($this->order->order_currency_id,true)); if($this->order->order_discount_price != 0){ ?> order->order_shipping_price!=0 || ($this->config->get('price_with_tax') && $this->order->order_shipping_tax!=0)) { ?> order->additional)) { $exclude_additionnal = explode(',', $this->config->get('order_additional_hide', '')); foreach($this->order->additional as $additional) { if(in_array($additional->order_product_name, $exclude_additionnal)) continue; ?> order->order_payment_price != 0 || ($this->config->get('price_with_tax') && $this->order->order_payment_tax != 0)){ ?> config->get('detailed_tax_display') && !empty($this->order->order_tax_info)){ foreach($this->order->order_tax_info as $tax){ ?>
order_product_name;?>

: order_product_code; ?> order->products as $j => $optionElement){ if($optionElement->order_product_option_parent_id != $product->order_product_id) continue; if($optionElement->order_product_price>0){ $display_item_price = true; } } if($display_item_price){ if($this->config->get('price_with_tax')){ echo ' '.$this->currencyHelper->format($product->order_product_price+$product->order_product_tax,$this->order->order_currency_id); }else{ echo ' '.$this->currencyHelper->format($product->order_product_price,$this->order->order_currency_id); } } } if(hikashop_level(2) && !empty($this->fields['item'])){ foreach($this->fields['item'] as $field){ $namekey = $field->field_namekey; if(empty($product->$namekey) && !strlen($product->$namekey)){ continue; } echo '

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

'; } } if($group){ foreach($this->order->products as $j => $optionElement){ if($optionElement->order_product_option_parent_id != $product->order_product_id) continue; $product->order_product_price +=$optionElement->order_product_price; $product->order_product_tax +=$optionElement->order_product_tax; $product->order_product_total_price+=$optionElement->order_product_total_price; $product->order_product_total_price_no_vat+=$optionElement->order_product_total_price_no_vat; ?>

order_product_name; if($optionElement->order_product_price>0){ if($this->config->get('price_with_tax')){ echo ' ( + '.$this->currencyHelper->format($optionElement->order_product_price+$optionElement->order_product_tax,$this->order->order_currency_id).' )'; }else{ echo ' ( + '.$this->currencyHelper->format($optionElement->order_product_price,$this->order->order_currency_id).' )'; } } ?>

config->get('price_with_tax')){ echo $this->currencyHelper->format($product->order_product_price+$product->order_product_tax,$this->order->order_currency_id); }else{ echo $this->currencyHelper->format($product->order_product_price,$this->order->order_currency_id); } ?> order_product_quantity;?> config->get('price_with_tax')){ echo $this->currencyHelper->format($product->order_product_total_price,$this->order->order_currency_id); }else{ echo $this->currencyHelper->format($product->order_product_total_price_no_vat,$this->order->order_currency_id); } ?>
config->get('price_with_tax')){ echo $this->currencyHelper->format($this->order->order_subtotal_no_vat,$this->order->order_currency_id); }else{ echo $this->currencyHelper->format($this->order->order_subtotal_no_vat,$this->order->order_currency_id); } ?>
config->get('price_with_tax')){ echo $this->currencyHelper->format($this->order->order_discount_price*-1.0,$this->order->order_currency_id); }else{ echo $this->currencyHelper->format(($this->order->order_discount_price-@$this->order->order_discount_tax)*-1.0,$this->order->order_currency_id); } ?>
config->get('price_with_tax')){ echo $this->currencyHelper->format($this->order->order_shipping_price,$this->order->order_currency_id); }else{ echo $this->currencyHelper->format($this->order->order_shipping_price-@$this->order->order_shipping_tax,$this->order->order_currency_id); } ?>
order_product_price)) { $additional->order_product_price = (float)$additional->order_product_price; } if(!empty($additional->order_product_price) || empty($additional->order_product_options)) { echo $this->currencyHelper->format($additional->order_product_price, $this->order->order_currency_id); } else { echo $additional->order_product_options; } ?>
config->get('price_with_tax')) { echo $this->currencyHelper->format($this->order->order_payment_price, $this->order->order_currency_id); } else { echo $this->currencyHelper->format($this->order->order_payment_price - @$this->order->order_payment_tax, $this->order->order_currency_id); } ?>
currencyHelper->format($tax->tax_amount,$this->order->order_currency_id); ?>
currencyHelper->format($taxes,$this->order->order_currency_id); ?>
currencyHelper->format($this->order->order_full_price,$this->order->order_currency_id); ?>
$oneExtraField) { ?>
fieldsClass->getFieldName($oneExtraField);?> fieldsClass->show($oneExtraField,@$this->order->$fieldName); ?>