first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{set layout="one_column_layout"}
|
||||
<div id="order_payment" class="box roundies">
|
||||
<div class="content">
|
||||
{$show_payment}
|
||||
</div>
|
||||
</div>
|
||||
@@ -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>
|
||||
@@ -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" />
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user