Added upgrade checkbox to Order

This commit is contained in:
Frank Schubert
2022-01-27 20:42:12 +01:00
parent bd43ba0ca0
commit 96e049826b
7 changed files with 24 additions and 1 deletions
+5
View File
@@ -366,6 +366,11 @@
<div class="card-body">
<h4>Produkte</h4>
<div class="row col-12 mt-2 mb-2">
<label><input type="checkbox" class="input-check" name="upgrade" value="1" <?=($order->upgrade) ? "checked='checked'" : ""?> /> Bestellung ist Upgrade</label>
</div>
<div></div>
<?php if(is_array($order->products) && count($order->products)): ?>
<?php foreach($order->products as $product): ?>
<?php