{* product detailed information view *} {if $product_info ne NULL} {if !$printable_version} {if $selected_category[3]} {/if}
{$selected_category[1]} {$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 *}
{$smarty.const.STRING_PRINTABLE_VERSION} {$smarty.const.STRING_PRINTABLE_VERSION}
{/if}

{* related products *} {if !$printable_version} {if $product_related_number > 0} {/if} {/if}
{if !$printable_version} {/if}

{$product_info.name}

{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} {$product_info.list_priceWithUnit} {/if} {if $product_info.Price <= 0} n/a {else} {$product_info.PriceWithUnit} {/if} {else}   {/if}
{if $smarty.const.CONF_OPEN_SHOPPING_CART_IN_NEW_WINDOW eq 0} {* shopping cart page is shown in the same window - in this cart 'add to cart' button is a form submit button *} {if $product_info.Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_info.in_stock > 0 ) } {else}   {/if} {else} {* show shopping cart page in a new window => add hidden values as FORM elements and to the cart.php URL *} {if $product_info.Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_info.in_stock > 0 ) } {$smarty.const.ADD_TO_CART_STRING} {else}   {/if} {/if} {counter name='select_counter_hidden' start=0 skip=1 print=false} {section name=i loop=$product_extra} {if $product_extra[i].option_type eq 1} {section name=s loop=$product_extra[i].option_show_times} {/section} {/if} {/section}
{if $product_info.picture} {if $product_info.big_picture} {if !$printable_version}{/if}{$product_info.name|escape:'html'} {if !$printable_version}
{$smarty.const.ENLARGE_PICTURE}
{/if} {else} {$product_info.name|escape:'html'} {/if} {else} {if $product_info.thumbnail} {if $product_info.big_picture} {if !$printable_version}{/if}{$product_info.name|escape:'html'}{if !$printable_version}
{$smarty.const.ENLARGE_PICTURE}
{/if} {else} {$product_info.name|escape:'html'} {/if} {/if} {/if} {if $product_info.customer_votes > 0} {* rating *}

{section name=i loop=5} {/section}
{if $smarty.section.i.index<$product_info.customers_rating} {else} {/if}
({$smarty.const.VOTES_FOR_ITEM_STRING}: {$product_info.customer_votes})
{/if} {if $product_info.eproduct_filename ne ""} {$smarty.const.PRODUCT_IS_DOWNLOADABLE} ({$product_info.eproduct_filesize}) {/if} {if $all_product_pictures}

{$smarty.const.ADMIN_PHOTOS}:
{section name=i loop=$all_product_pictures} {if $smarty.section.i.index % 2 == 0}{/if} {if ($smarty.section.i.index+1) % 2 == 0}{/if} {/section}
{/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} {if !$printable_version}

{$smarty.const.DISCUSS_ITEM_LINK}
({$product_reviews_count} {$smarty.const.POSTS_FOR_ITEM_STRING})

{$smarty.const.VOTING_FOR_ITEM_TITLE}
{$smarty.const.MARK_EXCELLENT}
{$smarty.const.MARK_GOOD}
{$smarty.const.MARK_AVERAGE}
{$smarty.const.MARK_POOR}
{$smarty.const.MARK_PUNY}

{/if}

{* extra parameters *}

{counter name='select_counter' start=0 skip=1 print=false assign='select_counter_var'} {section name=i loop=$product_extra} {if $product_extra[i].option_type eq 0 } {else} {counter name='option_show_times' start=0 skip=1 print=false} {section name=k loop=$product_extra[i].option_show_times} {/section} {/if} {/section}
{$product_extra[i].name}: {$product_extra[i].option_value}
{$product_extra[i].name}{if $product_extra[i].option_show_times > 1 } ({counter name=option_show_times}):{else}:{/if} {counter name=select_counter} {if $smarty.section.k.index == 0} {else} {/if}
{if $select_counter_var != 0} {if $product_info.Price > 0} {$smarty.const.CURRENT_PRICE_OPTION}:
{/if} {if $product_info.Price <= 0} {else} {/if} {* show add2cart button again *} {if !$printable_version}

{if $smarty.const.CONF_OPEN_SHOPPING_CART_IN_NEW_WINDOW eq 0} {* shopping cart page is shown in the same window - in this cart 'add to cart' button is a form submit button *} {if $product_info.Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_info.in_stock > 0 ) } {else}   {/if} {else} {* show shopping cart page in a new window => add hidden values as FORM elements and to the cart.php URL *} {if $product_info.Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_info.in_stock > 0 ) } {$smarty.const.ADD_TO_CART_STRING} {else}   {/if} {/if} {counter name='select_counter_hidden' start=0 skip=1 print=false} {section name=i loop=$product_extra} {if $product_extra[i].option_type eq 1} {section name=s loop=$product_extra[i].option_show_times} {/section} {/if} {/section} {/if} {literal} {/if}

{if $product_info.description ne ""}
{$product_info.description}
{/if}

{$smarty.const.STRING_RELATED_ITEMS}:

{section name=i loop=$product_related} {/section}
{if $product_related[i].pictures.default.thumbnail} {/if} {$product_related[i][1]}  {$product_related[i][2]}


{if $sent eq NULL}

{$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}

{$smarty.const.FEEDBACK_CUSTOMER_NAME}:

{$smarty.const.CUSTOMER_EMAIL}

{$smarty.const.STRING_FEEDBACK_PRODUCT_INQUIRY_EXPLANATION} {$product_info.name}:

{else}

{$smarty.const.FEEDBACK_SENT_SUCCESSFULLY} {/if}

{/if}