first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<div id="stPayment_return" class="box roundies">
|
||||
<div class="title">
|
||||
<h2>
|
||||
<img src="{image_path image='stPaypalPlugin/paypal_logo.png'}" alt="paypal" />
|
||||
</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
{if $successful}
|
||||
<p id="st_paypal-message-success">
|
||||
{__ text="Dziękujemy za dokonanie płatności. Twoje zamówienie zostanie zrealizowane po otrzymaniu płatności."}
|
||||
</p>
|
||||
<div class="buttons important">
|
||||
<a class="important" href="/">{__ text="Przejdź do strony głównej" langCatalogue="stPaypalFrontend"}</a>
|
||||
</div>
|
||||
{elseif $already_payed}
|
||||
<p id="st_paypal-message-failed">
|
||||
{__ text="Zamówienie zostało już opłacone."}
|
||||
</p>
|
||||
<div class="buttons important">
|
||||
<a class="important" href="/">{__ text="Przejdź do strony głównej" langCatalogue="stPaypalFrontend"}</a>
|
||||
</div>
|
||||
{else}
|
||||
<p id="st_paypal-message-failed">
|
||||
{__ text="Wystąpił problem podczas realizowania płatności za pośrednictwem serwisu Paypal."}
|
||||
</p>
|
||||
<p id="st_paypal-checkout-button">
|
||||
{$paypal_button}
|
||||
</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
<p id="st_paypal-message-failed">
|
||||
{__ text="Wystąpił problem podczas realizowania płatności za pośrednictwem serwisu Paypal."}
|
||||
</p>
|
||||
@@ -0,0 +1,12 @@
|
||||
<div id="st_box_payment">
|
||||
<span>
|
||||
{$description}
|
||||
</span>
|
||||
<p id="st_paypal-message-success">
|
||||
{if $already_payed}
|
||||
{__ text="Zamówienie zostało już opłacone."}
|
||||
{else}
|
||||
{$paypal_button}
|
||||
{/if}
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user