fix orders datatables on profile, fix deliveries for profile (public & active)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<span id="basket-total">{{ $basket['total'] ?? 0 }}</span> €
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="row mb-3">
|
||||
<div class="col-6">
|
||||
LIVRAISON
|
||||
@@ -25,11 +26,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
-->
|
||||
<div class="row mb-3 font-weight-bold" style="font-size: 1.6em;">
|
||||
<div class="col-6">
|
||||
TOTAL TTC
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
<span id="basket-total-shipped">{{ App\Repositories\Core\User\ShopCart::fixDecimal(($basket['total'] ?? 0) + 5) }}</span> €
|
||||
<span id="basket-total-shipped">{{ App\Repositories\Core\User\ShopCart::fixDecimal(($basket['total'] ?? 0)) }}</span> €
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user