@extends('admin/layout') @section('title') {{ labels('admin_labels.combo_products', 'Combo Products') }} @endsection @section('content') @csrf {{ labels('admin_labels.choose_seller', 'Select Seller And Product') }} {{ labels('admin_labels.choose_seller', 'Choose Seller') }}* Select Seller @foreach ($sellers as $seller) @php $userId = $seller->pivot->user_id; $username = \App\Models\User::find($userId)?->username ?? ''; @endphp {{ $username }} - {{ $seller->pivot->store_name }} (store) @endforeach {{ labels('admin_labels.choose_product_type', 'Choose Product Type') }}* Select Product Type {{ labels('admin_labels.physical_product', 'Physical Product') }} {{ labels('admin_labels.digital_product', 'Digital Product') }} {{ labels('admin_labels.product_information', 'Product Information') }} {{ labels('admin_labels.default', 'Default') }} {{ labels('admin_labels.product_name', 'Product Name') }} * {{ labels('admin_labels.short_description', 'Short Description') }} * Custom Prompt Generate with AI Get Prompt Suggestions How It Works? @foreach ($languages as $lang) @if ($lang->code !== 'en') {{ labels('admin_labels.product_name', 'Product Name') }} ({{ $lang->language }}) {{ labels('admin_labels.short_description', 'Short Description') }} ({{ $lang->language }}) Custom Prompt Generate with AI Get Prompt Suggestions How It Works? @endif @endforeach {{ labels('admin_labels.tags', 'Tags') }} {{ labels('admin_labels.products', 'Physical Products') }} * {{ labels('admin_labels.products', 'Digital Products') }} * {{ labels('admin_labels.has_similar_products', 'Has similar products') }}? {{ labels('admin_labels.select_products', 'Select Products') }} * {{-- custom fields --}} @include('components.product.custom_fields', [ 'customFields' => $customFields, ]) {{ labels('admin_labels.product_tax', 'Product Tax') }} {{ labels('admin_labels.select_tax', 'Select Tax') }} {{ labels('admin_labels.tax_includes_in_price', 'Tax Includes In Price') }} [Enable/Disable] {{ labels('admin_labels.product_quantity_and_other', 'Product Quantity & Other') }} {{ labels('admin_labels.total_allowed_quantity', 'Total Allowed Quantity') }} {{ labels('admin_labels.minimum_order_quantity', 'Minimum Order Quantity') }} {{ labels('admin_labels.quantity_step_size', 'Quantity Step Size') }} {{ labels('admin_labels.delivery_and_shipping_setting', 'Delivery And Shipping Setting') }} {{ labels('admin_labels.deliverable_type', 'Deliverable Type') }} None All specific {{-- Excluded --}} {{ labels('admin_labels.deliverable_zones', 'Deliverable Zones') }} {{ labels('admin_labels.for_standard_shipping', 'For Standard Shipping') }} {{ labels('admin_labels.select_pickup_location', 'Select Pickup Location') }} {{ labels('admin_labels.minimum_free_delivery_order_quantity', 'Minimum Free Delivery Order Quantity') }} {{ labels('admin_labels.delivery_charges', 'Delivery Charges') }} {{ labels('admin_labels.is_cod_allowed', 'IS COD Allowed') }}? [Enable/Disable] {{ labels('admin_labels.is_returnable', 'IS Returnable') }}? [Enable/Disable] {{ labels('admin_labels.is_cancelable', 'IS Cancelable') }}? [Enable/Disable] {{ labels('admin_labels.till_which_status', 'Cancelable Till Which Status') }}? Received Processed Shipped {{ labels('admin_labels.is_attachment_required', 'IS Attachment Required') }}? [Enable/Disable] {{ labels('admin_labels.products_additional_info', 'Product Additional Info') }} {{ labels('admin_labels.general', 'General') }} {{ labels('admin_labels.attributes', 'Attributes') }} @foreach ($attributes as $attribute) @php $data = json_encode($attribute->attribute_values, 1); @endphp {{ $attribute->name }} @endforeach {{ labels('admin_labels.price_info', 'Price Info') }} {{ labels('admin_labels.price', 'Price') }}: * {{ labels('admin_labels.special_price', 'Special Price') }} : * {{ labels('admin_labels.standard_shipping_weightage', 'Standard shipping weightage') }} {{ labels('admin_labels.weight', 'Weight') }} (kg) {{ labels('admin_labels.height', 'Height') }} (cms) {{ labels('admin_labels.bredth', 'Bredth') }} (cms) {{ labels('admin_labels.length', 'Length') }} (cms) {{ labels('admin_labels.enable_stock_management', 'Enable Stock Management') }} {{ labels('admin_labels.sku', 'Sku') }} * : {{ labels('admin_labels.total_stock', 'Total Stock') }} * : {{ labels('admin_labels.stock_status', 'Stock Status') }} : In Stock Out Of Stock {{ labels('admin_labels.save_settings', 'Save Settings') }} {{ labels('admin_labels.is_download_allowed', 'IS Download Allowed') }}? {{ labels('admin_labels.download_link_type', 'Download Link Type') }} * None Self Hosted Add Link {{ labels('admin_labels.digital_product_link', 'Digital Product Link') }} * {{ labels('admin_labels.file', 'File') }}* Choose video for product. {{ labels('admin_labels.save_settings', 'Save Settings') }} {{ labels('admin_labels.note', 'Note') }} : check if the attribute is to be used for variation {{ labels('admin_labels.add_attributes', 'Add Attributes') }} {{ labels('admin_labels.save_attributes', 'Save Attributes') }} {{ labels('admin_labels.no_product_attributes_are_added', 'No Product Attributes Are Added') }}! {{ labels('admin_labels.product_media', 'Product Media') }} ({{ labels('admin_labels.images', 'Images') }}) {{ labels('admin_labels.main_image', 'Main Image') }} * Choose image for product. (Recommended Size : 180 x 180 pixels) {{ labels('admin_labels.other_images', 'Other Images') }} Choose images for product. (Recommended Size : 180 x 180 pixels) {{ labels('admin_labels.product_description', 'Product Description') }} {{ labels('admin_labels.description', 'Description') }} Custom Prompt Generate with AI How It Works? {{ labels('admin_labels.submit', 'Submit') }} @endsection
Choose video for product.
Choose image for product.
(Recommended Size : 180 x 180 pixels)
Choose images for product.