{* $Id: cart.tpl 1173 2006-01-27 08:31:18Z imac $ *} {if $cart_products} {include file="cart_pages/progressbar.tpl"} {/if} {capture name="mainbox"} {if $cart_products}
{foreach from=$cart_products item="cp" key="key"} {/foreach}
{include file="products_pages/product_image.tpl" product=$cp image_width=$settings.Appearance.thumbnail_width}
{$cp.product} {if $cp.product_code}
{$lang.sku}: {$cp.product_code}
{/if}
   {include file="buttons/delete.tpl" but_href="$index_script?$target_name=cart&cart_id=$key&$mode_name=delete"}

{$cp.short_description|truncate:200:"..."}

{else}  X {include file="common_templates/price.tpl" value=$cp.price} = {include file="common_templates/price.tpl" value=$cp.subtotal}  {/if}
{if $cp.discount} {math equation="unit_price - discount" unit_price=$cp.price|default:"0" discount=$cp.discount|default:"0" assign="cp_discounted_price"}  X {include file="common_templates/price.tpl" value=$cp_discounted_price} = {include file="common_templates/price.tpl" value=$cp.subtotal} 
{include file="cart_pages/cart_product_options.tpl" product_options=$cp.product_options}

 

{include file="buttons/update_cart.tpl" but_onclick="javascript: if (fn_check_all_exceptions(true)) document.cart_form.submit(); else alert('`$lang.cannot_buy`');"}     {include file="buttons/clear_cart.tpl" but_href="$index_script?$target_name=cart&$mode_name=clear"}
{if ($cart.discount|floatval)} {/if}
{$lang.total_product_amount}:    {$cart.amount}
{$lang.subtotal}:    {include file="common_templates/price.tpl" value=$cart.subtotal}
{$lang.discount}:   {include file="common_templates/price.tpl" value=$cart.discount}
{$lang.discounted_subtotal}:   {include file="common_templates/price.tpl" value=$cart.discounted_subtotal}


{include file="buttons/continue_shopping.tpl" but_href=$continue_url|default:$index_script but_arrow="on"} {include file="buttons/checkout.tpl" but_onclick="javascript: if (fn_check_all_exceptions(true)) self.location='$index_script?$target_name=checkout&$mode_name=customer_info'; else alert('`$lang.cannot_buy`');"}
{else}
{$lang.text_cart_empty}

{include file="buttons/continue_shopping.tpl" but_href=$continue_url|default:$index_script but_arrow="on"}

{/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.cart_content content=$smarty.capture.mainbox} {if !$cart_products && $recently_viewed_products}
{capture name="mainbox"} {if $settings.Appearance.columns_in_products_list > 1} {include file="products_pages/products_multicolumns.tpl" products=$recently_viewed_products form_prefix="recent" columns=$settings.Appearance.columns_in_products_list} {else} {include file="products_pages/products.tpl" products=$recently_viewed_products form_prefix="recent" no_sorting="Y" no_pagination="Y"} {/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.recent_products content=$smarty.capture.mainbox} {/if}