{$msg.account.order_id}: | #{$history_order_data->orderNumber} |
Placed On: | {$history_order_data->orderCreateDate} |
{$msg.account.order_status}: | {$history_order_data->status} |
Last Update: | {$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} |
{$msg.product.product_name} | {$msg.product.product_price} | {$msg.product.product_quantity} | {$msg.cart.total} |
---|---|---|---|
{$msg.shipping.shipment} # {$shipment.num} - {$shipment.shipping_cm_name|htmlspecialchars} {$msg.shipping.shipment_status}: {$msg.shipping.shipment_statuses[$shipment.fulfillment_status]} |
{if $shipment.shipping_amount > 0}{$shipment.shipping_amount|price}{/if} | ||
{$order_item.title|htmlspecialchars}
{if $order_item.options != ""}
{$order_item.options|htmlspecialchars|nl2br} {/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.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} {$msg.recurring.billing_period}: {$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} | |||
{if $orderViewLineItem.title eq "Shipping"}{$shipment.shipping_cm_name|htmlspecialchars}{else}{$orderViewLineItem.title}{/if}:
{if $orderViewLineItem.subtitle != ''} {$orderViewLineItem.subtitle}{/if} |
{$orderViewLineItem.amount} |
Ship Date | {*{$msg.account.status} | {$msg.account.tracking_number} | *}Tracking Info | ||
---|---|---|---|---|---|
{$fulfillment->updatedAt} | {*{if $fulfillment->status == 'completed'} {$msg.shipping.shipment_statuses.completed} {else} {$msg.shipping.shipment_statuses.pending} {/if} | Tracking Info | *}Shipped via {$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} | ||
|