Please use with the Advanced Receipt Add-On and Style->Receipts as the starting point for your email design. Please pay special attention to {if}...{/if} blocks. If not configured correctly, then emails will not parse.
<h1>Invoice #{invoice}</h1> <h2>Thank You!</h2> <h3>Order Information</h3> <ul> <li>Merchant: {sellerName}</li> <li>Date/Time: {date}</li> <li>Transaction ID: {transid}</li> <li>Description: {orderDescription}</li> <li>Total: {grandTotal}</li> <li>Payment Method: {payMethod}</li> </ul> <h3>Cart Information</h3> {cartContents} <h3>Billing Information</h3> First Name : {billingFirstName}<br> Last Name : {billingLastName}<br> Address1 : {billingAddress1}<br> {if billingAddress2}Address2 : {billingAddress2}<br>{/if} City : {billingCity}<br> State/Province : {billingState}<br> Zip/Postal Code : {billingPostalCode}<br> Country : {billingCountry}<br> Email : {billingEmail} {if ship} <h3>Shipping Information</h3> First Name : {shippingFirstName}<br> Last Name : {shippingLastName}<br> Address1 : {shippingAddress1}<br> {if shippingAddress2}Address2 : {shippingAddress2}<br>{/if} City : {shippingCity}<br> State/Province : {shippingState}<br> Zip/Postal Code : {shippingPostalCode}<br> Country : {shippingCountry}<br> {/if} {if comments} <h3>Comments</h3> {comments} {/if} {if extraFields} <h3>Extra Information</h3> {extraFields} {/if}
Comments
0 comments
Article is closed for comments.