Pizzaleco | Nos menus
Mon Panier d'achats
{{ item.productName }}
{{ item.description }}
Prix: {{ item.priceNet.toFixed(2) }} FCFA
{{ item.quantity }}
Destinataire:
Sous-total:
{{ calculateSubTotal().toFixed(2) }} FCFA
Frais de livraison:
{{ deliveryFees.toFixed(2) }} FCFA
Prix Total:
{{ calculateTotalPrice().toFixed(2) }} FCFA
Sous-total:
{{ calculateSubTotal().toFixed(2) }} FCFA
Frais de livraison:
{{ deliveryFees.toFixed(2) }} FCFA
Prix Total:
{{ calculateTotalPrice().toFixed(2) }} FCFA
Mes Commandes
Commandes clients
Commande N°:
{{ order.id }}
{{ order.status }}
{{ formatPrice(order.total) }} FCFA
{{ formatDate(order.date) }}
- {{ item.productName }} Qté: {{ item.quantity }} {{ formatPrice((item.priceNet * item.quantity).toFixed(2)) }} FCFA
Mode de récupération: {{ order.mode_recup }} |
Frais de livraison: {{ formatPrice(order.frais_livraison) }} FCFA
Destinataire: {{ order.destinataire.name }} |
{{ order.destinataire.type === 'table' ? 'Table' : 'Téléphone' }}:
{{ order.destinataire.type === 'table' ? order.destinataire.identifier : order.destinataire.phone }}
Commande client N°:
{{ order.id }}
{{ order.status }}
{{ formatPrice(order.total) }} FCFA
{{ formatDate(order.date) }}
- {{ item.productName }} Qté: {{ item.quantity }} {{ formatPrice((item.priceNet * item.quantity).toFixed(2)) }} FCFA
Mode de récupération: {{ order.mode_recup }} |
Frais de livraison: {{ formatPrice(order.frais_livraison) }} FCFA
Destinataire: {{ order.destinataire.name }} |
{{ order.destinataire.type === 'table' ? 'Table' : 'Téléphone' }}:
{{ order.destinataire.type === 'table' ? order.destinataire.identifier : order.destinataire.phone }}
Mes Préférences
{{ item.productName }}
{{ item.description }}