get_order_key() === $order_key) { ?>

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(); ?>

Détails de la commande

get_items() as $item_id => $item) { ?> get_shipping_total() > 0) : ?>
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’); ?>
Commande non trouvée ou invalide.

‘; } } else { echo ‘

Aucune commande spécifiée.

‘; } ?>