Quick order configuration¶
Disabling autosuggestion¶
To disable autosuggestions in quick orders, use the auto_suggest_limit
setting:
1 |
|
Variant delimiters¶
You can configure delimiters used between the SKU and variant code in the quick order form.
sku_variant_code_delimiter
defines the delimiter used when displaying autosuggestion results:
1 2 |
|
autosuggest_delimiters
defines the delimiters that the customer can use when typing into the quick order form field:
1 2 |
|
Caution
The configured delimiter cannot be a part of the existing SKUs or variant codes.
CSV delimiters¶
The values in CSV files can by separated by a configurable delimiter:
1 2 |
|
CSV data order¶
You can configure the order in which data can be provided in CSV format in the following way:
1 2 3 4 5 6 |
|
Solr fields for autosuggestion¶
Autosuggest uses SearchService
to fetch suggestions for products.
The following configuration defines which fields are considered while searching:
1 2 3 4 5 6 7 |
|
The ses_variant_*
fields are additional fields that are indexed in Solr.