Order Info

Info of Order ${order.uid}

Order Info

First Name ${order.get_data_string('first_name')}
Last Name ${order.get_data_string('last_name')}
Email ${order.get_data_string('email')}
Ship Name ${order.get_data_string('ship_name')}
Ship Address ${order.get_data_string('ship_address')}
Ship Zip ${order.get_data_string('ship_zip')}
Ship City ${order.get_data_string('ship_city')}
Ship State ${order.get_data_string('ship_state')}
Ship Country ${order.get_data_string('ship_country')}
Total Price ${order.total_price}

Order Content

Product Quantity Total Price
${entry.product.name} ${entry.quantity} ${entry.total} ${tg.config.get('currency', 'EUR')}