@if (get_setting('smart_bar_status') != 0) @php $bg_color = get_setting('smart_bar_background_color') ?? '#fff'; $text_color = get_setting('smart_bar_text_color') ?? '#000'; $colors = is_string($detailedProduct->colors) ? json_decode($detailedProduct->colors, true) : $detailedProduct->colors; $attributes = is_string($detailedProduct->attributes) ? json_decode($detailedProduct->attributes, true) : $detailedProduct->attributes; @endphp
{{ $detailedProduct->getTranslation('name') }}
{{ $detailedProduct->getTranslation('name') }}
{{ home_discounted_price($detailedProduct) }}
@if (home_price($detailedProduct) != home_discounted_price($detailedProduct))
{{ home_discounted_price($detailedProduct) }}
{{ home_price($detailedProduct) }}
{{ discount_in_percentage($detailedProduct) }}% OFF
@else
{{ home_discounted_price($detailedProduct) }}
@endif
@if ($detailedProduct->digital == 0) @if (((get_setting('product_external_link_for_seller') == 1) && ($detailedProduct->added_by == "seller") && ($detailedProduct->external_link != null)) || (($detailedProduct->added_by != "seller") && ($detailedProduct->external_link != null))) @else @if ( (is_array($colors) && count($colors) > 0) || (is_array($attributes) && count($attributes) > 0) ) {{ translate('Add to cart') }} @else @endif @endif @elseif ($detailedProduct->digital == 1) @endif
@endif