{* product detailed information view *} {if $product_info ne NULL} {if !$printable_version}
{cpt_product_category_info} {* printable version link *}
{ {"btn_printable_version"|translate}
{/if}

{* related products *} {if !$printable_version} {if $product_related_number > 0} {/if} {/if}
{if $product_info.picture} {if $product_info.big_picture} {if !$printable_version}{/if}{$product_info.name|escape:'html'} {if !$printable_version}
{"str_enlarge_picture"|translate}
{/if} {else} {$product_info.name} {/if} {else} {if $product_info.thumbnail} {if $product_info.big_picture} {if !$printable_version}{/if}{$product_info.name}{if !$printable_version}
{"str_enlarge_picture"|translate}
{/if} {else} {$product_info.name} {/if} {/if} {/if}

{$product_info.name}

{if $product_info.eproduct_filename ne ""} {"prdset_product_is_downloadable_msg_2customer"|translate} ({$product_info.eproduct_filesize}) {/if} {if $product_info.customer_votes > 0} {* rating *}

{section name=i loop=5} {if $smarty.section.i.index<$product_info.customers_rating} * {else}  {/if} {/section} ({$product_info.customer_votes} {"vote_numerofvotes"|translate}) {/if} {if !$printable_version}

{"lnk_reviewproduct"|translate} ({$product_reviews_count} {"str_posts_for_item_string"|translate})

{/if}

{* add to cart *} {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 ) } {* @features "Extra options values" @condition enabled=true *} { {* @features "Extra options values" @condition end *} {* @features "Extra options values" @condition enabled=false *} { {* @features "Extra options values" @condition end *} {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}
{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} {"str_list_price"|translate}: {$product_info.list_priceWithUnit}
{/if} {"str_price"|translate}: {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}
{"str_you_save"|translate}: {$product_info[14]} ({$product_info[15]}%)
{/if} {/if}
{if !$printable_version}
{"vote_for_item_title"|translate}
{"vote_excellent"|translate}
{"vote_good"|translate}
{"vote_average"|translate}
{"vote_poor"|translate}
{"vote_puny"|translate}

{/if}
{* in stock info *} {if $smarty.const.CONF_CHECKSTOCK == '1'} {"str_in_stock"|translate}: {if $product_info.in_stock > 0} {if $smarty.const.CONF_EXACT_PRODUCT_BALANCE} {$product_info.in_stock} {else} {"str_answer_yes"|translate} {/if} {else} {"str_answer_no"|translate} {/if}
{/if} {if $product_info.shipping_freightUC} {"prdset_handling_charge"|translate}:  {$product_info.shipping_freightUC}
{/if} {if $product_info.min_order_amount > 1} {"prdset_minimal_order_quantity"|translate}: {$product_info.min_order_amount} {"str_items"|translate}
{/if} {if $product_info.weight > 0} {"prdset_weight"|translate}: {$product_info.weight} {$smarty.const.CONF_WEIGHT_UNIT} {/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 } {* @features "Extra options values" @state begin *} {else} {counter name='option_show_times' start=0 skip=1 print=false} {section name=k loop=$product_extra[i].option_show_times} {/section} {* @features "Extra options values" @state end *} {/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} {"prd_final_price"|translate}: {if $product_info.Price <= 0} {else} {/if} {/if}

{* @features "Multiple image-sets for product" @state begin *} {* @features "Multiple image-sets for product" @state end *}
{section name=i loop=$all_product_pictures} {/section}

{$product_info.description}

{"str_related_items"|translate}:

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

{"feedback_title_productpage"|translate|replace:"[product_name]":$product_info.name}

{"feedback_description_general_2"|translate}

{"str_your_name"|translate}:

{"usr_custinfo_email"|translate}

{"feedback_description_productpage"|translate} {$product_info.name}:

{else}

{"feedback_msg_sent_successfully"|translate} {/if}

{/if}