','
','
'),$config->get('store_address','')); ?>
order_invoice_number)) $order->order_invoice_number = $order->order_number; ?>
order_invoice_number; ?>
order_created,'%d %B %Y ');?>
$oneAddress)) continue; ?>
$oneAddress->address_company)) echo $order->$oneAddress->address_company.'
'; echo $order->$oneAddress->address_title.' '.$order->$oneAddress->address_firstname.' '.$order->$oneAddress->address_lastname.'
'; echo $order->$oneAddress->address_street.'
'; echo $order->$oneAddress->address_post_code.' '.$order->$oneAddress->address_city.' '.$order->$oneAddress->address_state.'
'; echo $order->$oneAddress->address_country.'
'; if(!empty($order->$oneAddress->address_telephone)) echo JText::sprintf('TELEPHONE_IN_ADDRESS',$order->$oneAddress->address_telephone).'
'; if(!empty($order->$oneAddress->address_vat)) echo JText::_('VAT_NUMBER').' : '.$order->$oneAddress->address_vat.'
'; ?>
getFields('frontcomp',$null,'item'); } $group = $config->get('group_options',0); foreach($order->products as $product){ if($group && $product->order_product_option_parent_id) continue; ?> order_subtotal-$order->order_subtotal_no_vat; if(!empty($order->order_discount_code)){ ?> order_shipping_method)){ ?> additional)) { $exclude_additionnal = explode(',', $config->get('order_additional_hide', '')); foreach($order->additional as $additional) { if(in_array($additional->name, $exclude_additionnal)) continue; echo ''; } } if($taxes != 0){ if($config->get('detailed_tax_display') && !empty($order->order_tax_info)){ foreach($order->order_tax_info as $tax){ ?> order_payment_method) && $order->order_payment_price != 0){ ?>
order_product_name; if($group){ $display_item_price=false; foreach($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($config->get('price_with_tax')){ echo ' '.$currencyHelper->format($product->order_product_price+$product->order_product_tax,$order->order_currency_id); }else{ echo ' '.$currencyHelper->format($product->order_product_price,$order->order_currency_id); } } } if(!empty($fields['item'])){ foreach($fields['item'] as $field){ $namekey = $field->field_namekey; if(empty($product->$namekey)) continue; echo '

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

'; } } if($group){ foreach($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($config->get('price_with_tax')){ echo ' ( + '.$currencyHelper->format($optionElement->order_product_price+$optionElement->order_product_tax,$order->order_currency_id).' )'; }else{ echo ' ( + '.$currencyHelper->format($optionElement->order_product_price,$order->order_currency_id).' )'; } } } } ?>
get('price_with_tax')){ echo $currencyHelper->format($product->order_product_price+$product->order_product_tax,$order->order_currency_id); }else{ echo $currencyHelper->format($product->order_product_price,$order->order_currency_id); } ?> order_product_quantity;?> get('price_with_tax')){ echo $currencyHelper->format($product->order_product_total_price,$order->order_currency_id); }else{ echo $currencyHelper->format($product->order_product_total_price_no_vat,$order->order_currency_id); } ?>
format($order->order_subtotal_no_vat,$order->order_currency_id); ?>
get('price_with_tax')){ echo $currencyHelper->format($order->order_discount_price*-1,$order->order_currency_id); }else{ echo $currencyHelper->format(($order->order_discount_price-@$order->order_discount_tax)*-1,$order->order_currency_id); } ?>
get('price_with_tax')){ echo $currencyHelper->format($order->order_shipping_price,$order->order_currency_id); }else{ echo $currencyHelper->format($order->order_shipping_price-@$order->order_shipping_tax,$order->order_currency_id); } ?>
'. JText::_($additional->order_product_name).''; if(!empty($additional->order_product_price) || empty($additionaltionnal->order_product_options)) { if($config->get('price_with_tax')){ echo $currencyHelper->format($additional->order_product_price+@$additional->order_product_tax, $order->order_currency_id); }else{ echo $currencyHelper->format($additional->order_product_price, $order->order_currency_id); } } else { echo $additional->order_product_options; } echo '
tax_namekey; ?> format($tax->tax_amount,$order->order_currency_id); ?>
format($taxes,$order->order_currency_id); ?>
format($order->order_payment_price,$order->order_currency_id); ?>
format($order->order_full_price,$order->order_currency_id); ?>
payment = hikashop_get('type.plugins'); $this->payment->type='payment'; $this->shipping = hikashop_get('type.plugins'); $this->shipping->type='shipping'; ?> shipping->getName($order->order_shipping_method,$order->order_shipping_id).'
'; }?> payment->getName($order->order_payment_method,$order->order_payment_id); }?>
$oneExtraField) { if(!@$oneExtraField->field_frontcomp || empty($order->$fieldName)) continue; ?>
getFieldName($oneExtraField);?> show($oneExtraField,$order->$fieldName); ?>