{$msg.account.order_id} | #{$history_order_data->orderNumber} ({$history_order_data->orderType}) |
{$msg.account.order_placed_at} | {$history_order_data->orderCreateDate} |
{$msg.account.order_status} | {$history_order_data->status} |
{$msg.account.order_status_change_date} | {$history_order_data->statusChangeDate} |
{$order.account.order_ups_shipping_method} | {$tracking_info.shipping_method|capitalize} |
{$order.account.order_ups_pickup_date} | {$tracking_info.pickup_date} |
{$order.account.order_ups_schedule_delivery_date} | {$tracking_info.scheduled_delivery_date} {$tracking_info.scheduled_delivery_time} |
{$order.account.order_ups_rescheduled_delivery_date} | {$tracking_info.rescheduled_delivery_date} |
{$order.account.order_ups_last_activity} | {$tracking_info.status_type_description|capitalize} |
{$order.account.order_ups_last_activity_location} |
{$tracking_info.activity_location|capitalize} {$tracking_info.activity_location1} |
{$order.account.order_ups_last_activity_date} | {$tracking_info.activity_date} {$tracking_info.activity_time} |
{$order.account.order_ups_shipment_weight} | {$tracking_info.shipment_weight} {$tracking_info.shipment_weight_unit} |
{$order.account.order_ups_package_weight} | {$tracking_info.package_weight} {$tracking_info.package_weight_unit} |
{$order_item.title|htmlspecialchars} {$order_item.product_id|htmlspecialchars} {if $order_item.profile_by_recurring_order} {$msg.recurring.added_options}: {foreach from=$order_item.profile_by_recurring_order.price_modifiers|unserialize item="priceModifiers"} {$priceModifiers.label} ({$priceModifiers.name}) {/foreach} {$msg.recurring.original_billing_period}: ({$order_item.profile_by_recurring_order.original_billing_amount|string_format:"%.2f"}) {/if} {if $order_item.options != ""} {$msg.cart.options}: {$order_item.options|htmlspecialchars|nl2br|replace:'-||-':':'} {/if} {if $order_item.enable_recurring_billing && $order_item.recurring_billing_data}
{$msg.recurring.recurring_payments}
{/if}
{if $order_item.product_type == 'Digital' && $history_order_data->paymentStatus == "Received" && $history_order_data->status == "Completed"}
{if $order_item.is_billing_amount_modified} {$msg.recurring.added_options}: {foreach from=$order_item.recurring_billing_price_modifiers_description item="recurring_billing_price_modifier_description"} {$recurring_billing_price_modifier_description} {/foreach} {$msg.recurring.original_billing_period}: {$order_item.recurring_original_billing_description} {/if} {if $order_item.product_recurring_billing_data->getScheduleDescription() != ''} {$order_item.product_recurring_billing_data->getScheduleDescription()}
{/if}
{if $order_item.recurring_billing_data->getTrialEnabled()}
{$msg.recurring.trial_period}:
{$order_item.recurring_trial_description}
{/if} {if $order_item.is_billing_amount_modified}{$msg.recurring.total_billing_period}{else}{$msg.recurring.billing_period}{/if}: {$order_item.recurring_billing_description} {if $order_item.recurring_billing_data->getStartDate()} {assign var="recurringStartDate" value=$order_item.recurring_billing_data->getStartDate()} {$msg.recurring.billing_starting_at} {$recurringStartDate->format('U')|date_format:$msg.common.date_format} {/if} {if $order_item.recurring_profile} {$msg.account.order_subscription}: #{$order_item.recurring_profile->profileId} ({$order_item.recurring_profile->status}) {/if} {$msg.product.download_url} {/if} |
{$order_item.product_price|price}
{if $order_item.is_taxable == "No"}
({if $order_item.tax_exempt == 1}{$msg.cart.item_tax_exempt}{else}{$msg.cart.not_taxable}{/if}) {else} {if $order_item.tax_exempt == 1} {$msg.cart.item_tax_exempt} {else} {$msg.cart.tax_amount} : {if $order_item.tax_description != ""} {$order_item.tax_description} {else} {math equation="round(x,2)" x=$order_item.tax_rate format="%0.2f"}% {/if} {/if} {/if} |
{$order_item.quantity} | {$order_item.product_total|price} |
{$msg.cart.bongo_subtotal}: | {$history_order_data->bongoData.orderSubtotalAmount|price} | ||
{$msg.cart.bongo_duty_amount}: | {$history_order_data->bongoData.orderDutyAmount|price} | ||
{$msg.cart.bongo_tax_amount} | {$history_order_data->bongoData.orderTaxAmount|price} | ||
{$msg.cart.bongo_shipping_amount}: | {$history_order_data->bongoData.orderShippingAmount+$history_order_data->bongoData.orderShippingDomesticAmount|price} | ||
{$msg.cart.bongo_insurance_amount}: | {$history_order_data->bongoData.orderInsuranceAmount|price} | ||
{$msg.cart.bongo_total_amount} ({$history_order_data->bongoData.orderCurrency}): | {$history_order_data->bongoData.orderTotalAmount|price} | ||
{$msg.cart.bongo_total_not_final} | |||
{$orderViewLineItem.title}
{if $orderViewLineItem.subtitle != ''} {$orderViewLineItem.subtitle}{/if} |
{$orderViewLineItem.amount} |
{$msg.account.created_at} | {$msg.account.status} | {$msg.account.tracking_number} | {$msg.account.tracking_company} | ||||
---|---|---|---|---|---|---|---|
{$fulfillment->updatedAt} | {if $fulfillment->status == 'completed'} {$msg.shipping.shipment_statuses.completed} {else} {$msg.shipping.shipment_statuses.pending} {/if} | {$fulfillment->trackingNumber} |
{$fulfillment->trackingCompany} {if $fulfillment->trackingCompany == "UPS"} {$msg.cart.click_to_track} {/if} {if $fulfillment->trackingCompany == "USPS"} {$msg.cart.click_to_track} {/if} {if $fulfillment->trackingCompany == "FedEx"} {$msg.cart.click_to_track} {/if} {if $fulfillment->trackingCompany == "CanadaPost"} {$msg.cart.click_to_track} {/if} |
||||
|