Skip to main content

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​

Customize desktop

Customize mobile


πŸ’Ύ 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"
}
}