@extends('frontend.layouts.app') @section('content') @include('frontend.inc.seller_side_nav') {{ translate('Update your product')}} {{ translate('Home')}} {{ translate('Products')}} {{ translate('Edit Product')}} @csrf {{ translate('General')}} {{ translate('Product Name')}} * {{ translate('Product Category')}} * @if ($product->subsubcategory != null) {{ $product->category->name.'>'.$product->subcategory->name.'>'.$product->subsubcategory->name }} @else {{ $product->category->name.'>'.$product->subcategory->name }} @endif {{ translate('Shipment Type')}} {{ ('Select Shipment Type') }} KVIO Other {{ translate('Shipment Cost')}} {{ ('Select Shipment Cost') }} shipment_cost == 0 ) selected @endif >KVIO shipment_cost == 1 ) selected @endif >Seller {{ translate('Product Brand')}} {{ ('Select Brand') }} @foreach (\App\Brand::all() as $brand) id == $product->brand_id) selected @endif>{{ $brand->name }} @endforeach {{ translate('Product Unit')}} * {{ translate('HSN Code')}} * Special characters are not allowed (min char:2, max char:4) {{translate('MRP Printed')}} * mrp_printed == 1) checked @endif> {{ translate('Minimum Qty')}} * {{ translate('Product Tag')}} * @php $pos_addon = \App\Addon::where('unique_identifier', 'pos_system')->first(); @endphp @if ($pos_addon != null && $pos_addon->activated == 1) {{ translate('Barcode')}} @endif @php $refund_request_addon = \App\Addon::where('unique_identifier', 'refund_request')->first(); @endphp @if ($refund_request_addon != null && $refund_request_addon->activated == 1) {{ translate('Refundable')}} refundable == 1) checked @endif> @endif {{translate('Weight')}}* Weight of the package should be in grams only {{translate('Height')}}* Height of the package should be in centemeters only {{translate('Width')}}* Width of the package should be in centemeters only {{translate('Length')}}* Length of the package should be in centemeters only {{ translate('Images')}} {{ translate('Main Images')}} (290x300) * @if ($product->photos != null) @foreach (json_decode($product->photos) as $key => $photo) @endforeach @endif {{ translate('Choose image')}} {{ translate('Add More') }} {{ translate('Thumbnail Image')}} (290x300) * @if ($product->thumbnail_img != null) @endif {{ translate('Choose image')}} {{ translate('Videos')}} {{ translate('Video From')}} {{ translate('Youtube')}} {{ translate('Dailymotion')}} {{ translate('Vimeo')}} {{ translate('Video URL')}} {{ translate('Meta Tags')}} {{ translate('Meta Title')}} {{ translate('Description')}} {{ $product->meta_description }} {{ translate('Meta Image')}} @if ($product->meta_img != null) @endif {{ translate('Choose image')}} {{ translate('Customer Choice')}} {{ translate('Attributes')}} @foreach (\App\Attribute::all() as $key => $attribute) attributes != null && in_array($attribute->id, json_decode($product->attributes, true))) selected @endif>{{ $attribute->name }} @endforeach {{ translate('Choose the attributes of this product and then input values of each attribute') }} @foreach (json_decode($product->choice_options) as $key => $choice_option) @endforeach {{-- {{ translate('Add More Customer Choice Option') }} --}} {{ translate('Price')}} {{ translate('Unit Price')}} * {{ translate('Purchase Price')}} * {{ translate('Tax')}} % {{ translate('Discount')}} % {{ translate('Discount By Seller')}} {{ translate('Discount By KVIO')}} {{ translate('Quantity')}} * @if (\App\BusinessSetting::where('type', 'shipping_type')->first()->value == 'product_wise_shipping') {{ translate('Shipping')}} {{ translate('Flat Rate')}} shipping_type == 'flat_rate') checked @endif> {{ translate('Free Shipping')}} shipping_type == 'free') checked @endif> @endif {{ translate('Description')}} {{ translate('Description')}} {{$product->description}} {{ translate('PDF Specification')}} {{ translate('PDF')}} {{ translate('Choose PDF')}} {{ translate('Update This Product') }}
{{ translate('Choose the attributes of this product and then input values of each attribute') }}