|
|
{$CompanyName|gs} |
{trans key="orders.order_id"}: {$order.order_num} |
{trans key="orders.billing_information"}
{trans key="orders.shipping_information"} |
{trans key="orders.order_date"}: {$order.cd} {trans key="orders.last_update"}: {$order.sd}
{if $PrintableInvoiceCompanyName == "YES"}
{$CompanyName|gs}
{if $PrintableInvoiceCompanyPhone == "YES"}
{trans key="orders.phone"}: {$CompanyPhone|gs} |
{trans key="orders.product"} {trans key="orders.name"} | {trans key="orders.price"} | {trans key="orders.quantity"} | {trans key="orders.total"} |
{trans key="orders.shipment"} # {$shipment.num} - {$shipment.shipping_cm_name|htmlspecialchars} {trans key="orders.shipment_status"}: {if $shipment.fulfillment_status == 'pending'} {trans key="orders.shipment_statuses.pending"} {elseif $shipment.fulfillment_status == 'partial'} {trans key="orders.shipment_statuses.partial"} {elseif $shipment.fulfillment_status == 'completed'} {trans key="orders.shipment_statuses.completed"} {/if} |
|||
{$lineItem->title|gs}
{trans key="orders.product_id"}: {$lineItem->productId|gs}{if $lineItem->productSubId != ''} / {$lineItem->productSubId|gs}{/if} {if $lineItem->options != ''} {if $lineItem->options} {trans key="orders.options"}: {$lineItem->options|gs|nl2br}{/if} {/if} {if $lineItem->enableRecurringBilling} {trans key="orders.recurring_payments"} {if $lineItem->recurringProfileId}- {trans key="orders.recurring_profile_num"} {$lineItem->recurringProfileId} ({$lineItem->recurringProfileStatus}{/if} {$lineItem->recurringTrialDescription} {$lineItem->recurringBillingDescription} {/if} |
{$lineItem->price|price} | {$lineItem->quantity} | {$lineItem->subtotal|price} |
{$orderViewLineItem.title} :
{if $orderViewLineItem.subtitle != ''} {$orderViewLineItem.subtitle}{/if} |
{$orderViewLineItem.amount} | ||
{trans key="orders.bongo_total_soon"} | |||
{trans key="orders.subtotal"}: | {$bongoOrderData.orderSubtotalAmount|price} | ||
{trans key="orders.duty_amount"}: | {$bongoOrderData.orderDutyAmount|price} | ||
{trans key="orders.tax_amount"}: | {$bongoOrderData.orderTaxAmount|price} | ||
{trans key="orders.shipping_amount"}: | {$bongoOrderData.orderShippingAmount|price} | ||
{trans key="orders.domestic_shipping_amount"}: | {$bongoOrderData.orderShippingDomesticAmount|price} | ||
{trans key="orders.insurance_amount"}: | {$bongoOrderData.orderInsuranceAmount|price} | ||
{trans key="orders.total_amount"} ({$bongoOrderData.orderCurrency|gs}): | {$bongoOrderData.orderTotalAmount|price} |