text_order_information = [Customer information for the order]
text_order_information = [Order ID]

text_order_customer_name = [Customer name for the order]
text_order_company = [Company for the order]
text_order_customer_city = [Customer city for the order]
text_order_customer_country = [Customer country for the order]
text_order_customer_payment_method = [Payment method for the order]
text_order_customer_status = [Order status for the order]
text_order_customer_date_purchased = [Purchase date for the order]
text_order_customer_delivery_city = [Delivery city for the order]
text_order_customer_delivery_country = [Delivery country for the order]
text_order_customer_currency = [Currency for the order]

text_order_products_details = [Product details for the order]
text_order_products_name = [Product name for the order]
text_order_products_model = [Product reference for the order]
text_order_products_price = [Purchase price excluding tax for the order]
text_order_products_qty = [Quantity for the order]
text_order_products_taxe = [Tax rate for the order]
text_order_products_final_price = [Final price excluding tax for the order]

text_products_attributes_details = [Product attribute details for the order]
text_products_attributes_products_reference = [Product attribute reference for the order]
text_products_attributes_products_option = [Attribute option name for the order]
text_products_attributes_products_value = [Attribute value for the order]
text_products_attributes_products_price = [Attribute price for the order]

text_products_order_history = [Order status history]
text_products_order_history_comment = [Order history comment]
text_products_order_history_status = [Order history status]
text_products_order_history_admin = [Order history administrator]
text_products_order_history_tracking = [Order tracking]
text_products_order_history_date = [Order history date]

text_orders_total = [Order total]
text_orders_total_title = [Order total title]
text_orders_total_value = [Order total value]