{config_load file=$skin_color_scheme}
{if $body == 'home.html'}
{if $auth_ok == 'yes'}
{$msg.cart.checkout}
{if $auth_express != 'yes'}
{$msg.account.my_account} |
{$msg.account.logout}
{/if}
{else}
{if $AllowExpressCheckout != 'YES'}
{$msg.cart.login_register}
{else}
{$msg.account.login} / {$msg.account.register}
{/if}
{/if}
{$msg.cart.view_cart}:
{if $order->itemsCount < 1}
{$msg.cart.cart_is_empty}
{else}
{$order->itemsCount} {$msg.cart.items} / {$order->subtotalAmount|price}
{/if}
Check Order Status