File Manager

Current Path : /webspace/www.babilon.be/html/shop/modules/syspay/views/templates/hook/
Upload File :
Current File : /webspace/www.babilon.be/html/shop/modules/syspay/views/templates/hook/hookadminorder-16.tpl

{*
* 2007-2014 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-2014 PrestaShop SA
*  @version  Release: $Revision: 7732 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}

<link href="{$module_dir|escape:'htmlall':'UTF-8'}css/hookadminorder.css" rel="stylesheet" type="text/css" media="all" />
<script>
    $(document).ready(function() {

        $('form.container-command-top-spacing').submit(function(e) {
            var self = this;
            e.preventDefault();
            jQuery.fancybox($('#warn_refund').html(), {
                afterClose : function() {
                    $('form.container-command-top-spacing').append('<input type="hidden" name="partialRefund" />');
                    self.submit();
                }
            });
            return true;
        });
    });
</script>
<div id="warn_refund" style="width:400px;display: none;">
    <div>
        {l s='Remember once created the "Credit Slip" to process the refund via the dedicated form in the SysPay section!' mod='syspay'}
    </div>
</div>
<div class="row info_syspay">
    <div class="col-lg-12">
        <div class="panel">
            <h3>
                <i class="icon-money"></i>
                {l s='SysPay' mod='syspay'}
            </h3>
            <h4>{l s='Payments' mod='syspay'}</h4>
            {if isset($info_payment)}
            <table class="table">
                <thead>
                <tr>
                    <th><span class="title_box ">{l s='ID' mod='syspay'}</span></th>
                    <th><span class="title_box ">{l s='Reference' mod='syspay'}</span></th>
                    <th><span class="title_box ">{l s='Amount' mod='syspay'}</span></th>
                    <th><span class="title_box ">{l s='Currency' mod='syspay'}</span></th>
                    <th><span class="title_box ">{l s='Statut' mod='syspay'}</span></th>
                    <th><span class="title_box ">{l s='Date' mod='syspay'}</span></th>
                    <th><span class="title_box ">{l s='Action' mod='syspay'}</span></th>
                    <th></th>
                </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>{$info_payment.id|escape:'htmlall':'UTF-8'}</td>
                        <td>{$info_payment.reference|escape:'htmlall':'UTF-8'}</td>
                        <td>{$info_payment.amount|escape:'htmlall':'UTF-8'}</td>
                        <td>{$info_payment.currency|escape:'htmlall':'UTF-8'}</td>
                        <td>{$info_payment.status|escape:'htmlall':'UTF-8'}</td>
                        <td>{$info_payment.pt|escape:'htmlall':'UTF-8'}</td>
                        <td>
                            {if isset($show_btn)}
                                <form method="post" action="{$currentIndex|escape:'htmlall':'UTF-8'}&vieworder&id_order={$id_order|intval}&token={$smarty.get.token|escape:'htmlall':'UTF-8'}">
                                    <input type="hidden" name="sp_cancel_payment" value="2" />
                                    <input type="submit" class="btn btn-default" name="sp_action_cancel_payment" value="{l s='Cancel the payment' mod='syspay'}" />
                                </form>
                            {/if}
                        </td>
                        <td></td>
                    </tr>
                </tbody>
            </table>
            {else}
                <p>
                    {l s='Payments list unavailable' mod='syspay'}
                </p>
            {/if}

            <h4 style="margin-top: 35px;">{l s='Refunds' mod='syspay'}</h4>
            {if isset($info_refund)}
                <table class="table">
                    <thead>
                    <tr>
                        <th><span class="title_box ">{l s='ID' mod='syspay'}</span></th>
                        <th><span class="title_box ">{l s='Reference' mod='syspay'}</span></th>
                        <th><span class="title_box ">{l s='Amount' mod='syspay'}</span></th>
                        <th><span class="title_box ">{l s='Currency' mod='syspay'}</span></th>
                        <th><span class="title_box ">{l s='Statut' mod='syspay'}</span></th>
                        <th><span class="title_box ">{l s='Description' mod='syspay'}</span></th>
                        <th><span class="title_box ">{l s='Date' mod='syspay'}</span></th>
                        <th></th>
                    </tr>
                    </thead>
                    <tbody>
                    {foreach from=$info_refund item=r}
                        <tr>
                            <td>{$r.id|escape:'htmlall':'UTF-8'}</td>
                            <td>{$r.reference|escape:'htmlall':'UTF-8'}</td>
                            <td>-{$r.amount|escape:'htmlall':'UTF-8'}</td>
                            <td>{$r.currency|escape:'htmlall':'UTF-8'}</td>
                            <td>{$r.status|escape:'htmlall':'UTF-8'}</td>
                            <td>{$r.description|escape:'htmlall':'UTF-8'}</td>
                            <td>{$r.pt|escape:'htmlall':'UTF-8'}</td>
                        </tr>
                    {/foreach}
                    </tbody>
                </table>
            {else}
                <p>
                    {l s='No refunds' mod='syspay'}
                </p>
            {/if}
            {if isset($show_refund)}
                <h4 style="margin-top: 35px;">{l s='Make a refund' mod='syspay'}</h4>
                <form style="margin-top: 10px"  method="post" action="{$currentIndex|escape:'htmlall':'UTF-8'}&vieworder&id_order={$id_order|intval}&token={$smarty.get.token|escape:'htmlall':'UTF-8'}">
                    <p class="alert alert-info">{l s='You cannot refund more than the initial payment' mod='syspay'}</p>
                    <input type="hidden" name="refund_form" value="2" />
                    <span>{l s='Amount' mod='syspay'}</span><br />
                    <input type="text" name="refund_value" style="display: inline-block; width: 120px;" />
                    <span>{$info_payment.currency|escape:'htmlall':'UTF-8'}</span><br /><br/>
                    <span>{l s='Reason' mod='syspay'}</span><br />
                    <input type="text" name="refund_reason" style="width: 200px;" /><br />
                    <input type="submit" class="btn btn-default" name="make_refund" value="{l s='Refund' mod='syspay'}" />
                </form>
            {/if}
        </div>
    </div>
</div>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com