{include file="delete_product.tpl.js"} {$STATUSMSG}
{t}Product code{/t}: | {$product.prod_code|wash} |
---|---|
{t}Product name{/t}: | {$product.prod_name|wash} |
{t}Price{/t}: | {$config.MONETARY_SYMBOL|wash}{$product.prod_price|wash} |
{t}Daily consumption{/t}: | {$product.prod_consumption|wash} |
{t}Stock{/t}: | {$product.prod_stock|wash} |
{t}Category{/t}: | {$product.prcat_title|wash|default:" "} |
{t}Created{/t}: | {$product.prod_created|date_format:$smarty.const.PHPAGA_DATETIMEFORMAT_LONG|default:" "} |
{t}Last modified{/t}: | {$product.prod_lastmod|date_format:$smarty.const.PHPAGA_DATETIMEFORMAT_LONG|default:" "} |