first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div id="stPayment_return" class="box roundies">
|
||||
<div class="title">
|
||||
<h2>{__ text="Płatność"}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>{__ text="Płatność nie została zrealizowana."}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,8 @@
|
||||
<div id="stPayment_return" class="box roundies">
|
||||
<div class="title">
|
||||
<h2>{__ text="Płatność"}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>{__ text="Dziękujemy za dokonanie płatności."}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,45 @@
|
||||
{if $check_configuration}
|
||||
<div id="st_box_payment">
|
||||
<img id="st_home" src="/images/frontend/theme/default2/stMoneybookersPlugin/logo_with_bank.png" alt=""/><br />
|
||||
<span>
|
||||
{$description}
|
||||
</span>
|
||||
{$form_start}
|
||||
{$input_pay_to_email}
|
||||
{$input_recipient_description}
|
||||
{$input_transaction_id}
|
||||
{$input_return_url}
|
||||
{$input_return_url_text}
|
||||
{$input_cancel_url}
|
||||
{$input_status_url}
|
||||
{$input_language}
|
||||
{$input_firstname}
|
||||
{$input_lastname}
|
||||
{$input_address}
|
||||
{$input_postal_code}
|
||||
{$input_city}
|
||||
{$input_country}
|
||||
{$input_amount}
|
||||
{$input_currency}
|
||||
{$input_detail1_description}
|
||||
{$input_detail1_text}
|
||||
{$input_merchant_fields}
|
||||
{$input_hash}
|
||||
{$input_referring_platform}
|
||||
{$input_hide_login}
|
||||
{$input_pay_from_email}
|
||||
{$input_payment_methods}
|
||||
<div class="buttons right">
|
||||
<button type="submit" class="important roundies">
|
||||
<span class="arrow_right">{__ text="Zapłać"}</span>
|
||||
</button>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
</form>
|
||||
</div>
|
||||
{else}
|
||||
<div id="st_box_payment">
|
||||
<p><img id="st_home" src="/images/frontend/theme/default2/stMoneybookersPlugin/logo_with_bank.png" alt=""/></p>
|
||||
{__ text="Płatność została błędnie skonfigurowana."}
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user