diff --git a/.ddev/vite/vite-server-not-running.html b/.ddev/vite/vite-server-not-running.html
index 17fde24d..e1493ee4 100644
--- a/.ddev/vite/vite-server-not-running.html
+++ b/.ddev/vite/vite-server-not-running.html
@@ -2,8 +2,8 @@
-
-
+
+
vite not running
+ Haiku Atelier
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thanks for your order!
+ |
+
+
+
+ |
+ Order number:
+ {{ commande.commande.id }}
+ ({{ commande.commande.date }})
+ |
+
+
+ {% for produit in commande.produits %}
+
+
+
+
+
+ {{ produit.nom }}
+ {% if produit.attribut %}
+ {{ produit.attribut.nom }}: {{ produit.attribut.valeur }}
+ {% else %}
+
+ {% endif %}
+ |
+
+
+ x{{ produit.quantite }}
+ |
+
+
+ |
+
+
+
+
+ | {{ produit.prix_total }}€ |
+
+
+ |
+
+ {% endfor %}
+
+
+
+ | Subtotal |
+ {{ commande.totaux.sous_total_produits }} |
+
+
+
+ | Shipping |
+ {{ commande.totaux.sous_total_livraison }} |
+
+
+ {% if commande.totaux.sous_total_reduction != "0€" %}
+
+ | Discount |
+ {{ commande.totaux.sous_total_reduction }} |
+
+ {% endif %}
+
+
+
+ | Total |
+ {{ commande.totaux.total }} |
+
+
+
+
+
+ Shipping Address
+
+
+ {{ commande.adresses.livraison.first_name }}
+ {{ commande.adresses.livraison.last_name }}
+
+ {{ commande.adresses.livraison.address_1 }}
+ {% if commande.adresses.livraison.address_2 %}
+ {{ commande.adresses.livraison.address_2 }}
+ {% endif %}
+ {{ commande.adresses.livraison.postcode }}
+ {{ commande.adresses.livraison.city }}
+
+ {% if commande.adresses.livraison.state %}
+ {{ commande.adresses.livraison.state }}
+ {% endif %}
+ {{ commande.adresses.livraison.country }}
+
+ {{ commande.adresses.facturation.email }}
+
+ {{ commande.adresses.livraison.phone }}
+
+
+ |
+
+
+ Billing Address
+
+
+ {{ commande.adresses.facturation.first_name }}
+ {{ commande.adresses.facturation.last_name }}
+
+ {{ commande.adresses.facturation.address_1 }}
+ {% if commande.adresses.facturation.address_2 %}
+ {{ commande.adresses.facturation.address_2 }}
+ {% endif %}
+ {{ commande.adresses.facturation.postcode }}
+ {{ commande.adresses.facturation.city }}
+
+ {% if commande.adresses.facturation.state %}
+ {{ commande.adresses.facturation.state }}
+ {% endif %}
+ {{ commande.adresses.facturation.country }}
+
+ {{ commande.adresses.facturation.email }}
+
+ {{ commande.adresses.facturation.phone }}
+
+
+ |
+
+
+ |
+
+
+
+ | |
+
+
+
+
+
+ |
+
+
+
+
diff --git a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/admin-cancelled-order.php b/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/admin-cancelled-order.php
deleted file mode 100644
index 0b4e7d7d..00000000
--- a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/admin-cancelled-order.php
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-get_order_number()),
- esc_html($order->get_formatted_billing_full_name()),
-); ?>
-
-
-
-
-get_order_number()),
- esc_html($order->get_formatted_billing_full_name()),
-); ?>
-
-
-
-
-get_formatted_billing_full_name(),
-);
-// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
-?>
-
-
-
-get_billing_first_name())); ?>
-
-
-
-
-get_billing_first_name())); ?>
-
-needs_payment()) { ?>
-
- [
- "href" => [],
- ],
- ],
- ),
- esc_html(get_bloginfo("name", "display")),
- '' .
- esc_html__("Pay for this order", "woocommerce") .
- "",
- ); ?>
-
-
-
-
- get_date_created())),
- ); ?>
-
-
-
-
-
-
-" . esc_html($user_login) . "",
- make_clickable(esc_url(wc_get_page_permalink("myaccount"))),
-);
-// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
-?>
-
-
-
-
-
-
-
-
-
-" . esc_html($user_login) . "",
- make_clickable(esc_url(wc_get_page_permalink("myaccount"))),
-);
-// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
-?>
-
-
-
-
-
-
-
-
-get_billing_first_name())); ?>
-
-
-
-
-
-
-
-
-
-get_billing_first_name())); ?>
-
-
-
-
-
-get_billing_first_name())); ?>
-
-get_order_number()),
-); ?>
-
-
-
-
-get_billing_first_name())); ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $reset_key, "id" => $user_id, "login" => rawurlencode($user_login)],
- wc_get_endpoint_url("lost-password", "", wc_get_page_permalink("myaccount")),
- ),
- ); ?>">
-
-
-
-
-get_formatted_billing_address();
-$shipping = $order->get_formatted_shipping_address();
-?>
-
-
-
-
-
-
- get_billing_phone()): ?>
- get_billing_phone()); ?>
-
- get_billing_email()): ?>
- get_billing_email()); ?>
-
- /**
- * Fires after the core address fields in emails.
- *
- * @since 8.6.0
- *
- * @param string $type Address type. Either 'billing' or 'shipping'.
- * @param WC_Order $order Order instance.
- * @param bool $sent_to_admin If this email is being sent to the admin or not.
- * @param bool $plain_text If this email is plain text or not.
- */
-
- |
- needs_shipping_address() && $shipping): ?>
-
-
-
-
-
- get_shipping_phone()): ?>
- get_shipping_phone()); ?>
-
- /**
- * Fires after the core address fields in emails.
- *
- * @since 8.6.0
- *
- * @param string $type Address type. Either 'billing' or 'shipping'.
- * @param WC_Order $order Order instance.
- * @param bool $sent_to_admin If this email is being sent to the admin or not.
- * @param bool $plain_text If this email is plain text or not.
- */
-
- |
-
-
-
diff --git a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-customer-details.php b/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-customer-details.php
deleted file mode 100644
index fe6a1a1f..00000000
--- a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-customer-details.php
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
diff --git a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-downloads.php b/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-downloads.php
deleted file mode 100644
index d234fd90..00000000
--- a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-downloads.php
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
diff --git a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-footer.php b/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-footer.php
deleted file mode 100644
index d247c4c6..00000000
--- a/web/app/themes/haiku-atelier-2024/woocommerce/templates/emails/email-footer.php
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
- |
-
-
-
-
- |
-
-
-