Started creating workflow
This commit is contained in:
@@ -353,6 +353,7 @@
|
||||
<div class="card-body">
|
||||
<h4>Produkte</h4>
|
||||
|
||||
<?php if(is_array($order->products) && count($order->products)): ?>
|
||||
<?php foreach($order->products as $product): ?>
|
||||
<div class="row product-container">
|
||||
<div class="col-md-1 product-<?=$product->id?>">
|
||||
@@ -438,6 +439,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row product-container">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user