| 2 |
lars |
1 |
{extends file="buy.tpl"}
|
|
|
2 |
{block name="buyStep"}
|
|
|
3 |
<!-- $Id: buy_1b.tpl 2985 2022-12-08 11:27:15Z tiefland $ BEGIN -->
|
|
|
4 |
{if $ini.PayPalPlus.aktiv!=1}
|
|
|
5 |
<script>
|
|
|
6 |
$(function(){
|
|
|
7 |
$('#continueBtn').click(function(){
|
|
|
8 |
$('#buy_form').submit();
|
|
|
9 |
return false;
|
|
|
10 |
})
|
|
|
11 |
})
|
|
|
12 |
</script>
|
|
|
13 |
{/if}
|
|
|
14 |
<!-- basket topNav start -->
|
|
|
15 |
<div class="basketNav2">
|
|
|
16 |
{if $smarty.get.account == "new" || $mode_error == "new"}
|
|
|
17 |
<div class="steps_headline">
|
|
|
18 |
<h1>Kundenkonto</h1>
|
|
|
19 |
</div>
|
|
|
20 |
{*<div class="steps_image desktop">
|
|
|
21 |
<img onerror="this.src='/images/webelemente/bestellprozess_step1_active.png'" src="/images/webelemente/svg/bestellprozess_step1_active.svg" alt="Schritt für Schritt durch die Bestellung" />
|
|
|
22 |
</div>*}
|
|
|
23 |
{else}
|
|
|
24 |
<div class="steps_headline">
|
|
|
25 |
<h1>Adresse/Zahlart</h1>
|
|
|
26 |
</div>
|
|
|
27 |
{*<div class="steps_image desktop">
|
|
|
28 |
<img onerror="this.src='/images/webelemente/bestellprozess_step2_active.png'" src="/images/webelemente/svg/bestellprozess_step2_active.svg" alt="Schritt für Schritt durch die Bestellung" />
|
|
|
29 |
</div>*}
|
|
|
30 |
{/if}
|
|
|
31 |
</div>
|
|
|
32 |
<!-- basket topNav ende -->
|
|
|
33 |
|
|
|
34 |
<div class="">
|
|
|
35 |
<div class="bestellvorgang">
|
|
|
36 |
{assign var=step value=2}
|
|
|
37 |
{if $smarty.session.SHOP.VERSAND.versandart=="easycredit"}
|
|
|
38 |
<div>{$errormsg_easycredit}</div>
|
|
|
39 |
{/if}
|
|
|
40 |
<form class="basket_form" action="{if $ini.ssl_buy==1}https://{$smarty.server.SERVER_NAME}{/if}/bestellen_seite_{$step}.html" method="post" name="buy" id="buy_form">
|
|
|
41 |
<input type="hidden" name="_token" value="{csrf_token()}" />
|
|
|
42 |
|
|
|
43 |
<table class="basket_table">
|
|
|
44 |
<tr>
|
|
|
45 |
<td colspan="2" class="basket_head1">
|
|
|
46 |
|
|
|
47 |
Zahlungs- und Lieferart<br/>
|
|
|
48 |
|
|
|
49 |
</td>
|
|
|
50 |
</tr>
|
|
|
51 |
{if $smarty.session.SHOP.VERSAND.versandart=="easycredit"}
|
|
|
52 |
<tr>
|
|
|
53 |
<td colspan="2">Ich stimme folgendem zu:</td>
|
|
|
54 |
</tr>
|
|
|
55 |
<tr>
|
|
|
56 |
<td style="vertical-align:top">
|
|
|
57 |
<input type="hidden" name="zustimmungDatenuebertragungPaymentPage" value="0" />
|
|
|
58 |
<input type="checkbox" name="zustimmungDatenuebertragungPaymentPage" id="zustimmungDatenuebertragungPaymentPage" value="1" />
|
|
|
59 |
</td>
|
|
|
60 |
<td>
|
|
|
61 |
<label for="zustimmungDatenuebertragungPaymentPage" style="cursor:pointer">{$smarty.session.easycredit.texte->zustimmungDatenuebertragungPaymentPage}</label>
|
|
|
62 |
</td>
|
|
|
63 |
</tr>
|
|
|
64 |
{elseif $smarty.session.SHOP.VERSAND.versandart=="crefopay"||$smarty.session.SHOP.VERSAND.versandart=="crefopayKK"||$smarty.session["SHOP"]["paypalCheckout"]["rechnung"]===true}
|
|
|
65 |
<tr>
|
|
|
66 |
<td colspan="2">{$langstrings.buy.geburtsdatum_info}</td>
|
|
|
67 |
</tr>
|
|
|
68 |
<tr>
|
|
|
69 |
<td style="vertical-align:top">
|
|
|
70 |
<label for="birthday" style="cursor:pointer">Geburtsdatum</label>
|
|
|
71 |
<input type="date" name="birthDay" id="birthDay" value="{$smarty.session.SHOP.buy.Persdata.bDay}" required="true" />
|
|
|
72 |
</td>
|
|
|
73 |
<td style="color:red;">{$errormsg_crefopay}</td>
|
|
|
74 |
</tr>
|
|
|
75 |
{/if}
|
|
|
76 |
</table>
|
|
|
77 |
<input type="hidden" name="action" value="{$smarty.session.SHOP.VERSAND.versandart}" />
|
|
|
78 |
<input type="hidden" name="step" value="{$step}" />
|
|
|
79 |
<input type="hidden" name="continue_on_email_error" value="{$smarty.post.continue_on_email_error|default:0}" id="continue_email" />
|
|
|
80 |
|
|
|
81 |
</form>
|
|
|
82 |
|
|
|
83 |
<div class="bottom_nav2">
|
|
|
84 |
<div style="float:left;">
|
|
|
85 |
{if !$smarty.session.SHOP.hash}
|
|
|
86 |
<a href="/bestellen_seite_1.html" class="zurueckButton shopButton" title="zurück"><img src="/images/webelemente/doppelpfeil-links-schwarz.png" width="12" height="12" alt=""/> ZURÜCK</a>
|
|
|
87 |
{/if}
|
|
|
88 |
</div>
|
|
|
89 |
<div style="float:right">
|
|
|
90 |
{if $smarty.get.anfrage==1}
|
|
|
91 |
<a href="javascript:document.buy.submit();"><img class="loading_dlg" src="/images/webelemente/butt_projektanfrage_senden.png" alt="Projektanfrage" /></a>
|
|
|
92 |
{else}
|
|
|
93 |
<a href="javascript:document.buy.submit();" id="continueBtn" class="weiterButton" title="weiter">WEITER <img src="/images/webelemente/doppelpfeil-rechts-weiss.png" width="12" height="12" alt="Gastkunde weiter"/></a>
|
|
|
94 |
{/if}
|
|
|
95 |
</div>
|
|
|
96 |
</div>
|
|
|
97 |
</div>
|
|
|
98 |
</div>
|
|
|
99 |
|
|
|
100 |
<div class="break"></div>
|
|
|
101 |
<!-- $Id: buy_1b.tpl 2985 2022-12-08 11:27:15Z tiefland $ END -->
|
|
|
102 |
{/block}
|