{* $Id: import.tpl,v 1.13 2002/10/17 13:54:57 zorg Exp $ *} {include file="location.tpl" last_location="Import products"} {assign var="columns2" value=$columns} {if $smarty.get.mode ne "imported"} This page allows you to import products from CSV file. {/if}

{capture name=dialog} {if $smarty.get.mode eq "imported"} Import operation successfully finished.
{$smarty.get.entries} entries added. {else} {section name=col loop=$columns} {assign var="idx" value=$smarty.section.col.index} {/section}
Column order:

{$smarty.section.col.index}:

Delimiter:
{ include file="provider/main/ie_delimiter.tpl" }
Default category:
Directory where images are located:
File (CSV) local:
File (CSV) for upload:


{ include file="buttons/rarrow.tpl"}   Drop all products before import

{ include file="buttons/rarrow.tpl"}
{/if} {/capture} {include file="dialog.tpl" title="Import products" content=$smarty.capture.dialog extra="width=100%"}