order_product_name;?>
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);
}
}
}
$item_type = 'display:field_item_shipping_invoice=1';
if($this->invoice_type=='full'){
$item_type = 'display:field_item_invoice=1';
}
if(hikashop_level(2)){
$itemFields = $this->fieldsClass->getFields($item_type,$product,'item');
if(!empty($itemFields)) {
foreach($itemFields as $field){
$namekey = $field->field_namekey;
if(empty($product->$namekey) && (!isset($product->$namekey) || !strlen($product->$namekey))){
continue;
}
echo ' '.$this->fieldsClass->getFieldName($field).': '.$this->fieldsClass->show($field,$product->$namekey).' ';
}
}
}
echo '';
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('show_code')) {
echo ''.$product->order_product_code.' | ';
}
if(hikashop_level(1)){
if(!empty($productFields)) {
foreach($productFields as $field){
$namekey = $field->field_namekey;
$productData = @$this->products[$product->product_id];
?>
$namekey))
echo ' '.$this->fieldsClass->show($field,$productData->$namekey).' ';
?>
|
invoice_type=='full'){?>
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;?>
|
invoice_type=='full'){?>
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);
} ?>
|
invoice_type=='full'){?>