{* catalog import from Excel *} {if $excel_import_configurator ne NULL} {* excel import configuration (columns definition) *}

{$smarty.const.ADMIN_IMPORT_DESC1}

{$smarty.const.ADMIN_IMPORT_DESC2}

{$excel_import_configurator}

{$smarty.const.ADMIN_PRIMARY_COLUMN}
{$smarty.const.ADMIN_PRIMARY_COLUMN_DESC}

{else} {* CSV file selection form *}

{if $excel_import_result eq "upload_file_error"}{$smarty.const.ERROR_FAILED_TO_UPLOAD_FILE}{/if} {if $excel_import_result eq "update_column_error"}

{$smarty.const.ERROR_UPDATE_COLUMN_IS_NOT_SET}{/if} {if $excel_import_result eq "ok"}{$smarty.const.ADMIN_DB_UPDATE_SUCCESSFUL}{/if}

{$smarty.const.ADMIN_EXCEL_DESC1}

{$smarty.const.ADMIN_EXCEL_SPECIFY_FILE}:

{$smarty.const.ADMIN_EXCEL_DELIMETER}

{$smarty.const.ADMIN_EXCEL_UPDATE_DB}
{$smarty.const.ADMIN_EXCEL_CLEAR_DB}
{$smarty.const.ADMIN_EXCEL_CLEAR_DB_DESC}

{/if}