{script src="js/tygh/exceptions.js"} {assign var="obj_id" value="`$obj_prefix``$product.product_id`"} {assign var="obj_id_prefix" value="`$obj_prefix``$product.product_id`"} {if $product.result_type == "full"} {hook name="products:one_product"}
{include file="common/image.tpl" image_width=$settings.Thumbnails.product_lists_thumbnail_width image_height=$settings.Thumbnails.product_lists_thumbnail_height obj_id=$obj_id images=$product.main_pair}
{include file="blocks/list_templates/simple_list.tpl" product=$product show_name=true show_sku=true show_features=true show_descr=true show_old_price=true show_price=true show_list_discount=true show_product_labels=true show_discount_label=true show_shipping_label=true show_product_amount=true show_product_options=true show_qty=true min_qty=true show_edp=true show_add_to_cart=true show_list_buttons=true but_role="action"}
{/hook} {else}
{$product.product nofilter} {hook name="products:product_additional_info"} {/hook} {if !$hide_info} {if $product.short_description || $product.full_description}

{if $product.short_description} {$product.short_description nofilter} {else} {$product.full_description|strip_tags|truncate:280:"..." nofilter}{if $product.full_description|strlen > 280}{__("more_link")}{/if} {/if}

{/if} {elseif $hide_info == "age-verify"}
{$product.age_warning_message}
{include file="buttons/button.tpl" but_text=__("verify") but_href="products.view?product_id=`$product.product_id`" but_role="text"}
{/if}
{/if}