<%= __('Hi %s,', 'woocommerce') | format('Jane') %>
<%= __('The following note has been added to your order:', 'woocommerce') %>
Hi Jane, welcome to MailPoet!
<%= __('As a reminder, here are your order details:', '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') %>Jane Doe42 rue Blue Origin 75000 Paris France |
<%= __('Shipping address', 'woocommerce') %>Jane Doe42 rue Blue Origin 75000 Paris France |
<%= __('Thanks for reading.', 'woocommerce') %>