@php if ($gs->switch_highlight_currency) { $highlight = $product->firstCurrencyPrice(); $small = $product->showPrice(); } else { $highlight = $product->showPrice(); $small = $product->firstCurrencyPrice(); } @endphp
| {{ __("Quantity") }} | {{ __("Discount") }} |
|---|---|
| {{ $product->whole_sell_qty[$key] }}+ | {{ $product->whole_sell_discount[$key] }}% {{ __("Off") }} |
{{ __("Price") }} :
@endif{{ $highlight }}
@php
$size_price_value = $product->vendorPrice() * $curr->value;
$previous_price_value = $product->previous_price * $curr->value * (1+($gs->product_percent /
100));
@endphp
{{
$product->showPreviousPrice() }}
@if($curr->id != $first_curr->id)
{{ $small }}
{{ __("Size") }} :
{{ __("Color") }} :