changes to the booking flow
This commit is contained in:
@@ -300,7 +300,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Upsell Modal -->
|
||||
<div class="custom-modal" id="upsellModal" aria-hidden="true" role="dialog">
|
||||
<!-- <div class="custom-modal" id="upsellModal" aria-hidden="true" role="dialog">
|
||||
<div class="custom-modal-backdrop" onclick="closeUpsellModal()"></div>
|
||||
<div class="custom-modal-content">
|
||||
<h3>Tipp: Sparen Sie mit dem Startpaket!</h3>
|
||||
@@ -316,7 +316,7 @@
|
||||
<button class="btn" type="button" onclick="acceptUpsell()">Zum Startpaket upgraden</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<!-- Cart Modal -->
|
||||
<div class="custom-modal" id="cartModal" aria-hidden="true" role="dialog">
|
||||
|
||||
Reference in New Issue
Block a user