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,6 @@
{set layout="one_column_layout"}
<div id="order_payment" class="box roundies">
<div class="content">
{$show_payment}
</div>
</div>

View File

@@ -0,0 +1,19 @@
<div id="st_component-st_payment-list" class="st_payment-list-table">
{if $hasPaymentType}
<h3>{__ text="Płatności"}</h3>
<ul>
{foreach key=row item=payment from=$results}
<li class="payment">
{$payment.radio} {$payment.name}
<p style="margin-left: 25px">{$payment.description}</p>
<p style="margin-left: 25px">{$payment.paymentTypeSocket}</p>
</li>
{/foreach}
</ul>
{else}
<h3>{__ text="Płatności"}</h3>
<ul>
<li class="payment">{__ text="Brak dostępnych form płatności."}</li>
</ul>
{/if}
</div>

View File

@@ -0,0 +1,7 @@
<div id="order_payment" class="roundies box_form">
<h3>{$payment_name}</h3>
<div class="content">
{$show_payment}
</div>
</div>
<br class="clear" />

View File

@@ -0,0 +1,8 @@
{if $santander}
<li id="eraty-santander-calculate">
{st_get_component module="stSantanderFrontend" component="calculate" id=$id product=$product amount=$amount}
</li>
{/if}
{if $lukas}
{st_get_component module="stLukasFrontend" component="calculate" id=$id product=$product amount=$amount}
{/if}