{include file="admin/header.html"} {include file="admin/gnavi.html"}
{include file="admin/menu/submenu_item.html"}

{$action.title}

{errorList->getMessages assign=errmsg} {if $errmsg}
    {foreach from=$errmsg item=msg}
  • {$msg|escape}
  • {/foreach}
{/if}

{*
データインポート用の CSVファイルのフォーマットは、 【サンプルデータ出力】ボタンで出力されるファイルを参考にしてください。
*}

既に登録されている商品名は、処理されません。

{include file="admin/footer.html"}