Passa al contenuto principale

Checkout

🧭 Indirizzo​

/checkout

πŸ”‘ Chiave Redis​

tenant_slug:sections:section_name

πŸ“ Descrizione​

Pagina per la modifica e la visualizzazione del riepilogo del carrello prima di procedere al pagamento.


🎯 Comportamenti particolari​

Nessuno.


πŸ–ΌοΈ Immagini​

Checkout desktop

Checkout mobile


πŸ’Ύ JSON di esempio​

{
"labels": {
"it": {
"title": "CARRELLO",
"details-title": "L’ORDINE INCLUDE:",
"edit-item": "MODIFICA",
"cancel-order": "ANNULLA ORDINE",
"notes": "NOTE",
"notes-placeholder": "Scrivi qui le tue note per questo ordine",
"validate-error-title": "Carrello non valido",
"error-btn-cancel": "CHUIDI",
"error-btn-retry": "RIPROVA",
"breadcrumb": "Home/Ordine"
},
"en": {
"title": "CART",
"details-title": "ORDER INCLUDES:",
"edit-item": "EDIT",
"cancel-order": "CANCEL ORDER",
"notes": "NOTES",
"notes-placeholder": "Write your notes for this order here",
"validate-error-title": "Invalid cart",
"error-btn-cancel": "CLOSE",
"error-btn-retry": "RETRY",
"breadcrumb": "Home/Order"
}
},
"links": {},
"images": {},
"colors": {
"cart-detail-border": "#dddddd",
"cart-detail-background": "#fefefe",
"unselected": "#bdbdbb",
"text": "#26251d",
"background": "#fefefe",
"cancel-border-text": "#939424",
"notes-background": "#edf2f2",
"edit-item-text": "#26251d",
"edit-item-border": "#adaeae",
"error-btn-cancel": "#26251d",
"error-btn-cancel-border": "#adaeae",
"error-btn-retry": "#fffccc",
"error-btn-retry-border": "#26251d",
"error-btn-retry-background": "#26251d"
}
}