{* product detailed information view *} {if $product_info ne NULL} {if !$printable_version}
|
{/if}
{$smarty.const.LINK_TO_HOMEPAGE} {section name=i loop=$product_category_path} {if $product_category_path[i].categoryID != 1} / {$product_category_path[i].name} {/if} {/section} | {* printable version link *}
|
|
|||||||||||||
{if $product_info.picture}
{if $product_info.big_picture}
{if !$printable_version}{/if}
{$smarty.const.ADMIN_PHOTOS}: |
{* in stock info *}
{if $smarty.const.CONF_CHECKSTOCK == '1'}
{$smarty.const.IN_STOCK}:
{if $product_info.in_stock > 0}
{if $smarty.const.CONF_EXACT_PRODUCT_BALANCE}
{$product_info.in_stock}
{else}
{$smarty.const.ANSWER_YES}
{/if}
{else}
{$smarty.const.ANSWER_NO}
{/if}
{$smarty.const.DISCUSS_ITEM_LINK} |
||||||||||||
|
|||||||||||||
{$smarty.const.STRING_RELATED_ITEMS}:
|
|||||||||||||
{$smarty.const.STRING_FEEDBACK_PRODUCT_HEADER|replace:"[product_name]":$product_info.name}{$smarty.const.STRING_FEEDBACK_PRODUCT_DESCRIPTION} {if $error ne NULL} {$smarty.const.FEEDBACK_ERROR_FILL_IN_FORM} {/if} {else} {$smarty.const.FEEDBACK_SENT_SUCCESSFULLY} {/if} |