{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}
{if $cart_count_contents gt 0 } {if !empty($smarty.session.error_cart_msg)} {/if}
{if $mySystem.sed} {/if} {$hidden_field}
{if $smarty.const.PRODUCT_LIST_MODEL > 0} {/if} {foreach item=product from=$products} {if $smarty.const.PRODUCT_LIST_MODEL > 0} {/if} {/foreach}
{$lang.table_heading_remove} {$lang.table_heading_model}{$lang.table_heading_products} {$lang.table_heading_price} {$lang.table_heading_quantity} {$lang.table_heading_total}
{product_image dir=small image=$product.image alt=$product.name} {$product.model}

{$product.name} {if $smarty.const.STOCK_CHECK eq 'true'} {if $product.stock - $product.quantity < 0} {$smarty.const.STOCK_MARK_PRODUCT_OUT_OF_STOCK} {/if} {/if}

{display_price price=$product.final_price tax_class_id=$product.tax_class_id} {display_price price=$product.final_price tax_class_id=$product.tax_class_id quantity=$product.quantity}
{if $any_out_of_stock eq 1 }
{if $smarty.const.STOCK_ALLOW_CHECKOUT eq 'true'} {else} {/if}
{/if}
  • {$lang.total} {$cart_show_total}
{if $myUser.show_price eq 1 } {$lang.button_checkout} {/if}
{else}

{$lang.text_cart_empty}

{$lang.text_cart_empty_help}

{$lang.button_start_shopping}
{/if}
{include file="phoenix/system/_footer.html"}