fixes
This commit is contained in:
@@ -30,6 +30,6 @@
|
||||
TOTAL TTC
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
<span id="basket-total-shipped">{{ ($basket['total'] ?? 0) + 5 }}</span> €
|
||||
<span id="basket-total-shipped">{{ App\Repositories\Core\User\ShopCart::fixDecimal(($basket['total'] ?? 0) + 5) }}</span> €
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user