Add merchandise, fix articletosell with src for images
This commit is contained in:
@@ -14,13 +14,12 @@
|
||||
'name' => 'quantity',
|
||||
'value' => $item['quantity'],
|
||||
'class' => 'basket-quantity',
|
||||
'data_id' => $item['id'],
|
||||
])
|
||||
</div>
|
||||
<div class="col-3 text-right" style="font-size: 2em;" id="basket_total-{{ $item['id'] }}">
|
||||
<div class="col-4 text-right" style="font-size: 2em;" id="basket_total-{{ $item['id'] }}">
|
||||
<span class="basket-total-row">{{ $item['quantity'] * $item['price'] }}</span> €
|
||||
</div>
|
||||
<div class="col-1 text-center">
|
||||
<i class="btn fa fa-fw fa-trash basket-delete" style="font-size: 1.6em;" data-id={{ $item['id'] }}></i>
|
||||
<i class="btn btn-success fa fa-trash basket-delete ml-3 mb-2" data-id={{ $item['id'] }}></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user