72 lines
3.8 KiB
INI
72 lines
3.8 KiB
INI
id_product = "Product ID [int]"
|
|
reference = "Product reference [string]"
|
|
id_manufacturer = "Manufacturer ID (manufacturer must exist) [int]"
|
|
manufacturer = "Manufacturer - name [string]"
|
|
id_supplier = "Supplier ID ( [int][dostawca musi istnieć]"
|
|
supplier = "Supplier - name [string]"
|
|
supplier_reference = "Supplier - reference [string]"
|
|
width = "Dimension - width [int]"
|
|
height = "Dimension - height [int]"
|
|
depth = "Dimension - depth [int]"
|
|
weight = "Weight [int]"
|
|
quantity = "Quantity [int]"
|
|
unity = "Quantity - description [string]"
|
|
ean13 = "EAN13 code [string]"
|
|
upc = "UPC code [string]"
|
|
is_virtual = "Virtual product [bool]"
|
|
price = "Price - net [float]"
|
|
price_brutto = "Price - gross [float]"
|
|
price_currency_iso = "Price - Currency - ISO code [string]"
|
|
price_currency_iso_num = "Price - Currency - Numeric ISO code [string]"
|
|
vat_percentage = "Price - Tax (%) [float]"
|
|
id_tax_rules_group = "Price - Tax - id rule [int]"
|
|
specific_price = "Price - specific [float]"
|
|
specific_price_promo = "Price - promotional [float]"
|
|
wholesale_price = "Price wholesale [float]"
|
|
unity = "Price - unity [string]"
|
|
category_id = "Category - id [int]"
|
|
category = "Category - name [string]"
|
|
category_path = "Category - breadcrumb separated by separator [string]"
|
|
category_ids = "Category - id separated by comma [string]"
|
|
meta_description = "Meta - description [string]"
|
|
meta_keywords = "Meta - keywords [string]"
|
|
meta_title = "Meta - title [string]"
|
|
tags = "Tags (separated by a separator) [string]"
|
|
name = "Name [string]"
|
|
description = "Description (HTML code) [string]"
|
|
description_without_html = "Description (with delete HTML code) [string]"
|
|
description_short = "Description - short (HTML code) [string]"
|
|
description_short_without_htm = "Desciption - short (with delete HTML code) [string]"
|
|
available_now = "Available now [string]"
|
|
available_later = "Available later [string]"
|
|
link_rewrite = "Meta- friendly URL [string]"
|
|
active = "Active [bool]"
|
|
image = "URL to photo [string]"
|
|
images = "URL to photos (separated by a separator) [string]"
|
|
single_image0 = "URL to main photo [string]"
|
|
;customer_group = "Customer group [int][specific price import is required]"
|
|
accessories_ref = "Accessories (product codes separated by a separator) [string]"
|
|
accessories_id = "Accessories (products id separated by a separator) [string]"
|
|
out_of_stock = "When out of stock: 0-deny, 1-allow, 2-default [int]"
|
|
carrier = "Carrier - id of a single or multiple comma-separated [string]"
|
|
feature_id = "Feature - id"
|
|
feature_value = "Feature - value"
|
|
feature_name = "Feature - name"
|
|
combination_available_date = "Combination - Available date [0000-00-00]"
|
|
combination_wholesale_price = "Combination - Wholesale price netto [float]"
|
|
combination_price = "Combination - Product price impact netto [float]"
|
|
combination_weight = "Combination - product weight impact [float]"
|
|
combination_unit_price_impact = "Combination - unit price impact netto [float]"
|
|
combination_reference = "Combination - Combination product reference [string][required]"
|
|
combination_supplier_reference = "Combination - Combination supplier reference [string]"
|
|
combination_ean13 = "Combination - Code EAN-13 for combination [string]"
|
|
combination_upc = "Combination - Code UPC for combination [string]"
|
|
combination_minimal_quantity = "Combination - Minimal product quantity [int]"
|
|
combination_quantity = "Combination - Product quantity [int]"
|
|
combination_set_as_default = "Combination - Set as default combination for this product [1/0]"
|
|
combination_img_url = "Combination - Image - url address [string]"
|
|
combination_attr_group = "Combination - Attribute - name [string]"
|
|
combination_attr_value = "Combination - Attribute - value [string]"
|
|
combination_attr_type = "Combination - Attribute - type [select|radio|color]"
|
|
combination_attr_texture = "Combination - Attribute - texture [url address]"
|
|
combination_attr_color = "Combination - Attribute - color [#xxxxxx]" |