first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<li>
|
||||
{$form}
|
||||
{$type}
|
||||
{$id}
|
||||
{$price}
|
||||
{$submit}
|
||||
</form>
|
||||
</li>
|
||||
@@ -0,0 +1,20 @@
|
||||
{$link}
|
||||
{if $amount <= "500"}
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
jQuery(function ($)
|
||||
{
|
||||
var amount = {/literal}{$amount}{literal};
|
||||
|
||||
if($( "#credit-agricol" ).closest("li").children('input').is(':checked') && amount <= '500'){
|
||||
$( "#st_delivery-payment_list" ).find('input:first').attr('checked', true);
|
||||
}
|
||||
|
||||
$( "#credit-agricol" ).closest("li").children('input').remove();
|
||||
$( "#credit-agricol" ).closest("li").css("padding-left", "20px");
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
{/if}
|
||||
@@ -0,0 +1,5 @@
|
||||
<li>
|
||||
{$form}
|
||||
{$submit}
|
||||
</form>
|
||||
</li>
|
||||
@@ -0,0 +1,9 @@
|
||||
<div id="stPayment_return" class="box roundies">
|
||||
<div class="title">
|
||||
<h2>{__ text="Płatność"}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>{__ text="Rezygnacja z wypełnienia Wniosku o kredyt ratalny Credit Agricole Bank Polska S.A."}</p>
|
||||
<p>{__ text="Skontaktuj się ze sklepem i wybierz inną metodę płatności."}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,9 @@
|
||||
<div id="stPayment_return" class="box roundies">
|
||||
<div class="title">
|
||||
<h2>{__ text="Płatność"}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>{__ text="Wniosek został złożony poprawnie - dziękujemy."}</p>
|
||||
<p>{__ text="W ciągu 24 h skontaktuje się z Tobą doradca Credit Agricole Bank Polska S.A., potem Twoje zamówienie będzie mogło być zrealizowane."}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,16 @@
|
||||
{if $check_configuration}
|
||||
<div id="st_box_payment">
|
||||
<img id="st_home" src="https://ewniosek.credit-agricole.pl/eWniosek/res/CA_grafika/485_przezroczysty.png" alt=""/>
|
||||
{$form_start}
|
||||
{$type}
|
||||
{$id}
|
||||
{$submit_button}
|
||||
</form>
|
||||
<br />
|
||||
</div>
|
||||
{else}
|
||||
<div id="st_box_payment">
|
||||
<p><img id="st_home" src="/images/frontend/theme/default2/stLukasPlugin/logo.png" alt=""/></p>
|
||||
<p>{__ text="Płatność została błędnie skonfigurowana."}</p>
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user