trigger('onAfterOrderProductsListingDisplay', array(&$data->cart, 'email_notification_html')); ?>
Chicken On The Run
customer->name);?>

order_number; $config =& hikashop_config(); if($config->get('simplified_registration',0)!=2){ $url = ''. $url.''; } echo JText::sprintf('ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE',$url,HIKASHOP_LIVE, hikashop_getDate(time(),'%B %d, %Y'), hikashop_getDate(time(),'h:m a')); ?>
If you have any questions please contact us at 705-792-5222 or email sales@chickenontherun.ca'); ?>
get('show_code')) { $colspan++; ?> getFields('frontcomp',$null,'item'); } $group = $config->get('group_options',0); foreach($data->cart->products as $item){ if($group && $item->cart_product_option_parent_id) continue; ?> get('show_code')) { ?> order_discount_price,0,5)){ echo ''; } if(bccomp($data->order_shipping_price,0,5)){ echo ''; } if(bccomp($data->order_payment_price,0,5)){ echo ''; } if(!empty($data->cart->additional)) { $exclude_additionnal = explode(',', $config->get('order_additional_hide', '')); foreach($data->cart->additional as $additional) { if(in_array($additional->name, $exclude_additionnal)) continue; echo ''; } } if($data->cart->full_total->prices[0]->price_value!=$data->cart->full_total->prices[0]->price_value_with_tax){ if($config->get('detailed_tax_display') && !empty($data->order_tax_info)){ foreach($data->order_tax_info as $tax){ echo ''; } }else{ echo ''; } $text=JText::sprintf('TOTAL_WITH_VAT',$currencyHelper->format($data->cart->full_total->prices[0]->price_value_with_tax,$data->order_currency_id)); }else{ $text=JText::_('HIKASHOP_FINAL_TOTAL'). ' : '.$currencyHelper->format($data->cart->full_total->prices[0]->price_value_with_tax,$data->order_currency_id); } echo ''; ?>

order_product_name; if($group){ $display_item_price=false; foreach($data->cart->products as $j => $optionElement){ if($optionElement->cart_product_option_parent_id != $item->cart_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($item->order_product_price+$item->order_product_tax,$data->order_currency_id); }else{ echo ' '.$currencyHelper->format($item->order_product_price,$data->order_currency_id); } } } ?>

field_namekey; if(empty($item->$namekey)) continue; echo '

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

'; } } $optionsPrices = new stdClass(); $optionsPrices->order_product_price=0; $optionsPrices->order_product_tax=0; $optionsPrices->order_product_total_price=0; $optionsPrices->order_product_total_price_no_vat=0; if($group){ foreach($data->cart->products as $j => $optionElement){ if($optionElement->cart_product_option_parent_id != $item->cart_product_id) continue; $optionsPrices->order_product_price +=$optionElement->order_product_price; $optionsPrices->order_product_tax +=$optionElement->order_product_tax; $optionsPrices->order_product_total_price+=$optionElement->order_product_total_price; $optionsPrices->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,$data->order_currency_id).' )'; }else{ echo ' ( + '.$currencyHelper->format($optionElement->order_product_price,$data->order_currency_id).' )'; } } ?>

