{* $Id: product.tpl,v 1.46.2.2 2007/06/04 11:13:13 max Exp $ *} {capture name=dialog}
/* {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y alt=$product.product} */ include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y alt=$product.product}

{if $smarty.get.mode ne "printable"} {$lng.lbl_printable_version|escape} {/if}

{if $product.category_text} {/if} {if $usertype eq "A"} {/if}
{$lng.lbl_sku} {$product.productcode}
{$lng.lbl_category} {$product.category_text}
{$lng.lbl_vendor} {$product.provider}
{$lng.lbl_availability} {if $product.forsale eq "Y"}{$lng.lbl_avail_for_sale}{elseif $product.forsale eq "B"}{$lng.lbl_pconf_avail_for_sale_bundled}{elseif $product.forsale eq "H"}{$lng.lbl_hidden}{else}{$lng.lbl_disabled}{/if}


{$product.descr}

{$lng.lbl_price_info}
 
{$lng.lbl_price} {include file="currency.tpl" value=$product.price}
{$lng.lbl_in_stock} {$lng.lbl_items_available|substitute:"items":$product.avail}
{$lng.lbl_weight} {$product.weight} {$config.General.weight_symbol}

{include file="buttons/modify.tpl" href="product_modify.php?productid=`$product.productid`"}    {include file="buttons/clone.tpl" href="process_product.php?mode=clone&productid=`$product.productid`"}    {include file="buttons/delete.tpl" href="process_product.php?mode=delete&productid=`$product.productid`"}
{/capture} {if $smarty.get.mode eq "printable"} {include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=440"} {else} {include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'} {/if}