-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautopay_terms.php
More file actions
53 lines (47 loc) · 2.51 KB
/
autopay_terms.php
File metadata and controls
53 lines (47 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
$strAbsPath = "/home/paulthetutor/paulthetutors.com";
include($strAbsPath . "/includes/pttec_includes.phtml");
put_ptts_header("", $strAbsPath, "", "popup");
?>
<style type="text/css">
<!--
.plain {
font-weight: normal;
}
.style1 {font-weight: normal; font-size: 10px; }
.style3 {font-weight: normal; font-size: 12px; }
-->
</style>
</head>
<body>
<table width="686" border="0" cellpadding="3" cellspacing="0" background="images/flowbg.gif">
<tr>
<td height="25" colspan="2" valign="top"><span class="Head1_Green"> Paul the Tutor's Auto Pay Terms and Conditions</span>
<div align="right"></div></td>
<td width="39" rowspan="2" valign="top"><div align="right"></div></td>
</tr>
<tr>
<td width="36" height="51" valign="top"> </td>
<td width="593" height="51" valign="top">
<ol>
<li>To qualify for the Auto Pay $10/hr discount you must submit a valid credit card and authorize us to charge your card. </li>
<li>When signing up for Auto Pay you authorize Paul the Tutor's to charge your card for all billable services and goods received from Paul the Tutor's</li>
<li>As with traditional billing, Paul the Tutor's bills monthly, meaning you will receive a bill at the start of the month for the previous months services and goods.</li>
<li>Signing up for Auto Pay means you authorized Paul the Tutor's to charge your credit card for all billable services and products three business days after your bill is sent out.</li>
<li>If you do not recieve your bill it is your responsibility to inform us or view your bill be logging into the Parents' Portal on Paul the Tutor's website.</li>
<li>Each month's $10/hr discount is contingent upon the billed month's charges being accepted on your submitted credit card.</li>
<li>If your stored card is charged and the charges are rejected, all unpaid hours will lose the the $10/hr discount automatically provided the rejection is not do to an error on the part of Paul the Tutor's.</li>
<li>It is your responsibility to update all credit card information prior to the card being invalid</li>
<li>Updating credit card information after the charges have been rejected will not re-qualify you for the $10/hr discount on the prior month's sessions. </li>
<li>Updating your card information will qualify you for the $10/hr discount on all unbilled and future sessions.</li>
</ol></td>
</tr>
<tr>
<td height="138" colspan="3"> </td>
</tr>
</table>
</body>
</html>
<?
put_ptts_footer("");
?>