{$resDealOrderDetails[0]['businessName']}

{$resBusinessDetails.businessAddress|address_format:$languageIDs}

Order Number:  {$orderNumber}

{if $resDealOrderDetails[0]['shippingMethod'] !=''} {/if}
{$language.lblOrderStatus}: {$resOrderDetails.orderStatus}
{$language.lblOrderedAt}: {$resOrderDetails.orderCreatedDate|date_format:$settingsDateFormat}
{$language.lblPaymentStatus}: {$resOrderDetails.paymentStatus}
{$language.lblShippingMethod}: {$resDealOrderDetails[0]['shippingMethod']}

Billing Information

{$billingAddress}

Phone Number: {$billingPhone}

Email Address: {$billingEmail}

Shipping Information

{$shippingInfo}

{foreach from=$resDealOrderDetails item="deal" key="key1"} {assign var="discount" value=$deal.dealOptionRegularPrice-$deal.dealOptionDealPrice} {/foreach}
{$language.lblProduct} {$language.lblShipmentStatus} {$language.lblQuantity} {$language.lblPrice} {$language.lblTotal}
{$deal.dealTitle}

{$resOrderDetails.dealType}


option :  {$deal.dealOptionName} {assign var="unserialize" value=$deal.extra|unserialize} {if $unserialize.combinationValues.customOption|count >0} {$language.lblCombinationSKU}   - {$unserialize.combinationValues.cimbinationSKU}
{foreach from=$unserialize.combinationValues.customOption item="combination" key="key"} {if $key neq 0}X {/if} {$combination.customOptionName}{$combination.variantValue} {/foreach} {/if}
{if $unserialize.customOptionValues|count >0} Options: {foreach from=$unserialize.customOptionValues item="customOptionValues"} {$customOptionValues.0.customOptionName} {foreach from=$customOptionValues item="customOption" key="key"} {if $customOption.inputType != 'file'} {$customOption.variantValue}{if $key >0},{/if} {else if $customOption.inputType == 'file' && $customOption.variantValue!=''} {html->anchor href="/cart/getFile/id/{$customOption.variantValue}/" caption=$customOption.variantValue title=$customOption.customOptionName} {/if} {/foreach} {/foreach} {/if} {if $deal.carrierDetails!=''}
{$language.lblShippingDetails} : {$deal.carrierDetails} {/if}
{if $deal.shipmentStatus== 'Delivered'} {$language.lblShipped} {else} {$language.lblPending} {/if} {$deal.orderItemQuantity} {$deal.orderItemPrice|price:'':$deal.purchasedCurrency:$deal.purchasedCurrency}
{if $deal.isTaxable=="Yes"}({$language.lblTaxable}){/if}
{$deal.orderItemSubtotal|price:'':$deal.purchasedCurrency:$deal.purchasedCurrency}
{if $resOrderDetails.orderOtherServiceCharge>0} {/if} {if $resOrderDetails.orderPromoDiscountAmount>0} {/if} {if $resOrderDetails.orderUserCreditAmount>0} {/if} {if $resOrderDetails.orderTaxAmount>0} {/if} {if $resOrderDetails.shippingAmount>0} {/if}
{$language.lblSubtotalAmount} :  {$resOrderDetails.orderSubtotal|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}
{$language.lblServiceCharge}  {$resOrderDetails.orderOtherServiceCharge|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}
{$language.lblDiscount}  {$resOrderDetails.orderPromoDiscountAmount|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}
({$resOrderDetails.orderPromoCode})
{$language.lblCreditAmount}  {$resOrderDetails.orderUserCreditAmount|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}
{$language.lblTaxAmount}  {$resOrderDetails.orderTaxAmount|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}
{$language.lblShippingAmount}  {$resOrderDetails.shippingAmount|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}

Total Amount:  {$resOrderDetails.orderTotalAmount|price:'':$resOrderDetails.purchasedCurrency:$resOrderDetails.purchasedCurrency}