{if $CONFIG.modules.products.avail ne 'Y'} {capture name=product}
{$LABEL.lbl_module_disabled}
{/capture} {include file="_system_/center_block.html" title="" content=$smarty.capture.product} {elseif $product} {if $CONFIG.modules.products_compare.avail eq 'Y'}{include file="_system_/button.html" js="ProductShowSendToFriend();" title=$LABEL.link_send_to_friend wide=true}
{/if} {if $CONFIG.modules.wishlist.avail eq 'Y'} {include file="products/wishlist_js.html"}{if $smarty.session.customer_info.id} {assign var=customer_id value=$smarty.session.customer_info.id} {else} {assign var=customer_id value=0} {/if} {include file="_system_/button.html" js="AddProdToWishlist(`$product.id`, `$customer_id`);" title=$LABEL.link_prod_to_wishlist wide=true}
{/if} {if $product.egood eq 'Y' and $product.is_free eq 'Y' and $CONFIG.settings.free_egoods_allowed eq 'on' and $product.egood_pins ne 'Y'}{include file="_system_/button.html" link=$LINKS->GetEgoodFree($curr_cat_id, $product.id) title=$LABEL.link_free_download wide=true}
{/if}{/if} {if $product.descr or $product.short_descr}
{if $product.descr} {$product.descr} {else} {if $CONFIG.settings.prod_allow_html_short_descr eq 'on'} {$product.short_descr|close_tags} {else} {$product.short_descr|nl2br} {/if} {/if}
{/if} {if $product_tags}{$LABEL.lbl_tags_cloud}: {foreach from=$product_tags item=product_tag name=product_tags} {$product_tag.name}{if not $smarty.foreach.product_tags.last},{/if} {/foreach}
{/if} {if $details} {include file="product/details.html"} {/if} {if $attachments} {include file="product/attachments.html"} {/if} {if $CONFIG.modules.recommended_products.avail eq 'Y' and $recommended_products} {include file="product/recommended.html"} {/if} {if $CONFIG.modules.related_products.avail eq 'Y' and $related_products} {include file="product/related.html"} {/if} {if $CONFIG.modules.articles.avail eq 'Y' and $product_articles} {include file="product/articles.html"} {/if} {if $CONFIG.modules.discussions.avail eq 'Y'} {include file="product/discussions.html"} {/if} {if $CONFIG.settings.send_to_friend_enabled eq 'on'} {include file="product/send_to_friend.html"} {/if}