get('order_status_for_download','confirmed,shipped')); if(in_array($data->order_status,$statusDownload)){ if(!empty($item->files)){ global $Itemid; $url_itemid = ''; if(!empty($Itemid)){ $url_itemid='&Itemid='.$Itemid; } echo '

'; foreach($item->files as $file){ $fileName = empty($file->file_name) ? $file->file_path : $file->file_name; echo ''.$fileName.'
'; } echo '

'; } } ?>

order_product_code; ?>

get($item->cart_product_id); echo $product->product_weight; ?>

get('price_with_tax')){ echo $currencyHelper->format($item->order_product_price+$optionsPrices->order_product_price+$item->order_product_tax+$optionsPrices->order_product_tax,$data->order_currency_id); }else{ echo $currencyHelper->format($item->order_product_price+$optionsPrices->order_product_price,$data->order_currency_id); } ?> order_product_quantity; ?> get('price_with_tax')){ echo $currencyHelper->format($item->order_product_total_price+$optionsPrices->order_product_total_price,$data->order_currency_id); }else{ echo $currencyHelper->format($item->order_product_total_price_no_vat+$optionsPrices->order_product_total_price_no_vat,$data->order_currency_id); } ?>
'.JText::_('HIKASHOP_COUPON').' : '; if($config->get('price_with_tax')){ echo $currencyHelper->format($data->order_discount_price*-1,$data->order_currency_id); }else{ echo $currencyHelper->format(($data->order_discount_price-@$data->order_discount_tax)*-1,$data->order_currency_id); } echo '
'.JText::_('HIKASHOP_SHIPPING_METHOD').' : '; if($config->get('price_with_tax')){ echo $currencyHelper->format($data->order_shipping_price,$data->order_currency_id); }else{ echo $currencyHelper->format($data->order_shipping_price-@$data->order_shipping_tax,$data->order_currency_id); } echo '
'.JText::_('HIKASHOP_PAYMENT_METHOD').' : '.$currencyHelper->format($data->order_payment_price,$data->order_currency_id).'
'. JText::_($additional->name).' : '; if(!empty($additional->price_value) || empty($additional->value)) { if($config->get('price_with_tax')){ echo $currencyHelper->format($additional->price_value_with_tax, $data->order_currency_id); }else{ echo $currencyHelper->format($additional->price_value, $data->order_currency_id); } } else { echo $additional->value; } echo '
'.$tax->tax_namekey. ' : '.$currencyHelper->format($tax->tax_amount,$data->order_currency_id).'
'.JText::sprintf('TOTAL_WITHOUT_VAT',$currencyHelper->format($data->cart->full_total->prices[0]->price_value,$data->order_currency_id)).'
'.$text.'
isAdmin()){ $view = 'order'; }else{ $view = 'address'; } $template = trim(hikashop_getLayout($view,'address_template',$params,$js)); if(!empty($data->cart->billing_address)){ $billing = $template; foreach($data->order_addresses_fields as $field){ $fieldname = $field->field_namekey; $address =& $data->order_addresses[$data->cart->billing_address->address_id]; $billing=str_replace('{'.$fieldname.'}',$fieldsClass->show($field,$address->$fieldname),$billing); } echo ''; } if(!empty($data->order_shipping_method)) { $currentShipping = hikashop_import('hikashopshipping',$data->order_shipping_method); if(method_exists($currentShipping, 'getShippingAddress')) { $override = $currentShipping->getShippingAddress($data->order_shipping_id); if($override !== false) { $data->override_shipping_address = $override; } } } if(!empty($data->override_shipping_address) || (!empty($data->cart->has_shipping) && !empty($data->cart->shipping_address))) echo ''; } else if(!empty($data->cart->has_shipping) && !empty($data->cart->shipping_address)){ $shipping = $template; foreach($data->order_addresses_fields as $field){ $fieldname = $field->field_namekey; $address =& $data->order_addresses[$data->cart->shipping_address->address_id]; $shipping=str_replace('{'.$fieldname.'}',$fieldsClass->show($field,$address->$fieldname),$shipping); } echo str_replace(array("\r\n","\r","\n"),'
',preg_replace('#{(?:(?!}).)*}#i','',$shipping)).'
'; }?>
'.JText::_('HIKASHOP_BILLING_ADDRESS').'
'; echo str_replace(array("\r\n","\r","\n"),'
',preg_replace('#{(?:(?!}).)*}#i','',$billing)).'
'.JText::_('HIKASHOP_SHIPPING_ADDRESS').'
'; if(!empty($data->override_shipping_address)) { echo $data->override_shipping_address.'
Additional Information
getFields('frontcomp',$data,'order',''); foreach($fields as $fieldName => $oneExtraField) { if(empty($data->$fieldName)) continue; echo "
".$fieldsClass->trans($oneExtraField->field_realname).' : '.$fieldsClass->show($oneExtraField,$data->$fieldName); } ?>
isAdmin()){ if($data->cart->full_total->prices[0]->price_value_with_tax>0) echo JText::_('ORDER_VALID_AFTER_PAYMENT'); $config =& hikashop_config(); if($data->cart->full_total->prices[0]->price_value_with_tax>0 && hikashop_level(1) && $config->get('allow_payment_button',1)){ global $Itemid; $url = ''; if(!empty($Itemid)){ $url='&Itemid='.$Itemid; } $pay_url = hikashop_frontendLink('index.php?option=com_hikashop&ctrl=order&task=pay&order_id='.$data->order_id.$url); if($config->get('force_ssl',0) && strpos('https://',$pay_url) === false) { $pay_url = str_replace('http://','https://',$pay_url); } ?>



Chicken On The Run Follow Us
Follow Us On Twitter Connect With Us On Facebook