Passa al contenuto principale

Payment

🧭 Indirizzo​

/payment

πŸ”‘ Chiave Redis​

tenant_slug:sections:payment

πŸ“ Descrizione​

Pagina per la scelta del metodo di pagamento e la gestione dello stesso.


🎯 Comportamenti particolari​

Nessuno.


πŸ–ΌοΈ Immagini​

Payment desktop

Payment desktop card

Payment mobile

Payment mobile card


πŸ’Ύ JSON di esempio​

{
"labels": {
"it": {
"title": "PAGAMENTO",
"total": "TOTALE ORDINE",
"payment-method": "METODO DI PAGAMENTO",
"btn-pay": "PAGA {1} {0:N2}",
"loading": "Ricontrolliamo il tuo ordine e gli ingredienti in dispensa...",
"card-number": "Numero carta di credito",
"card-expiry": "Scadenza",
"card-cvc": "CVV",
"breadcrumb": "Home/Pagamento",
"viber-header": "Il tuo ordine ti verrΓ  consegnato alla piazzola",
"viber-subtitle": "Posizionati nel parcheggio in una delle apposite piazzole di sosta",
"viber-title": "Inserisci qui il numero della piazzola:",
"viber-input-placeholder": "Numero piazzola",
"viber-cancel": "ANNULLA",
"viber-confirm": "CONFERMA",
"confirm-error-title": "Errore",
"error-btn-cancel": "CHIUDI",
"btn-back-to-cart": "TORNA AL CARRELLO",
"btn-cancel-payment": "ANNULLA PAGAMENTO"
},
"en": {
"title": "PAYMENT",
"total": "ORDER TOTAL",
"payment-method": "PAYMENT METHOD",
"btn-pay": "PAY {1} {0:N2}",
"loading": "We are checking your order and the ingredients in stock...",
"card-number": "Credit card number",
"card-expiry": "Expiry date",
"card-cvc": "CVC",
"breadcrumb": "Home/Payment",
"viber-header": "Your order will be delivered to the parking spot",
"viber-subtitle": "Position yourself in the parking lot in one of the designated parking spots",
"viber-title": "Enter the parking spot number here:",
"viber-input-placeholder": "Parking spot number",
"viber-cancel": "CANCEL",
"viber-confirm": "CONFIRM",
"confirm-error-title": "Error",
"error-btn-cancel": "CLOSE",
"btn-back-to-cart": "GO BACK TO CART",
"btn-cancel-payment": "CANCEL PAYMENT"
}
},
"links": {},
"images": {
"logo": "https://mysite.com/assets/logo.png"
},
"colors": {
"method-background": "#fefefe",
"method-border": "#adaeae",
"btn-pay-background": "#26251d",
"btn-pay-border": "#26251d",
"viber-header": "#993d4c",
"viber-subtitle": "#585a5a",
"viber-cancel-text": "#969696",
"viber-cancel-border": "#e2e2e2",
"viber-cancel-background": "#e2e2e2",
"viber-confirm": "#26251d",
"viber-confirm-border": "#26251d",
"viber-confirm-background": "#fffccc",
"error-btn-cancel": "#26251d",
"error-btn-cancel-border": "#adaeae",
"btn-back-to-cart-border": "#26251d",
"btn-cancel-payment-border": "#26251d"
}
}