{* $Id: cart_configurable_product.tpl 2482 2006-11-06 12:35:59Z lantan $ *} {include file="common_templates/image.tpl" image_width=$settings.Appearance.thumbnail_width obj_id=$key images=$product.main_pair object_type="product"}
{$product.product|escape:html} {$lang.remove} {if $product.product_code}
{$lang.sku}: {$product.product_code}
{/if}

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

{include file="products_pages/product_options.tpl" product_options=$product.product_options product=$product name="cart_products" id=$key location="cart"}   {$lang.base_price}: {if $product.discounts} {include file="common_templates/price.tpl" value=$product.discounted_price span_id="discounted_price_`$key`" class="cart-price"} {else} {include file="common_templates/price.tpl" value=$product.pure_price span_id="original_price_`$key`" class="cart-price"} {/if}   {$lang.configuration}: {cycle values='class="manage-row", ' assign="_class"}   {foreach from=$cart_products item="product_conf" key="key_conf"} {if $cart.products.$key_conf.extra.in_configuration == $key} {/if} {/foreach}
{$lang.product} {$lang.price} {$lang.amount} {$lang.subtotal}
{$product_conf.product} {include file="common_templates/price.tpl" value=$product_conf.price} {math equation="item_price + conf_" item_price=$product_conf.subtotal|default:"0" conf_=$conf_price|default:"0" assign="conf_price"} {include file="common_templates/price.tpl" value=$product_conf.subtotal}

{include file="buttons/button.tpl" but_text="`$lang.edit`" but_href="$index_script?$target_name=products&edit_configuration=$key&product_id=`$product.product_id`"}

{$lang.product_summary}:
{math equation="item_price + conf_" item_price=$product.subtotal|default:"0" conf_=$conf_price|default:"0" assign="conf_price"} {include file="common_templates/price.tpl" value=$conf_price}