first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<li id="credit-agricole-button">
|
||||
{$form}
|
||||
{$type}
|
||||
{$id}
|
||||
{$price}
|
||||
{$submit}
|
||||
</form>
|
||||
</li>
|
||||
@@ -0,0 +1,22 @@
|
||||
{$link}
|
||||
{if $amount <= "500"}
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
jQuery(function ($)
|
||||
{
|
||||
var amount = {/literal}{$amount}{literal};
|
||||
|
||||
if($( "#credit-agricol" ).closest("label").children('input').is(':checked') && amount <= '500'){
|
||||
$( "#shopping-cart-payment" ).find('input:first').attr('checked', true);
|
||||
}
|
||||
|
||||
$( "#credit-agricol" ).closest("label").children('input').attr('disabled', true);
|
||||
$( "#credit-agricol" ).closest("label").children('input').css("margin-right", "5px");
|
||||
$( "#credit-agricol" ).closest("div").removeClass("radio");
|
||||
$( "#credit-agricol" ).closest("div").css("margin-top", "-5px","margin-bottom", "6px");
|
||||
$( "#credit-agricol" ).css("margin-left", "20px");
|
||||
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
{/if}
|
||||
@@ -0,0 +1,5 @@
|
||||
<!-- <li>
|
||||
{$form}
|
||||
{$submit}
|
||||
</form>
|
||||
</li> -->
|
||||
@@ -0,0 +1,20 @@
|
||||
{set layout="one_column"}
|
||||
<div id="payment">
|
||||
<div class="title">
|
||||
<h1>{__ text="Płatność"}</h1>
|
||||
</div>
|
||||
<div class="panel panel-default center-block">
|
||||
<div class="panel-heading">
|
||||
{__ text="Credit Agricole Raty"}
|
||||
</div>
|
||||
<div class="panel-body text-center">
|
||||
<p>
|
||||
{__ text="Rezygnacja z wypełnienia Wniosku o kredyt ratalny Credit Agricole Bank Polska S.A."}<br />
|
||||
{__ text="Skontaktuj się z nami." langCatalogue="stPayment"}
|
||||
</p>
|
||||
{if $contactLink}
|
||||
<a href="{$contactLink}" class="btn btn-primary">{__ text="Kontakt" langCatalogue="stPayment"}</a>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,16 @@
|
||||
{set layout="one_column"}
|
||||
<div id="payment">
|
||||
<div class="title">
|
||||
<h1>{__ text="Płatność"}</h1>
|
||||
</div>
|
||||
<div class="panel panel-default center-block">
|
||||
<div class="panel-heading">
|
||||
{__ text="Credit Agricole Raty"}
|
||||
</div>
|
||||
<div class="panel-body text-center">
|
||||
<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>
|
||||
<a href="/" class="btn btn-primary">{__ text="Wróć do zakupów" langCatalogue="stPayment"}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,22 @@
|
||||
<div class="panel panel-default center-block">
|
||||
<div class="panel-heading">
|
||||
{__ text="Credit Agricole Raty"}
|
||||
</div>
|
||||
<div class="panel-body text-center">
|
||||
{if $check_configuration}
|
||||
<img src="https://ewniosek.credit-agricole.pl/eWniosek/res/CA_grafika/485_przezroczysty.png" class="img-responsive" alt="{__ text="Credit Agricole Raty"}"/>
|
||||
<span>
|
||||
{$description}
|
||||
</span>
|
||||
{$form_start}
|
||||
{$type}
|
||||
{$id}
|
||||
<button type="submit" class="btn btn-primary pull-right">
|
||||
{__ text="Zapłać"}
|
||||
</button>
|
||||
</form>
|
||||
{else}
|
||||
{__ text="Płatność została błędnie skonfigurowana."}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user