Files
interblue.pl/modules/przelewy24/views/templates/front/payment_successful.tpl
2024-10-25 14:16:28 +02:00

32 lines
1.1 KiB
Smarty

{*
*
* @author Przelewy24
* @copyright Przelewy24
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html
*
*}
{extends file=$layout}
{block name='content'}
<section id="main">
<div class="box">
<h2>
<a href="http://przelewy24.pl" target="_blank">
<img src="{$logo_url}"
alt="{l s='Pay with Przelewy24' mod='przelewy24'}">
</a>
{l s='Congratulation!' mod='przelewy24'}
<p>
{l s='Thank you for your purchase. Your payment was confirmed by Przelewy24. You can track your order in history of orders.' mod='przelewy24'}</p>
<p class="cart_navigation">
<a href="{$urls.base_url}" class="btn btn-primary">
{l s='Return to shop' mod='przelewy24'}
</a>
<a class="btn btn-primary" href="{$urls.pages.history}">
{l s='Show order history' mod='przelewy24'}
</a>
</p>
</h2>
</div>
</section>
{/block}