{include file="templates/emails/elements/top_html.html"}

Your order has been modified

Please view the changes below and let us know if you have any questions.

Summary:

{* *}

Order #:

{$order_data.order_num}

Order Total:

{foreach from=$orderView.lineItems key="orderViewLineItemKey" item="orderViewLineItem"} {if $orderViewLineItem.title eq "Subtotal"} {$orderViewLineItem.amount} {/if} {/foreach}

Shipping Address:

{$order_data.shipping_name|htmlspecialchars}

{$order_data.shipping_address1|htmlspecialchars}{if $order_data.shipping_address2 != ""}
{$order_data.shipping_address2|htmlspecialchars}{/if}

{$order_data.shipping_city|htmlspecialchars}, {$order_data.shipping_province|htmlspecialchars} {$order_data.shipping_zip|htmlspecialchars}
{$order_data.shipping_country_name|htmlspecialchars}

Items Ordered

QTY

PRICE

{*** PRODUCT LISTING ***} {foreach from=$order_items item="order_item"} {*** PRODUCT IMAGE ***} {* *} {*** PRODUCT IMAGE ***} {*** PRODUCT NAME ***} {*** PRODUCT NAME ***} {*** QTY ***} {*** QTY ***} {*** PRICE ***} {**** PRICE ***}
IMAGE HERE

{$order_item.title|htmlspecialchars} {if $order_item.options != ""}
{$order_item.options} {/if}

{$order_item.admin_quantity}

{*{$order_item.admin_price|price}*}{$order_item.admin_quantity*$order_item.admin_price|price}

{/foreach} {*** END PRODUCT LISTING ***} {*** SUBTOTALS AREA ***} {foreach from=$orderView.lineItems key="orderViewLineItemKey" item="orderViewLineItem"} {/foreach}

{$orderViewLineItem.title}: {if $orderViewLineItem.subtitle != ''}
{$orderViewLineItem.subtitle}{/if}

{$orderViewLineItem.amount}

{include file="templates/emails/elements/bottom_html.html"}