Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • defaultSelectedQty - provide default selected Qty

  • minQtyInResults - provide minimum searched Qty

  • autoRedirectToSummary - flag, which will say widget to go to summary page if results have only 1 item

Example

Code Block
options: {
   defaultSelectedQty: 4,
   minQtyInResults: 4,
   autoRedirectToSummary: true,
}

...