0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
pshoptuscamisetaspersonalizadas
/
admin
/
themes
/
default
/
template
/
controllers
/
supply_orders
/
helpers
/
view
/
[
Home
]
Name File: view.tpl
< back
{* * 2007-2013 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 <contact@prestashop.com> * @copyright 2007-2013 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"} <div style="margin-top: 20px;"> <fieldset> <legend>{if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='General information'}</legend> <table style="width: 400px;" classe="table"> <tr> <td>{l s='Creation date:'}</td> <td>{$supply_order_creation_date}</td> </tr> <tr> <td>{l s='Supplier:'}</td> <td>{$supply_order_supplier_name}</td> </tr> <tr> <td>{l s='Last update:'}</td> <td>{$supply_order_last_update}</td> </tr> <tr> <td>{l s='Delivery expected:'}</td> <td>{$supply_order_expected}</td> </tr> <tr> <td>{l s='Warehouse:'}</td> <td>{$supply_order_warehouse}</td> </tr> <tr> <td>{l s='Currency:'}</td> <td>{$supply_order_currency->name}</td> </tr> <tr> <td>{l s='Global discount rate:'}</td> <td>{$supply_order_discount_rate} %</td> </tr> </table> </fieldset> </div> <div style="margin-top: 20px;"> <fieldset> <legend>{if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='Products:'}</legend> {$supply_order_detail_content} </fieldset> </div> <div style="margin-top: 20px;"> <fieldset> <legend>{if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='Summary'}</legend> <table style="width: 400px;" classe="table"> <tr> <th>{l s='Designation'}</th> <th width="100px">{l s='Value'}</th> </tr> <tr> <td bgcolor="#000000"></td> <td bgcolor="#000000"></td> </tr> <tr> <td>{l s='Total (tax excl.)'}</td> <td align="right">{$supply_order_total_te}</td> </tr> <tr> <td>{l s='Discount'}</td> <td align="right">{$supply_order_discount_value_te}</td> </tr> <tr> <td>{l s='Total with discount (tax excl.)'}</td> <td align="right">{$supply_order_total_with_discount_te}</td> </tr> <tr> <td bgcolor="#000000"></td> <td bgcolor="#000000"></td> </tr> <tr> <td>{l s='Total Tax'}</td> <td align="right">{$supply_order_total_tax}</td> </tr> <tr> <td>{l s='Total (tax incl.)'}</td> <td align="right">{$supply_order_total_ti}</td> </tr> <tr> <td bgcolor="#000000"></td> <td bgcolor="#000000"></td> </tr> <tr> <td>{l s='Total to pay.'}</td> <td align="right">{$supply_order_total_ti}</td> </tr> </table> </fieldset> </div> {/block}
©
2018. | Recode by D7net