<%= __('Hi %s,', 'woocommerce') | format('Elon') %>
<%= __("Just to let you know — we've received your order #%s, and it is now being processed:", 'woocommerce') | format('0001') | raw %>
<%= __('Product', 'woocommerce') %> | <%= __('Quantity', 'woocommerce') %> | <%= __('Price', 'woocommerce') %> |
---|---|---|
My First Product | 1 | 10,00€ |
<%= __('Subtotal:', 'woocommerce') %> | 10,00€ | |
<%= __('Shipping:', 'woocommerce') %> | 4,90€ | |
<%= __('Payment method:', 'woocommerce') %> | Paypal | |
<%= __('Total:', 'woocommerce') %> | 14,90€ (includes 0,91€ VAT) |
<%= __('Billing address', 'woocommerce') %>Elon Musk42 rue Blue Origin 75000 Paris France |
<%= __('Shipping address', 'woocommerce') %>Elon Musk42 rue Blue Origin 75000 Paris France |
<%= __('Thanks for shopping with us.', 'woocommerce') %>