Features
๐ Redis Keyโ
tenant_slug:features
๐ Descriptionโ
In this section, tenant customizations are configured to adapt to customer needs.
๐งพ Fieldsโ
| # | Field | Type | Description |
|---|---|---|---|
| 1 | allowAnonymousNavigation | boolean | Allows navigation as a non-logged user up to checkout. If false, login is required first. |
| 2 | profileEnabled | boolean | Enables the "Profile" section. |
| 3 | ordersHistory | boolean | Enables the order history view section. |
| 4 | thankYouPageOkRedirect | string | Allows customization of the redirect for the "Back to home" button on the Thank You page. |
| 5 | defaultStoreSettings | object | Allows you to set default parameters for the majority of stores. Each store can then have its own customized configuration โ see Stores section |
๐พ JSON Exampleโ
{
"allowAnonymousNavigation": true,
"profileEnabled": false,
"ordersHistory": false,
"thankYouPageOkRedirect": "https://mysite.com/restaurants"
}