{{ temp.product.description }}
{{ tfh.dictionary.get('allergeni') }}:
{{ temp.product.on_sale == 1 ? temp.product.sale_price.toFixed(2) : temp.product.price.toFixed(2) + " " + tfh.dictionary.get('euro') }}
Stiamo elaborando il tuo ordine.
Grazie per averci scelto.
Buon Appetito
{{ tfh.dictionary.get('ingredienti') }}:
{{ingrediente}}{{$index == temp.box.configuration.ingredients.length-1 ? '.' : ', '}}
{{ descr }}
{{ tfh.dictionary.get('ricevi_ordinazioni_casa') }}
{{ ristorante.getBucket().name }}
{{ (tfh.dictionary.get('p_iva') | uppercase) + " " + ristorante.getBucket().vat_number }}
{{ ristorante.getBucket().address }}
{{ tfh.dictionary.get('email') | capitalize }}
{{ ristorante.getBucket().email }}
{{ tfh.dictionary.get('telefono') | capitalize }}
{{ ristorante.getBucket().configuration.phone }}
{{ tfh.dictionary.get('sicuro_logout') }}
{{ tfh.dictionary.get('trovare_punto_vendita') }}
{{ tfh.dictionary.get('prova_prodotti_spediti') }}
{{ (tfh.dictionary.get('ultimi_ordini') | capitalize) + ": " + utils.formatDate(order.creation_timestamp) }}
Ora: {{ utils.formatTime(order.creation_timestamp) }}
{{ (tfh.dictionary.get('ultimi_ordini') | capitalize) + ": " + (+order.total).toFixed(2) + " " + tfh.dictionary.get('euro')}}
{{ (tfh.dictionary.get('data') | capitalize) + ": " + utils.formatDateTime(prenotazione.configuration.orario_arrivo) }}
{{ tfh.dictionary.get('numero_coperti') + ": " + prenotazione.configuration.numero_coperti }}
{{ (tfh.dictionary.get('stato') | capitalize) + ": " + prenotazione.configuration.status == 'accepted' ? (tfh.dictionary.get('confermata') | uppercase) : tfh.dictionary.get('in_attesa_conferma') }}
{{ tfh.dictionary.get('gia_registrato') }} {{ tfh.dictionary.get('accedi') | capitalize }}
{{ tfh.dictionary.get('creando_account') }} {{ tfh.dictionary.get('termini_condizioni') }} {{ tfh.dictionary.get('leggi_informativa') }} {{ tfh.dictionary.get('privacy') }} {{ tfh.dictionary.get('e') }} {{ tfh.dictionary.get('cookie') }}.
x{{ prod.quantity + " - " + tfh.shop.product(prod.public_token).name }}
{{ getReduceExtras(tfh.shop.product(prod.public_token)) }}
{{ tfh.dictionary.get('non_spedibile') }}
{{ getProdPrice(prod) + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('subtotale') | capitalize }} {{ displaySubTotal() + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('spese_consegna') }} {{tfh.display.cart.shipping() + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('spese_servizio') }} {{ tfh.display.cart.service() + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('totale') | capitalize }} {{ displayTotal() + " " + tfh.dictionary.get('euro') }}
{{prod.quantity}}x {{ prod.name || tfh.dictionary.get('prodotto_non_trovato') }} {{ prod.on_sale == 1 ? (prod.sale_price*prod.quantity).toFixed(2) : (prod.price*prod.quantity).toFixed(2) + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('subtotale') | capitalize }} {{ temp.order.total }} euro
{{ tfh.dictionary.get('spese_consegna') }} {{ (+temp.order.configuration.shipping_costs).toFixed(2) + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('totale') | capitalize }} {{ (+temp.order.total + +temp.order.configuration.shipping_costs).toFixed(2) + " " + tfh.dictionary.get('euro') }}
{{ temp_obj.note }}
{{ prod.quantity }} {{ tfh.shop.product(prod.public_token).name }} {{ getProdPrice(prod) + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('subtotale') | capitalize }} {{ tfh.display.cart.subtotal({only_spedibile : true}) + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('spese_consegna') }} {{tfh.display.cart.shipping({only_spedibile : true}) + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('spese_servizio') }} {{ tfh.display.cart.service() + " " + tfh.dictionary.get('euro') }}
{{ tfh.dictionary.get('totale') | capitalize }} {{ tfh.display.cart.total({only_spedibile : true}) + " " + tfh.dictionary.get('euro') }}