{include file="products/product_edit.html"}
{include file="products/product_params/product_params.html"}
{if $CONFIG.modules.recommended_products.avail eq 'Y'}
{include file="products/recommended_products/recommended_products.html"}
{else}
{$LABEL.lbl_module_blocked}
{/if}
{include file="products/product_pictures/product_pictures.html"}
{if $CONFIG.modules.related_products.avail eq 'Y'}
{include file="products/related_products/related_products.html"}
{else}
{$LABEL.lbl_module_blocked}
{/if}
{if $product.egood ne 'Y'}
{if $CONFIG.modules.prod_options.avail eq 'Y'}
{include file="products/product_options/product_options.html"}
{else}
{$LABEL.lbl_module_blocked}
{/if}
{if $CONFIG.modules.prod_options.avail eq 'Y'}
{include file="products/product_variants/product_variants.html"}
{else}
{$LABEL.lbl_module_blocked}
{/if}
{/if}
{include file="products/product_attachments/attachments.html"}