(bool) get_ecommerce_setting('disable_shipping_options', false)])> @php $isWholesalerCustomer = auth('customer')->check() && auth('customer')->user()->customer_type === '1'; $storeLocators = \Botble\Ecommerce\Models\StoreLocator::where('is_shipping_location', 1)->get(); $primaryStore = $storeLocators->where('is_primary', 1)->first(); $defaultAddress = $primaryStore ? $primaryStore->address . ', ' . $primaryStore->city . ' ' . $primaryStore->state . ' ' . $primaryStore->zip_code . ', ' . $primaryStore->country : ''; @endphp @if (! empty($shipping))
{{-- @if ($isWholesalerCustomer)
@endif --}} {{-- {{-- @if ($isWholesalerCustomer) --}} @endif {{-- @else --}} @php $sessionCheckoutData = $sessionCheckoutData ?? OrderHelper::getOrderSessionData(); @endphp {{-- @if ($sessionCheckoutData && Arr::get($sessionCheckoutData, 'country'))

{{ __('No shipping methods were found with your provided shipping information!') }}

@else

{{ __('Please fill out all shipping information to view available shipping methods!') }}

@endif --}} {{-- @endif --}}