text_key_domain = domaine
text_key_entity = entite

text_key_order_id = commande.id
text_key_order_date = commande.date
text_key_order_status = commande.statut
text_key_order_currency = commande.devise
text_key_order_payment_method = commande.methode_paiement

text_key_customer_name = client.nom
text_key_customer_company = client.entreprise
text_key_customer_city = client.ville
text_key_customer_country = client.pays

text_key_delivery_city = livraison.ville
text_key_delivery_country = livraison.pays

text_key_product_name = produit.nom
text_key_product_model = produit.modele
text_key_product_price = produit.prix
text_key_product_quantity = produit.quantite
text_key_product_tax_rate = produit.taux_taxe

text_key_product_attribute_option = produit.attribut.option
text_key_product_attribute_value = produit.attribut.valeur

text_key_total_subtotal = total.sous_total
text_key_total_shipping = total.expedition
text_key_total_tax = total.taxe
text_key_total_total = total.total

text_key_history_date = historique.date
text_key_history_status = historique.statut
text_key_history_comment = historique.commentaire
text_key_history_tracking = historique.suivi
text_key_history_admin = historique.admin

text_value_domain_ecommerce = ecommerce
text_value_entity_order = commande
