No Item.
@elseProduct | Quantity | Price | |
---|---|---|---|
Size: XL, Color: blue, |
@php
$total = (int) $cart->product->price_range * $cart->qty;
if ($total == 0) {
echo 'Custom Price';
} else {
echo 'Rp ' . number_format($total) . '';
}
@endphp
{{-- $315.20 each --}}
|
{{-- --}} |
Free Delivery within 1-2 weeks