Files
masimmo.pl/modules/raty/views/templates/front/payment_execution.tpl
Roman Pyrih e75fa515f5 Save
2024-12-12 15:57:01 +01:00

40 lines
1.6 KiB
Smarty

{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}