/* {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"}
{/if}
|
{$lng.lbl_sku} |
{$product.productcode} |
{if $product.category_text}
{$lng.lbl_category} |
{$product.category_text} |
{/if}
{if $usertype eq "A"}
{$lng.lbl_vendor} |
{$product.provider} |
{/if}
{$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`"} |
|