{* product detailed information view *} {if $product_info ne NULL}
{if $product_info.picture}
{if $product_info.big_picture}
{if !$printable_version}{/if}
{$smarty.const.ADMIN_PHOTOS}:
{$smarty.const.DISCUSS_ITEM_LINK}
({$product_reviews_count} {$smarty.const.POSTS_FOR_ITEM_STRING})
|
{if $currencies_count ne 0 && $product_info.Price > 0}
{* show list price? *}
{if $product_info.list_price > 0 &&
$product_info.list_price > $product_info.Price &&
$product_info.Price > 0}
{$smarty.const.LIST_PRICE}:
{/if} {$smarty.const.CURRENT_PRICE}: {if $product_info.Price <= 0} n/a {else} {$product_info.PriceWithUnit} {/if} {* you save *} {if $product_info.list_price > 0 && $product_info.list_price > $product_info.Price && $product_info.Price > 0} {$smarty.const.YOU_SAVE}: {$product_info[14]} ({$product_info[15]}%) {/if} {/if} {* 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} {/if} {if $product_info.shipping_freightUC} {$smarty.const.ADMIN_SHIPPING_FREIGHT}: {$product_info.shipping_freightUC} {/if} {if $product_info.min_order_amount > 1} {$smarty.const.STRING_MIN_ORDER_AMOUNT}: {$product_info.min_order_amount} {$smarty.const.STRING_ITEM} {/if} {if $product_info.weight > 0} {$smarty.const.ADMIN_PRODUCT_WEIGHT}: {$product_info.weight} {$smarty.const.CONF_WEIGHT_UNIT} {/if} {* add to cart *} {if !$printable_version} {/if} {if !$printable_version} |
||||||||||||
|
|||||||||||||
{$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} |