This commit is contained in:
suseendhiran17 2023-06-19 18:54:58 +05:30
parent 291e8a36cc
commit a83b156933
2 changed files with 6 additions and 4 deletions

View File

@ -503,6 +503,7 @@ class Sendmail_controller extends BaseController
$email->setSubject('New Member Registration'); $email->setSubject('New Member Registration');
} }
$email->setMessage($message); $email->setMessage($message);
if ($email->send()) if ($email->send())
{ {

View File

@ -126,9 +126,9 @@
<td>1/2 hr Practice / Play</td><td class="text-center">$30</td><td>1</td></tr><tr> <td>1/2 hr Practice / Play</td><td class="text-center">$30</td><td>1</td></tr><tr>
<td>1 hr Practice / Play</td><td class="text-center">$60</td><td>2</td></tr><tr> <td>1 hr Practice / Play</td><td class="text-center">$60</td><td>2</td></tr><tr>
<td>1/2 hr individual coaching</td><td class="text-center">$90</td><td>3</td></tr><tr> <td>1/2 hr individual coaching</td><td class="text-center">$90</td><td>3</td></tr><tr>
<td>1 hr individual coaching</td><td class="text-center">$150</td><td>5</td></tr>
<tr><td colspan="3">Fitting Session</td></tr>
<td>Single fitting (driver, irons or woods)</td><td class="text-center">$120</td><td>4</td></tr><tr> <td>Single fitting (driver, irons or woods)</td><td class="text-center">$120</td><td>4</td></tr><tr>
<td>1 hr individual coaching</td><td class="text-center">$150</td><td>5</td></tr><tr>
<td>2 hr full bag fitting (Driver, woods, irons, wedges)</td><td class="text-center">$210</td><td>7</td></tr></tbody></table></figure> <td>2 hr full bag fitting (Driver, woods, irons, wedges)</td><td class="text-center">$210</td><td>7</td></tr></tbody></table></figure>
</div> </div>
@ -221,7 +221,8 @@
<ul> <ul>
<li>Purchase your credits<br/>(The more your purchase the cheaper it gets)</li> <li>Purchase your credits<br/>(The more your purchase the cheaper it gets)</li>
<li>Credits are added to your account</li> <li>Credits are added to your account<br/>
(Credits will have a validity of One Year from the date of opening )</li>
<li>Select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).</li> <li>Select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).</li>
<li>Find the time and the date that suits you.</li> <li>Find the time and the date that suits you.</li>
<li>Add it to your cart</li> <li>Add it to your cart</li>