This commit is contained in:
2025-03-09 23:50:32 +01:00
parent 1e498b41c7
commit 67c05416ac
190 changed files with 8061 additions and 3363 deletions

View File

@@ -0,0 +1,34 @@
<?php
/**
* 2007-2021 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-2021 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;

View File

@@ -0,0 +1,25 @@
{extends file='page.tpl'}
{block name="page_content"}
<p>
<span style="font-size: 16px; font-weight: bold;">Wystąpiły błędy przy realizacji płatności.</span>
<br /><br /><br />
<span style="font-size: 16px;">Numer wniosku kredytowego: <b>{$wniosekId}</b></span>.
<br /><br />
<span style="font-size: 16px;">Numer zamówienia w sklepie: <b>{$orderId}</b></span>.
<br/>
<hr/>
<p>
{$errors}
</p>
<hr/>
<br/>
W razie jakichkolwiek pytań prosimy o kontakt z <a href="{$base_dir}contact-form.php">Działem Obsługi Klienta</a>.
</p>
{/block}

View File

@@ -0,0 +1,45 @@
{extends file='page.tpl'}
{block name="page_content"}
{if $status == 'false'}
<p class="warning">
Zrezygnowałes z otrzymania kredytu ratalnego.
</p>
{else}
<p>
<span style="font-size: 16px; font-weight: bold;">Dziękujemy za złożenie wniosku w Santander Consumer Bank.</span>
<br /><br /><br />
<span style="font-size: 16px;">Numer wniosku kredytowego: <b>{$wniosekId}</b></span>.
<br /><br />
<span style="font-size: 16px;">Numer zamówienia w sklepie: <b>{$orderId}</b></span>.
<br /><br /><br />
<b>W przypadku pozytywnej wstępnej weryfikacji oczekuj na kontakt telefoniczny z konsultantem Santander.</b>
<br /><br />
Podczas rozmowy telefonicznej sporządzi razem z Toba umowę ratalna.
<br /><br />
<b>Przygotuj: dowód osobisty oraz drugi dokument tożsamosci.</b>
<br /><br />
Kiedy tylko otrzymamy informację o otrzymaniu płatności będziesz mógł śledzić stan swojego zamówienia w sekcji "Moje konto".
</p>
{/if}
{/block}

View File

@@ -0,0 +1,8 @@
{extends file='page.tpl'}
{block name="page_content"}
<h1>test</h1>
<p>
{$test}
</p>
{/block}