@extends("admin.layouts.sellermaster") @section('title','Import Product |') @section("body")
Import Products
Download Example For xls/csv File
{{ csrf_field() }}
@if ($errors->has('file')) {{ $errors->first('file') }} @endif

Instructions

Follow the instructions carefully before importing the file.

The columns of the file should be in the following order.

Column No Column Name Description
1 Category (Required) Name of category (must be created already by admin)
2 Subcategory (Required) Name of subcategory (must be created already by admin)
3 Childcategory (Optional) Name of childcategory (must be created already by admin)
4 Store Name (Required) Name of your store
5 Brand Name (Required) Name of your brand (must be created already by admin)
6 Product Name (Required) Name of your product
7 Product Description (Optional) Detail of your product
8 Model (Optional) Model No. of your product
9 SKU (Optional) Detail of your product
10 Price In (Required) Your Product price in currency (eg. INR,USD)
11 Price (Required) Your Product price (No string or comma in price)
12 Offer Price [Note: Leave blank if you dont want offer price.] Your Product offer price (No string or comma in price)
13 Featured (Optional)

Enable or disable product is featured or not.

(Yes = 1, No = 0)

14 Status (Required)

Enable or disable product is active or not.

(Yes = 1, No = 0)

15 Tax (Required if your price is exclusive of tax)

Enable tax class name (must be already created by admin) in tax classes section or else enter 0.

16 Cash on delivery (Required)

Enable cash on delivery on your product.

(Yes = 1, No = 0)

17 Free Shipping (Required)

Enable free shipping on your product.

(Yes = 1, No = 0)

18 Return Available (Required)

Enable Return available on your product.

(Yes = 1, No = 0)

19 Cancel Available (Required)

Enable Cancel available on your product.

(Yes = 1, No = 0)

20 Selling Start at (Optional)

Enable if you want to start selling your product from specific date.

(Date Format : 2019-11-12 00:00:00)

21 Warranty In (Period) (Optional)

Enter if your product have warranty else enter None.

(eg. 1)

22 Warranty in (months,year,days) (Optional)

Enable if your product have warranty else enter None.

(Available format: days,year,months)

23 Warranty type (Optional)

Enable if your product have warranty else enter None.

(Available types: Gurrantey, Warrantey)

24 Return Policy (Required if) If you set return available = 1, than enter return policy name.
25 Tax Rate (Required if) If you set tax = 0 and your price is inclusive of tax , than enter Tax rate

eg.(18,25) without % sign.

26 Tax name (Required if) If you set tax = 0 and your price is inclusive of tax than enter your tax name.
27 Tags (Optional) Enter product tags by putting comma to seprate tags.
@endsection