-
-
- Shipping Address
-
-
- {order.shipping_address.first_name}{" "}
- {order.shipping_address.last_name}
-
-
- {order.shipping_address.country_code?.toUpperCase()}
-
-
-
-
- Contact
- {order.email}
-
-
-
- Method
-
- {order.shipping_methods[0].shipping_option.name} (
- {formatAmount({
- amount: order.shipping_methods[0].price,
- region: order.region,
- })
- .replace(/,/g, "")
- .replace(/\./g, ",")}
- )
-
-
-