@extends('admin.layouts.sellermastersoyuz') @section('title', __('Available Shipping Methods')) @section('body') @include('admin.layouts.topbar',$data)
Price: {{ $shipping['price']}}
{{__("Price Can be changed by admin.") }}
@if($shipping->name == 'Local Pickup'){{ __("Localpick up will choosen by user at time of order review.") }}
@endif @if($shipping->name == 'Flat Rate'){{ __('Any item shipped with this method means global shipping charge will apply on all products.') }}
@endif @endif @if($shipping->name == 'Free Shipping'){{__("Free Shipping not need any price changes when item is shipped with this method there is no shipping charge will apply.")}}
@endif @if($shipping->name == 'Shipping Price')| {{__("Weight From")}} | {{__("Weight To")}} | {{__("Price")}} | {{__("Apply On")}} |
|---|---|---|---|
| {{ $sw->weight_from_0 }} | {{ $sw->weight_to_0 }} | {{ $sw->weight_price_0 }} | @if($sw->per_oq_0 == 'po') {{__("Per Order")}} @else {{__("Per Quanity")}} @endif |
| {{ $sw->weight_from_1 }} | {{ $sw->weight_to_1 }} | {{ $sw->weight_price_1 }} | @if($sw->per_oq_1 == 'po') {{__("Per Order")}} @else {{__("Per Quanity")}} @endif |
| {{ $sw->weight_from_2 }} | {{ $sw->weight_to_2 }} | {{ $sw->weight_price_2 }} | @if($sw->per_oq_2 == 'po') {{__("Per Order")}} @else {{__("Per Quanity")}} @endif |
| {{ $sw->weight_from_3 }} | {{ $sw->weight_to_3 }} | {{ $sw->weight_price_3 }} | @if($sw->per_oq_3 == 'po') {{__("Per Order")}} @else {{__("Per Quanity")}} @endif |
| {{ $sw->weight_from_4 }} | - | {{ $sw->weight_price_4 }} | @if($sw->per_oq_4 == 'po') {{__("Per Order")}} @else {{__("Per Quanity")}} @endif |