{if $CONFIG.modules.products.avail ne 'Y'}
{$LABEL.lbl_module_disabled}
{elseif $product} {if $CONFIG.modules.products_compare.avail eq 'Y'}* {$LABEL.lbl_price_with_tax}
{/if}{$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}