first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div class="st_application">
|
||||
<h1 class="st_title">
|
||||
{__ text="Płatność"}
|
||||
</h1>
|
||||
<p style="text-align: center; margin-bottom: 20px;">
|
||||
{__ text="Płatność nie została zrealizowana."}
|
||||
</p>
|
||||
</div>
|
||||
@@ -0,0 +1,8 @@
|
||||
<div class="st_application">
|
||||
<h1 class="st_title">
|
||||
{__ text="Płatność"}
|
||||
</h1>
|
||||
<p style="text-align: center; margin-bottom: 20px;">
|
||||
{__ text="Dziękujemy za dokonanie płatności."}
|
||||
</p>
|
||||
</div>
|
||||
@@ -0,0 +1,38 @@
|
||||
<div id="st_frame_przelewy24">
|
||||
{if $check_configuration == true}
|
||||
<div id="st_txt_przelewy24">
|
||||
<p>{__ text="Kliknij przycisk"} <b>{__ text='"Zapłać"'}</b> {__ text="aby przejść do serwisu Przelewy24."}</p>
|
||||
</div>
|
||||
<div class="st_logo_przelewy24">
|
||||
<img src="/images/frontend/theme/default/stPrzelewy24Plugin/logo.jpg" alt="Przelewy24.pl"/>
|
||||
</div>
|
||||
{$form_start}
|
||||
{$hidden_p24_session_id}
|
||||
{$hidden_p24_id_sprzedawcy}
|
||||
{$hidden_p24_kwota}
|
||||
{$hidden_p24_klient}
|
||||
{$hidden_p24_adres}
|
||||
{$hidden_p24_kod}
|
||||
{$hidden_p24_miasto}
|
||||
{$hidden_p24_kraj}
|
||||
{$hidden_p24_email}
|
||||
{$hidden_p24_return_url_ok}
|
||||
{$hidden_p24_return_url_error}
|
||||
{$hidden_p24_opis}
|
||||
{if $show_payment_table}
|
||||
<script type="text/javascript" src="https://secure.przelewy24.pl/external/formy.php?id={$p24_id_sprzedawcy}&encoding=utf-8&style=0&opis=0&cols={$payment_table_cols}&lang={$lang}"></script>
|
||||
<script type="text/javascript">m_formy();</script>
|
||||
{/if}
|
||||
{$hidden_p24_language}
|
||||
<div id="st_form-payment-submit" class="st_button-container">
|
||||
<div class="st_button st_align-right">
|
||||
<div class="st_button-left">
|
||||
{$submit_button}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{else}
|
||||
{__ text="Płatność została błędnie skonfigurowana."}
|
||||
{/if}
|
||||
</div>
|
||||
Reference in New Issue
Block a user