{* export products and categories into a CSV file *} {if $excel_export_successful eq 1}

{$smarty.const.ADMIN_EXCEL_EXPORT_SUCCESSFUL}

{$smarty.const.ADMIN_DOWN_LOAD} ({$excel_filesize} Kb) {else}

{if $excel_errormsg ne NULL} {$excel_errormsg} {/if}

{$smarty.const.STRING_EXCEL_EXPORT_DESCRIPTION}

{section name=i loop=$categories} {/section}
{$smarty.const.ADMIN_CATEGORY_ROOT}
{$categories[i][1]}

{$smarty.const.ADMIN_EXCEL_DELIMETER}

{/if}