Save
This commit is contained in:
11
modules/raty/views/templates/front/index.php
Normal file
11
modules/raty/views/templates/front/index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../../../');
|
||||
exit;
|
||||
39
modules/raty/views/templates/front/payment_execution.tpl
Normal file
39
modules/raty/views/templates/front/payment_execution.tpl
Normal file
@@ -0,0 +1,39 @@
|
||||
{capture name=path}
|
||||
<a href="{$link->getPageLink('order', true, NULL, "step=3")|escape:'html':'UTF-8'}" title="{l s='Go back to the Checkout' mod='raty'}">{l s='Checkout' mod='raty'}</a><span class="navigation-pipe">{$navigationPipe}</span>{l s='Raty Alior Bank' mod='raty'}
|
||||
{/capture}
|
||||
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<h2>{l s='Podsumowanie zamówienia' mod='raty'}</h2>
|
||||
|
||||
{assign var='current_step' value='payment'}
|
||||
{include file="$tpl_dir./order-steps.tpl"}
|
||||
|
||||
{if $nbProducts <= 0}
|
||||
<p class="warning">{l s='Twój koszyk jest pusty.' mod='raty'}</p>
|
||||
{else}
|
||||
|
||||
<h3>{l s='Raty Alior Bank' mod='raty'}</h3>
|
||||
<form action="{$link->getModuleLink('raty', 'validation', [], true)|escape:'html'}" method="post">
|
||||
<p>
|
||||
<img src="{$this_path_bw}logo.png" alt="{l s='Raty Alior Bank' mod='raty'}" width="86" height="49" style="float:left; margin: 0px 10px 5px 0px;" />
|
||||
{l s='Wybrałeś płatność poprzez raty Alior Banku.' mod='raty'}
|
||||
<br/><br />
|
||||
{l s='To jest Twoje skrócona informacja o zamówieniu:' mod='raty'}
|
||||
</p>
|
||||
<p style="margin-top:20px;">
|
||||
- {l s='Całkowita kwota do zapłaty' mod='raty'}
|
||||
<span id="amount" class="price">{displayPrice price=$total}</span>
|
||||
{if $use_taxes == 1}
|
||||
{l s='(zawiera VAT.)' mod='raty'}
|
||||
{/if}
|
||||
</p>
|
||||
<p>
|
||||
<b>{l s='Proszę potwierdź zamówienie klikając na "Potwierdzam zamówienie".' mod='raty'}</b>
|
||||
</p>
|
||||
<p class="cart_navigation" id="cart_navigation">
|
||||
<input type="submit" value="{l s='Potwierdzam zamówienie' mod='raty'}" class="exclusive_large" />
|
||||
<a href="{$link->getPageLink('order', true, NULL, "step=3")|escape:'html'}" class="button_large">{l s='Inne metody płatności' mod='raty'}</a>
|
||||
</p>
|
||||
</form>
|
||||
{/if}
|
||||
1
modules/raty/views/templates/front/payment_infos.tpl
Normal file
1
modules/raty/views/templates/front/payment_infos.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<p>{$raty_description}</p>
|
||||
Reference in New Issue
Block a user