{* $Id: import_catalog.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {** include fileuploader **} {include file="common_templates/file_browser.tpl"} {** /include fileuploader **} {capture name="mainbox"}
{$lang.text_field_list}

{** /Form data section **} {capture name="section"} {assign var="counter" value="0"} {foreach from=$splitted_fields item=col} {/foreach}
{foreach from=$col item=row key=key} {math equation="x+1" x=$counter assign="counter"} {/foreach}
{math equation="x+1" x=$counter assign="field_number"} {$field_number}:
{/capture} {include file="common_templates/section.tpl" section_title=$lang.select_column_order section_content=$smarty.capture.section}
 {$lang.get_field_names_from_csv}

{$lang.csv_delimiter}:
{include file="tools_pages/csv_delimiters.tpl"}

{$lang.text_category_delimiter}:

{include file="common_templates/create_thumbnails.tpl" width=$settings.Thumbnail.product_thumbnail_width option_name="product_thumbnail_width"}
{$lang.text_images_directory|replace:"[images_backup_dir]":$images_path}:

{$lang.text_select_file}:
{include file="common_templates/fileuploader.tpl" var_name="products_csv[0]"}

{** /Form data section **} {** Form submit section **} {include file="buttons/button.tpl" but_text=$lang.import_products but_onclick="javascript:document.importcatalogform.submit();" but_arrow="on" but_type="input"} {** /Form submit section **}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.import_catalog content=$smarty.capture.mainbox}