File: //home/awaldron/public_html/archive/teampay/application/views/email/subscription-renewal-html.php
<?php
$desc = explode('|',$x_description);
switch ($desc[0]) {
case 'addon_citylist' : $item = 'City Listing Addon'; break;
case 'addon_state' : $item = 'State Listing Addon'; break;
case 'addon_nation' : $item = 'National Listing Addon'; break;
case 'addon_categories' : $item = 'Category Addon'; break;
case 'adv_site_3' : $item = '3 Month Site Sponsorship'; break;
case 'adv_site_12' : $item = '12 Month Site Sponsorship'; break;
case 'adv_homepage_3' : $item = '3 Month Home Page Ad'; break;
case 'adv_homepage_1' : $item = '12 Month Home Page Ad'; break;
case 'addon_adstate' : $item = 'State Banner Ad'; break;
case 'addon_adlocal' : $item = 'Local Banner Ad'; break;
default: $item = "Hmm, undefined item name (".$desc[0].")"; break;
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>Subscription Renewal</title></head>
<body bgcolor="#EEEEEE">
<div style="max-width: 800px; margin: 0 auto; padding:10px; border:dotted 1px #BBBBBB; background-color:#AAA">
<table width="100%" border="0" cellpadding="25" cellspacing="0">
<tr>
<td width="180" valign="top" bgcolor="#DFDFDF"><a href="http://dodamp.com"><img src="http://dodamp.com/img/logo2.png" width="150" height="134"/></a></td>
<td align="left" width="100%" bgcolor="#F6F6F6" style="font: 13px/18px Helvetica, Arial, sans-serif;">
<h2 style="font: bold 30px Helvetica, Arial, sans-serif; margin: 0; padding: 0 0 18px; color: #308DCF;">Subscription Renewal</h2>
<br/>Dear <?=$user_fname?>,
<br/>
<br/>We've renewed your subscription on DODAMP.COM. Thank you for using the Directory of Design and Marketing Professionals!
<br/>
<br/>
<br/><b>Date:</b>
<br/><?=date("F j, Y")?>
<br/>
<br/><b>Name:</b>
<br/><?=$x_first_name?> <?=$x_last_name?>
<br/>
<br/><b>Subscription Item:</b>
<br/><?=$item?> (Qty: <?=$desc[1]?>)
<br/>
<br/><b>Amount:</b>
<br/>$<?=$x_amount?>
<br/>
<br/><b>Subscription ID:</b>
<br/><?=$x_subscription_id?>
<br/>
<br/><b>Order ID:</b>
<br/><?=$x_invoice_num?>
<br/>
<br />
<hr>
<br/><b>All purchases from DODAMP.COM are recurring, which means that you will need to cancel your ad(s) before their renewal date if you do not want them to renew for the next cycle. Renewal dates and cancellation information can be found on the <a href="https://dodamp.com/account">My Account</a> page.</b>
<br/>
<br/>If you used a promo code, discounted rates are effective for one year; one payment on annual subscriptions or 4 payments on quarterly subscriptions. All payments thereafter will be charged at full price.
<br/>
<br/>Charges will appear on your bill as <b>Waldron Interactive, LLC</b>. Each line item in your cart will be billed separately, this gives you the flexibility to cancel some services while keeping others.
<br/>
<br/>
<br />Thank you for using DODAMP.COM!
<br/>
</td>
</tr>
</table>
</div>
</body>
</html>