<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Thank you for purchasing {PRODUCT NAME}</title>
<LINK href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<h1>Thank you for purchasing {PRODUCT NAME}</h1>
<p>Dear {CUSTOMER NAME},</p>
<p>Thank you for purchasing {PRODUCT NAME}. Below are the purchase details:</p>
<blockquote>
<p><strong>Product Name:</strong> {PRODUCT NAME}</p>
<p><strong>Purchased Price:</strong> ${PRODUCT PRICE}</p>
<p><strong>Transaction ID:</strong> {PAYPAL TXN ID}</p>
<p><strong>Purchase Date:</strong> {PAYPAL PURCHASE DATE}</p>
</blockquote>
<p>You can proceed to the download page by clicking on the link below</p>
<p><strong><a href="{DOWNLOAD PAGE URL}">Click here to proceed to the download page.</a></strong></p>
<p>Should you need any assistance with downloading the files or even the product itself,
you can reach us at our support email address - {SUPPORT EMAIL ADDRESS}.</p>
</div>
</body>
</html>
<!--
AVAILABLE VARIABLES FOR YOUR DOWNLOAD PAGE TEMPLATES
{CUSTOMER NAME}
{CUSTOMER PAYPAL EMAL}
{CUSTOMER BUSINESS NAME}
{PAYPAL TXN ID}
{PAYPAL PURCHASE DATE}
{DOWNLOAD PAGE URL}
{PRODUCT NAME}
{PRODUCT PRICE}
{SUPPORT EMAIL ADDRESS}
-->