<%= __('Hi %s,', 'woocommerce') | format('Elon') %>
<%= __('We have finished processing your order.', 'woocommerce') %>
<%= __('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') %>