add new prices
This commit is contained in:
parent
7a9a56bb06
commit
8932f58e62
17
config.toml
17
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"
|
||||
|
|
|
@ -2,20 +2,12 @@
|
|||
<div class="row">
|
||||
<div class="six columns">
|
||||
<h5>{{ .Site.Params.Pricing.heading }}</h5>
|
||||
<table class="u-full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Abnahmemenge</th>
|
||||
<th>Preis pro Stück</th>
|
||||
</tr>
|
||||
{{ range .Site.Params.Pricing.row }}
|
||||
<tr>
|
||||
<td>{{ .quantity }}</td>
|
||||
<td>{{ .price }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</thead>
|
||||
</table>
|
||||
<p>
|
||||
Ein Schließpendel kostet
|
||||
<strong>{{ .Site.Params.Pricing.price }}</strong>. Bei größeren
|
||||
Abnehmemengen, fordern Sie bitte einen Kostenvoranschlag an, um
|
||||
günstigere Konditionen zu erhalten.
|
||||
</p>
|
||||
</div>
|
||||
<div class="six columns">
|
||||
<h5>{{ .Site.Params.Order.heading }}</h5>
|
||||
|
|
Loading…
Reference in a new issue