get_order_key() === $order_key) {
?>
Commande non trouvée ou invalide.‘;
}
} else {
echo ‘
Merci pour votre commande
Numéro de commande
#get_order_number(); ?>
Date : get_date_created()->date(‘d F Y’); ?>
Informations de l’acheteur
get_billing_first_name() . ‘ ‘ . $order->get_billing_last_name(); ?>
Email : get_billing_email(); ?>
Téléphone : get_billing_phone(); ?>
Email : get_billing_email(); ?>
Téléphone : get_billing_phone(); ?>
Détails de la commande
| Produit | Quantité | Total |
|---|---|---|
| get_name(); ?> | get_quantity(); ?> | get_formatted_line_subtotal($item); ?> |
| Sous-total | get_subtotal()); ?> | |
| Livraison | get_shipping_total()); ?> | |
| Total | get_formatted_order_total(); ?> | |
Adresse de livraison
get_formatted_shipping_address(‘Aucune adresse de livraison’); ?>
Aucune commande spécifiée.
‘; } ?>