{if $ShippingSplitShipping == 1}
Item | Quantity | Shipping Address | |
---|---|---|---|
{$order_item.title|htmlspecialchars}
{if $order_item.options != ''}
|
{if $order_item.product_type == "Tangible" && $order_item.quantity > 1} {else} {/if} |
{if $order_item.product_type == "Tangible"}
{if $order_item.quantity > 1}
Ship to other address
{/if}
Edit this address
{else}
n/a - {$order_item.product_type} Product
{/if}
|
{assign var="imageId" value="image-delete-item"} {if $designImages.$imageId} {else} Remove {/if} |