','
','
'),$config->get('store_address','')); if(JText::_($store)!=$store){ $store = JText::_($store); } echo $store; ?>
order_invoice_number)){ $order->order_invoice_number = $order->order_number; } if(empty($order->order_invoice_created)){ $order->order_invoice_created = $order->order_created; } ?>
order_invoice_number; ?>
order_invoice_created,'%d %B %Y ');?>
$oneAddress)) continue; if ($oneAddress=='shipping_address' && empty($pluginsShipping)) continue; ?>
order_shipping_id) && $oneAddress=='shipping_address' && method_exists($currentShipping, 'getShippingAddress')) { $override = $currentShipping->getShippingAddress($order->order_shipping_id); } if($override !== false ) { echo $override; } else { $addressClass = hikashop_get('class.address'); if($app->isAdmin()){ $view = 'order'; }else{ $view = 'address'; } echo $addressClass->displayAddress($order->fields,$order->$oneAddress,$view); } ?>
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 - $order->order_discount_tax + $order->order_shipping_tax; 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){ ?>
',$this->str_split_unicode(strip_tags($product->order_product_name),50)); 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); } ?>
get('price_with_tax')){ echo $currencyHelper->format($order->order_subtotal,$order->order_currency_id); }else{ echo $currencyHelper->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); ?>

order_shipping_method)) { if(strpos($order->order_shipping_id, '-') !== false) echo $shippingClass->getShippingName($order->order_shipping_method, $order->order_shipping_id); else echo $pluginsShipping->getName($order->order_shipping_method, $order->order_shipping_id); }else{ echo implode(', ', $this->order->order_shipping_method); } echo '
'; } if(!empty($pluginsPayment)) echo JText::_('HIKASHOP_PAYMENT_METHOD').' : '.$pluginsPayment->getName($order->order_payment_method, $order->order_payment_id).'
'; ?>


$oneExtraField) { if(!@$oneExtraField->field_frontcomp || empty($order->$fieldName)) continue; ?>
getFieldName($oneExtraField);?> show($oneExtraField,$order->$fieldName); ?>