Fast Seller
Import Product type parameters
Requirements
- Import Product types
- Import product type parameters
- Import Product type names
This tutorial explains the import of product types parameters.
Required fields
- parameter_name
- product_type_name
Criteria
- parameter_name
- product_type_name
Optional fields
- parameter_description
- parameter_label
- parameter_list_order
- parameter_type
- parameter_unit
- parameter_values
- define_filters_manually
Explanation of fields
parameter_name
The parameter_name is the name of the parameter and cannot have spaces as this name is going to be used to create database columns. CSVI will convert any spaces to underscores.
product_type_name
The name of the product type
parameter_description
A description of the parameter
parameter_list_order
Set the order of the parameter
parameter_type
- S
Cherry Picker type - T
HTML type
parameter_unit
A unit of measurement
parameter_values
The values available for this parameter. Multiple values are semi-colon separated for example Audi;BMW.
define_filters_manually
Set if the filters specified in the parameter_values should be used instead of the automatic filters.
- 1
Manual filters are used - 0
Automatic filters are used
Examples
Add a product type parameter
"parameter_name","product_type_name","parameter_description","parameter_label","parameter_list_order","parameter_type"
"color","CSVI Type","Color of the goodie","Color",1,"T"
Update a product type parameter
"parameter_name","product_type_name","parameter_description" "color","CSVI Type","Color coated"
Example file
Fast Seller supported operations
In RO CSVI we offer a number of import and export routines to manage your Fast Seller data. This is the complete list of Fast Seller supported operations. The majority of operations are available for both import and export although some are for a specific task so they can only be used for either import or export.
Import Product types
Requirements
- Import product types
- Import Product type parameters
- Import Product type names
This tutorial explains the import of product types.
Required fields
- product_type_name
- product_type_publish
Criteria
- product_type_name
Optional fields
- product_type_description
- product_type_list_order
Explanation of fields
product_type_name
The name of the product type
product_type_publish
- Y
The product type is published - N
The product type is unpublished
product_type_description
A description of the product type
product_type_list_order
Set the order of the product type
Examples
Create a product type
"product_type_name","product_type_description","product_type_list_order","product_type_publish"
"CSVI Type","CSVI Type parameter","1","Y"
Unpublish a product type
"product_type_name","product_type_publish"
"CSVI Type","N"
Example file
Import Product type names
Requirements
- Import Product types
- Import Product type parameters
- Import product type names
This tutorial explains the import of product type names.
Important step
Before importing the product type names take the following steps:
- Go to the Maintenance -> Available fields
- Click on Update
- CSVI now knows your product type parameters exist
Required fields
- product_type_name
- product_sku
- extension
Criteria
Not applicable because all entries will be deleted before the entries in the import file are added.
Explanation of fields
product_type_name
The name of the product type
product_sku
The unique product identifier
extension
The name of the extension the product type name is for. Possible options are:
- virtuemart
- hikashop
Examples
Add a product type name
"product_sku","product_type_name","extension","color" "JWL-01","CSVI Type","virtuemart","All green and yellow"
Add multiple product type names to a product
"product_sku","product_type_name","extension","car_brand","car_model"
"JWL-01","CSVI Type","virtuemart","BMW","M5"
"JWL-01","CSVI Type","virtuemart","Audi","A4"