{** * NOTICE OF LICENSE * With the purchase or the installation of the software in your application * you accept the license agreement. * * You can not resell and redistribute this file. * * @author Dalibor Stojcevski * @copyright 2019 Dalibor Stojcevski * @license Dalibor Stojcevski *}
{if !$products}

You don't have queued products. It is good to make this process for better testing and view before import. But you can skip and press Start import

{/if} {if $products}

Products from file

Change settings

{$file_name}

{foreach from=$products item=product} {/foreach}
# Unique Reference Name Price Quantity Brand Action
{$product.indx} {$product.reference} {$product.name} {$product.price} {$product.quantity} {$product.manufacturer} Import View
{if $limit}

There is limit ({$limit}) for queued products for better performance. If you want to show all press on link Show all

{/if} {/if}