Skip to main content

Stores

๐Ÿ”‘ Redis Keyโ€‹

tenant_slug:stores:store_id

๐Ÿ“ Descriptionโ€‹

This section contains the customizations for individual stores. These override the general ones defined in the Features section.


๐Ÿงพ Campiโ€‹

#CampoTipoDescrizione
1needViberSelectionbooleanIndicates whether the store requires the selection of a viber for at least one delivery method.
2viberRegexstringRegex to be used for validating the viber code. (optional)
3viberNumericOnlybooleanIndicates whether the viber code must be numeric only, to prevent the input of other characters.
4deliveryTypesRequiringVibersstringSpecifies the delivery methods for which the viber is required. If not set, it is required for all methods.

๐Ÿ’พ JSON Exampleโ€‹

{
"needViberSelection": true,
"viberRegex": "^\\d{2}$",
"viberNumericOnly": true,
"deliveryTypesRequiringVibers": [
"gate"
]
}