Hello {{var billing.name}},
Thank you for your order from Magento Demo Store.
You can check the status of your order by logging into your account.
If you have any questions about your order please contact us at dummyemail@magentocommerce.com or call us at (800) DEMO-NUMBER Monday - Friday, 8am - 5pm PST.
Your order confirmation is below. Thank you again for your business.
Your Shipment #{{var shipment.increment_id}} for Order #{{var order.increment_id}}
Billing Information: |
|
Payment Method: |
{{var order.billing_address.format('html')}}
|
|
{{var payment_html}}
|
Shipping Information: |
|
Shipping Method: |
{{var order.shipping_address.format('html')}}
|
|
{{var order.shipping_description}}
|
{{block type='core/template' template='email/order/items_shipment.phtml' shipment=$shipment order=$order}}
{{block type='core/template' template='email/order/shipment_track.phtml' shipment=$shipment order=$order}}
{{var comment}}
Thank you again, Magento Demo Store
|