{$msg.headers.headerMyCart}
{if $order->itemsCount> 0}
{foreach from=$order_items item="order_item"}
{$order_item.title|htmlspecialchars}
{if $google_checkout_active && $order_item.is_google_co == "No"}
*
{/if}
{$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->getOrderTotalAmount()|price}
{$msg.cart.empty_cart}
|
{$msg.cart.checkout}
{if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"}
{$msg.shipping.get_shipping_quote}
{/if}
{if $google_checkout_active}
{if $google_not_allowed}
*
{$google_not_allowed}
{/if}
{/if} {else}
{$msg.cart.cart_is_empty}
{/if}