{$msg.headers.headerMyCart}
{if $order->itemsCount> 0}
{foreach from=$order_items item="order_item"}
{$order_item.title|htmlspecialchars}
{$order_item.product_price|price} x {$order_item.quantity}
{assign var="imageId" value="image-delete-item"} {if $designImages.$imageId}
{else} {$msg.images.imageDeleteItem|htmlspecialchars} {/if}
{/foreach}
{$msg.cart.subtotal_amount}:
{$order->cartSubtotalAmount|price}
{$msg.cart.empty_cart}
|
{$msg.cart.checkout}
{if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"}
{$msg.shipping.get_shipping_quote}
{/if}
{else}
{$msg.cart.cart_is_empty}
{/if}