{* $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.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"}
| |
|
|