Customize
π§ URLβ
/customize/{ElementId}
π Redis Keyβ
tenant_slug:sections:customize
π Descriptionβ
Page for customization/editing of a product and its components.
π― Specific Behaviorsβ
The ability to customize components, addons, or step selection depends on the configuration received from Imagonist.
πΌοΈ Imagesβ


πΎ JSON Exampleβ
{
"labels": {
"it": {
"order-button": "ORDINA",
"quantity": "QuantitΓ :",
"customize-button": "PERSONALIZZA GLI INGREDIENTI DEL PRODOTTO SCELTO",
"addons-title": "PERSONALIZZA IL PRODOTTO SCELTO",
"components-title": "INGREDIENTI",
"reset-ingredients": "RIPRISTINA INGREDIENTI",
"cancel": "ANNULLA",
"save": "SALVA",
"breadcrumb": "Home/Ordine"
},
"en": {
"order-button": "ORDER",
"quantity": "Quantity:",
"customize-button": "CUSTOMIZE SELECTED PRODUCT INGREDIENTS",
"addons-title": "CUSTOMIZE SELECTED PRODUCT",
"components-title": "INGREDIENTS",
"reset-ingredients": "RESET INGREDIENTS",
"cancel": "CANCEL",
"save": "SAVE",
"breadcrumb": "Home/Order"
}
},
"links": {},
"images": {},
"colors": {
"selected": "#26251d",
"unselected": "#bdbdbb",
"text": "#26251d",
"component-border": "#adaeae",
"components-save-border": "#26251d",
"component-save-text": "#fffccc",
"components-save-background": "#26251d",
"components-cancel-border": "#adaeae",
"components-cancel-text": "#191a1a",
"components-cancel-background": "#fefefe"
}
}