|
{if $order->shippingRequired}
|
ID | ITEMS ORDERED | QTY | PRICE | TOTAL |
{$order_item.product_id|htmlspecialchars} | {*** PRODUCT NAME ***}
{$order_item.title|htmlspecialchars}
{if $order_item.options != ""}
{$order_item.options} {/if} |
{*** PRODUCT NAME ***}
{*** QTY ***}
{$order_item.admin_quantity} | {*** QTY ***} {*** PRICE ***}{$order_item.admin_price|price} | {**** TOTAL ***}${math equation="x * y" x=$order_item.admin_price y=$order_item.admin_quantity format="%.2f"} | {*** TOTAL ***}
{if $orderViewLineItem.title eq "Shipping" and $order->shippingRequired}{foreach from=$shipments item="shipment"}{$shipment.shipping_cm_name|htmlspecialchars}:{/foreach}{else}{$orderViewLineItem.title}{/if}
{if $orderViewLineItem.subtitle != ''} {$orderViewLineItem.subtitle}{/if} |
{$orderViewLineItem.amount} |
Individual Books | {$collections_books.books.total|price} ({$collections_books.books.count}) |
Collections | {$collections_books.collections.total|price} ({$collections_books.collections.count}) |
{$msg.cart.gift_message}:
{$msg.cart.payment} |
{$payment_method_name|htmlspecialchars} {$payment_method_thankyou} |