CyberStore E-Payment 2023 Documentation
StockCodeFilterMode Property


Dovetail.Ecommerce.Controls Namespace > ShoppingCartQuickEntryControl Class : StockCodeFilterMode Property
Gets or sets the stock code filter mode.

Property Value

Type: String

A string value that specifies the filter mode for the Stock Codes

Options are ""StartsWith" (default), "Contains", or Exact.

Remarks

When the stock code filter performs its search of the Items in CyberStore using the characters typed by the user in the stock code input field, the scope of the search can be specified. When the value is specified as "StartsWith", the Items returned will have filtered to those whose stock code, or name begins with an exact match to the user's input.

To allow a match anywhere in an Item's stock code or name, use the "Contains" value.

Finally, use the "Exact" mode to search for stock code values that exactly match the characters entered by the shopper with no drop down triggered.

 

See Also

Reference

ShoppingCartQuickEntryControl Class
ShoppingCartQuickEntryControl Members