first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>