{* * 2007-2015 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-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {extends file="helpers/view/view.tpl"} {block name="override_tpl"} {if isset($warehouse)}

{l s='General information'}

{$warehouse->reference}

{$warehouse->name}

{$employee->lastname} {$employee->firstname}

{if $address->country != ''}{$address->country}{else}{l s='N/A'}{/if}

{if $address->phone != ''}{$address->phone}{else}{l s='N/A'}{/if}

{l s=$warehouse->management_type}

{$currency->name} ({$currency->sign})

{$warehouse_num_products}

{$warehouse_quantities}

{$warehouse_value}

{l s='Shops'}

{if isset($shops) && count($shops) > 0}
{l s='The following are the shops associated with this warehouse.'}
{foreach $shops as $shop} {/foreach}
{l s='ID'} {l s='Name'}
{$shop.id_shop} {$shop.name}
{else}
{l s='Currently there is no shop associated with this warehouse.'}
{/if}

{l s='Stock'}

{l s='See products details'}

{l s='History'}

{l s='See warehouse\'s activity details'}
{else}
{l s='This warehouse does not exist.'}
{/if} {/block}