{* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 8971 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if $show_toolbar}
{include file="toolbar.tpl" toolbar_btn=$toolbar_btn}

{$title|default:' '}

{block name="leadin"}{/block}
{/if} {if $module_confirmation}
{l s='The .CSV file has been imported into your shop.'}
{/if}
{l s='Upload'}

{l s='You can also upload your file by FTP and put it in'} {$path_import}.
{l s='Allowed files are only UTF-8 and iso-8859-1 encoded ones'}
{l s='Sample files'}
 
{l s='Import'}
{if count($files_to_import)}
({count($files_to_import)} {if count($files_to_import) > 1} {l s='files available'}{else}{l s='file available'}{/if})
{l s='e.g. '}"1;Ipod;129.90;5"
{l s='e.g. '}"Ipod;red.jpg,blue.jpg,green.jpg;129.90"

{l s='Note that the category import does not support categories of the same name'}.

{l s='Note that references are not specified as UNIQUE in the database'}.

{else}
{l s='No CSV file is available, please upload one file above.'}

{l s='You can get many informations about CSV import at:'} http://www.prestashop.com/wiki/Troubleshooting_6/

{l s='More about CSV format at: '} http://en.wikipedia.org/wiki/Comma-separated_values
{/if}
{l s='Fields available'}
{$available_fields}


{l s='* Required Fields'}