disable ordering possibility

This commit is contained in:
Joerg Lehmann 2024-05-24 14:37:31 +02:00
parent 8e3721da89
commit 483d10799d
2 changed files with 0 additions and 27 deletions

View File

@ -16,25 +16,4 @@ Hier sind Sie am richtigen Ort, wenn Sie einen kleinen, sparsamen <a href="/prod
<p class="pb-4">
Hier geht's zur <a href="/product.html">Produktbeschreibung</a>
</p>
{{ if ne .UserName "" }}
<p>
<strong>Ich will weitere bestellen!</strong>
<span class="icon"><i class="fa fa-arrow-right"></i></span>
Hier geht's zur <a href="/order.html">Bestellung</a>
</p>
{{ else }}
<div>
<p>
<strong>Ich will auch einen!</strong>
<span class="icon"><i class="fa fa-arrow-right"></i></span>
Hier geht's zur <a href="/order.html">Bestellung</a>
</p>
<p>&nbsp;</p>
<p class="pb-4">
<strong>Ich habe bereits einen (oder mehrere)</strong>
<span class="icon"><i class="fa fa-arrow-right"></i></span>
Hier geht's zum <a href="/login.html">Login</a>
</p>
</div>
{{end}}
{{end}}

View File

@ -46,12 +46,6 @@
<span>Kontakt</span>
</div>
</a>
<a class="navbar-item" href="/order.html">
<div style="position:relative">
<span class="icon"><i class="fa fa-shopping-cart"></i></span>
<span>Bestellen</span>
</div>
</a>
{{ if ne .UserName "" }}
<a class="navbar-item" href="/tracker.html">
<div style="position:relative">