Changes of the Prices

This commit is contained in:
2026-07-30 12:55:19 +02:00
parent 3d7eed0692
commit 395134b88f
2 changed files with 7 additions and 11 deletions
+5 -5
View File
@@ -63,12 +63,12 @@ BOOKING_FLOW_MAP = {
}
BOOKING_PRICE_MAP = {
"starter_package": 320.0,
"starter_package": 450.0,
"advanced_package": 0.0,
"inventarsystem": 250.0,
"buecherei": 150.0,
"terminverwaltung": 0.0,
"emailversand": 0.0,
"inventarsystem": 350.0,
"buecherei": 100.0,
"terminverwaltung": 100.0,
"emailversand": 50.0,
"schultraeger": 0.0,
"telefonsupport": 20.0,
}
+2 -6
View File
@@ -367,7 +367,7 @@
<h2 class="package-card__name">Inventarsystem</h2>
</div>
<div class="package-card__price">
<span>250 €</span>
<span>350 €</span>
<small>/ Jahr</small>
</div>
</div>
@@ -400,10 +400,6 @@
<span>100 €</span>
<small>/ Jahr bis 400 Schüler</small>
</div>
<div class="package-card__price">
<span>150 €</span>
<small>/ Jahr ab 400 Schüler</small>
</div>
</div>
<p class="package-card__description">Ein spezialisiertes Modul für Bibliotheken und Medienzentren mit Ausleihprozessen, Medienbeständen und historischer Transparenz.</p>
<ul class="package-card__features">
@@ -461,7 +457,7 @@
<h2 class="package-card__name">Startpaket</h2>
</div>
<div class="package-card__price">
<span>320 €</span>
<span>420 €</span>
<small>/ Jahr</small>
</div>
</div>