diff --git a/config.toml b/config.toml index e11b530..be17266 100644 --- a/config.toml +++ b/config.toml @@ -66,22 +66,7 @@ text = "Viele Menschen mit Behinderung haben Schwierigkeiten – sei es auf G [params.pricing] heading = "Preise" - -[[params.pricing.row]] -quantity = "bis 10" -price = "4,95 €" - -[[params.pricing.row]] -quantity = "11 bis 20" -price = "4,00 €" - -[[params.pricing.row]] -quantity = "21 bis 50" -price = "3,50 €" - -[[params.pricing.row]] -quantity = "über 50" -price = "3,00 €" +price = "5,95 €" [params.order] heading = "Bestellen" diff --git a/themes/schliesspendel/layouts/partials/pricing.html b/themes/schliesspendel/layouts/partials/pricing.html index c14033d..e8f8708 100644 --- a/themes/schliesspendel/layouts/partials/pricing.html +++ b/themes/schliesspendel/layouts/partials/pricing.html @@ -2,20 +2,12 @@
{{ .Site.Params.Pricing.heading }}
- - - - - - - {{ range .Site.Params.Pricing.row }} - - - - - {{ end }} - -
AbnahmemengePreis pro Stück
{{ .quantity }}{{ .price }}
+

+ Ein Schließpendel kostet + {{ .Site.Params.Pricing.price }}. Bei größeren + Abnehmemengen, fordern Sie bitte einen Kostenvoranschlag an, um + günstigere Konditionen zu erhalten. +

{{ .Site.Params.Order.heading }}