Ticket #1375 AA / BB / CC
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3421 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
f7bbc5cb8c
commit
c51f536f1d
3 changed files with 21 additions and 64 deletions
|
|
@ -17,13 +17,13 @@
|
||||||
<td class="st-position-name-col">Gesamtpreis der Reise</td>
|
<td class="st-position-name-col">Gesamtpreis der Reise</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="{% if(show_detail) %}hidden{% endif %}">
|
<tr class="">
|
||||||
<td class="st-position-price-col">
|
<td class="st-position-price-col">
|
||||||
<span class="st-deposit-price">{{ booking_price_info.deposit_total|number_format(2) }} €</span>
|
<span class="st-deposit-price">{{ booking_price_info.deposit_total|number_format(2) }} €</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="st-position-name-col">Anzahlung (ist sofort fällig)</td>
|
<td class="st-position-name-col">Anzahlung (ist sofort fällig)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="{% if(show_detail) %}hidden{% endif %}">
|
<tr class="">
|
||||||
<td class="st-position-price-col">
|
<td class="st-position-price-col">
|
||||||
<span class="st-final-price">{{ booking_price_info.final_payment|number_format(2) }} €</span>
|
<span class="st-final-price">{{ booking_price_info.final_payment|number_format(2) }} €</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -208,6 +208,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>Die gewünschte Zahlungsart (Überweisung, Kreditkarten) stimmen wir mit Ihnen im Anschluss an Ihre Buchung ab.</p>
|
||||||
|
|
||||||
|
{% if(travel_program.category.id == 1) %}
|
||||||
|
<br>
|
||||||
|
<p> Abweichend von den Anzahlungsbedingungen Ziffer 2.1 gelten hier besondere Anzahlungsbedingungen wie folgt:<br>Fluganteil 100 % und Landleistung 20%. Abweichend von den allgemeinen Stornobedingungen Ziffer 4.3a gelten hier besondere Stornobedingungen (Ziffer 4.3b) wie folgt: Fluganteil 100 % und Landleistung gemäß Ziffer 4.3a allgemeine Stornobedingungen.</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -599,23 +606,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div><!-- end form-box -->
|
</div><!-- end form-box -->
|
||||||
|
|
||||||
|
|
||||||
<div class="form-box">
|
|
||||||
<div class="">
|
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
||||||
<h5>Unverbindliche Anmerkungen</h5>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
||||||
{{ form_field(form.notes, 'Unverbindliche Anmerkungen', {
|
|
||||||
'label_attr': {'class': 'sr-only'},
|
|
||||||
'attr': {'rows': '6'}
|
|
||||||
}) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div><!-- end form-box -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="form-box">
|
<div class="form-box">
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
|
|
@ -683,7 +673,7 @@
|
||||||
<div class="form-box">
|
<div class="form-box">
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<h5>Bestätigung der persönlichen Daten und zahlungspflichtigen Buchung</h5>
|
<h5>Datenschutzerklärung und Einwilligungserklärung</h5>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
@ -730,55 +720,20 @@
|
||||||
</div>
|
</div>
|
||||||
</div><!-- end form-box -->
|
</div><!-- end form-box -->
|
||||||
|
|
||||||
|
|
||||||
<div class="form-box">
|
<div class="form-box">
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<h5>Zahlung</h5>
|
<h5>Unverbindliche Anmerkungen</h5>
|
||||||
<div class="well">
|
|
||||||
Die gewünschte Zahlungsart (Rechnung, Überweisung, Sofortüberweisung, Kreditkarten, Barzahlung) stimmen wir mit Ihnen im Anschluss an Ihre Buchung ab.
|
|
||||||
<div class="booking_price_info">
|
|
||||||
<table class="st-booking-table" id="st-booking-price-set-table">
|
|
||||||
<tbody>
|
|
||||||
<tr class="st-total-tr">
|
|
||||||
<td class="st-position-price-col">
|
|
||||||
<span class="st-total-price-set">0 €</span>
|
|
||||||
</td>
|
|
||||||
<td class="st-position-name-col">Gesamtpreis der Reise</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr class="">
|
|
||||||
<td class="st-position-price-col">
|
|
||||||
<span class="st-deposit-price-set">0 €</span>
|
|
||||||
</td>
|
|
||||||
<td class="st-position-name-col">Anzahlung (ist sofort fällig)</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="">
|
|
||||||
<td class="st-position-price-col">
|
|
||||||
<span class="st-final-price-set">0 €</span>
|
|
||||||
</td>
|
|
||||||
<td class="st-position-name-col">Restzahlung (bis zum 01.07.2018)</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if(travel_program.category.id != 1) %}
|
|
||||||
<br>
|
|
||||||
<h5>Hinweis</h5>
|
|
||||||
<p>Abweichend von den Anzahlungsbedingungen Ziffer 2.1 gelten hier besondere Anzahlungsbedingungen wie folgt:
|
|
||||||
Fluganteil 100 % und Landleistung 20%.
|
|
||||||
Abweichend von den allgemeinen Stornobedingungen Ziffer 4.3a gelten hier besondere Stornobedingungen
|
|
||||||
(Ziffer 4.3b) wie folgt: Fluganteil 100 % und Landleistung gemäß Ziffer 4.3a allgemeine Stornobedingungen.</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
|
{{ form_field(form.notes, 'Unverbindliche Anmerkungen', {
|
||||||
|
'label_attr': {'class': 'sr-only'},
|
||||||
|
'attr': {'rows': '6'}
|
||||||
|
}) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div><!-- end form-box -->
|
||||||
|
|
||||||
|
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<button type="submit" value="SEND" id="submit"
|
<button type="submit" value="SEND" id="submit"
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,11 @@ $(document).ready(function() {
|
||||||
|
|
||||||
}).then(function(r) {
|
}).then(function(r) {
|
||||||
summary$.html(r);
|
summary$.html(r);
|
||||||
|
/*
|
||||||
$('#st-booking-price-set-table .st-total-price-set').html($(r).find('.st-total-price').text());
|
$('#st-booking-price-set-table .st-total-price-set').html($(r).find('.st-total-price').text());
|
||||||
$('#st-booking-price-set-table .st-deposit-price-set').html($(r).find('.st-deposit-price').text());
|
$('#st-booking-price-set-table .st-deposit-price-set').html($(r).find('.st-deposit-price').text());
|
||||||
$('#st-booking-price-set-table .st-final-price-set').html($(r).find('.st-final-price').text());
|
$('#st-booking-price-set-table .st-final-price-set').html($(r).find('.st-final-price').text());
|
||||||
|
*/
|
||||||
|
|
||||||
}, function() {
|
}, function() {
|
||||||
summary$.html('Aufgrund eines Fehlers konnte kein Angebot ermittelt werden.');
|
summary$.html('Aufgrund eines Fehlers konnte kein Angebot ermittelt werden.');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue