Componi il tuo piatto

Scegli la pasta, il sugo e il condimento extra che preferisci. Se vuoi puoi aggiungere anche una bevanda.

{{ order.id }} Ordine
Prezzo
Prezzo
{{ vueNumberFormat(order.pasta.price) }}
{{ vueNumberFormat(order.sauce.price) }}
{{ vueNumberFormat(order.extra.price) }}
{{ vueNumberFormat(order.drink.price) }}
Il tuo piatto
Totale
{{ vueNumberFormat(order.price) }}

Aggiungi piatti pronti

{{ orderedDishesList.find(od => od.dish.id === dish.id) ? orderedDishesList.find(od => od.dish.id === dish.id).quantity : 0 }}
{{ orderedDishesList.find(od => od.dish.id === dish.id) ? orderedDishesList.find(od => od.dish.id === dish.id).quantity : 0 }}
{{ vueNumberFormat(parseFloat(dish.price) * (orderedDishesList.find(od => od.dish.id === dish.id) ? orderedDishesList.find(od => od.dish.id === dish.id).quantity : 0)) }}

Riepilogo del tuo ordine

Ecco la tua ordinazione

{{ order.id }} Ordine
{{ vueNumberFormat(order.price) }}
{{ order.hasPasta ? order.pasta.title : '' }}
+ {{ order.hasSauce ? order.sauce.title : '' }}
+ {{ order.hasExtra ? order.extra.title : '' }}
{{ order.hasPasta ? '+' : '' }} {{ order.hasDrink ? order.drink.title : '' }}
Gastronomia
{{ orderedDish.dish.title }} - {{ orderedDish.quantity }}
{{ vueNumberFormat(orderedDish.price) }}

Totale

{{ vueNumberFormat(totalPrice) }}

LA PUNTUALITÀ É IMPORTANTE

Mangiare un piatto caldo è la fine del mondo!!!
Affinché il tuo ordine sia una goduria, ti consigliamo di ritirarlo nell'orario selezionato. Passati 10 minuti, non sarà più la stessa cosa.

Il tuo ordine è stato inviato con successo

Orario del ritiro: {{ answer.shift }}

Totale: {{ vueNumberFormat(answer.price) }}

{{ userData.firstName }} {{ userData.lastName }}
{{ userData.email }}
{{ userData.phone }}

Riepilogo dell'ordinazione

{{ order.pasta != null ? order.pasta.title : '' }}
{{ vueNumberFormat(order.price) }}
+ {{ order.pasta != null ? order.sauce.title : '' }}
+ {{ order.extra != null ? order.extra.title : '' }}
{{ order.pasta != null ? '+' : '' }} {{ order.drink != null ? order.drink.title : '' }}
Gastronomia
{{ orderedDish.dish.title }} - {{ orderedDish.quantity }}
{{ vueNumberFormat(orderedDish.price) }}

LA PUNTUALITÀ É IMPORTANTE

Mangiare un piatto caldo è la fine del mondo!!!
Affinché il tuo ordine sia una goduria, ti consigliamo di ritirarlo nell'orario selezionato. Passati 10 minuti, non sarà più la stessa cosa.

Siamo spiacenti, al momento non è possibile ordinare online.