@extends('layouts.master') @section('page_title', 'Product Guideline') @section('title', 'Product Import Guideline') @section('main_item', 'Product Guideline') @section('sub_item', 'Product Guideline') @section('content')
The columns of the files should be in the following order
| Column No | Column Name | Instruction |
|---|---|---|
| 1 | Product Name (Required) | * Column title should be "product_name". * Name of the product. |
| 2 | Product Category (Required) | * Column title should be "category". * Name of the product category. (If not found, new category with the given name will be created.) |
| 3 | Product Sub Category | * Column title should be "sub_category". * Name of the product sub category. (If not found, new sub category with the given name will be created.) |
| 4 | Product Unit (Required) | * Column title should be "unit". * Name of the product unit. (If not found, new unit with the given name will be created.) |
| 5 | Product SKU | * Column title should be "sku". * Product SKU. |
| 6 | Product Reorder Level (Required) | * Column title should be "reorder_level". * Name of the product unit. |
| 7 | Product Type (Required) | * Column title should be "variable". * Name of the product type.. |
| 8 | Variation | * Column title should be "variation". * Ex: Size,Color (If not found, new attribute with the given name will be created.) |
| 9 | Variation Values | * Column title should be "variation_value". * Values for the attributes should be separated with "|". * Ex: (Red|Blue|Green),(small|large) (If not found, new variation value with the given name will be created.) |
| 10 | Product Description | * Column title should be "descrption". * Product Description. |
| 11 | Sub Variation Value | * Column title should be "sub_variation_value". * Product Sub Variations. |
| 12 | Qty | * Column title should be "qty". * Product Quantities. |
| 13 | Unit Cost | * Column title should be "unit_cost". |
| 14 | Unit Price | * Column title should be "unit_price". |
| 15 | Re-seller Price | * Column title should be "reseller_price". |
| 16 | Warranty Type | * Column title should be "warranty_type". * Available options: month, year, day |
| 17 | Warranty Period | * Column title should be "warranty_period". * Ex: 2,5,4 |
| 18 | Allow Woocommerce Sync | * Column title should be "allow_woocommerce_sync". * Available options: yes, no |