minicart price currency format fixed
This commit is contained in:
parent
97c7ca84c6
commit
7a521f97d7
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
<div class="item-name">{{ $item->name }}</div>
|
||||
|
||||
<div class="item-price">{{ $item->total }}</div>
|
||||
<div class="item-price">{{ core()->currency($item->total) }}</div>
|
||||
|
||||
<div class="item-qty">Quantity - {{ $item->quantity }}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue