Skip to main content

Features

๐Ÿ”‘ Redis Keyโ€‹

tenant_slug:features

๐Ÿ“ Descriptionโ€‹

In this section, tenant customizations are configured to adapt to customer needs.


๐Ÿงพ Fieldsโ€‹

#FieldTypeDescription
1allowAnonymousNavigationbooleanAllows navigation as a non-logged user up to checkout. If false, login is required first.
2profileEnabledbooleanEnables the "Profile" section.
3ordersHistorybooleanEnables the order history view section.
4thankYouPageOkRedirectstringAllows customization of the redirect for the "Back to home" button on the Thank You page.
5defaultStoreSettingsobjectAllows 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"
}