{* $Id: product.tpl,v 1.30 2002/10/30 12:14:17 matr Exp $ *} { include file="location.tpl" } {capture name=dialog}
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product}

{if $smarty.get.mode ne "printable"} imprimer {/if}

{if $usertype eq "A"}{/if}
{$lng.lbl_sku}{$product.productcode}
{$lng.lbl_category}{$product.category_text}
{$lng.lbl_vendor}{$product.provider}


{$product.descr}

{$lng.lbl_price_info}
 
{$lng.lbl_price}{include file="currency.tpl" value=$product.price}
{$lng.lbl_quantity}{$product.avail} {$lng.lbl_items_available}
{$lng.lbl_weight}{$product.weight} {$config.General.weight_symbol}

{include file="buttons/modify.tpl"}     {include file="buttons/clone.tpl"}     {include file="buttons/delete.tpl"}
{/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}