Merge branch 'master' of bitbucket.org:venbainformationtechnology/golf_backend
This commit is contained in:
commit
3ab1ae926b
@ -503,6 +503,7 @@ class Sendmail_controller extends BaseController
|
||||
$email->setSubject('New Member Registration');
|
||||
|
||||
}
|
||||
|
||||
$email->setMessage($message);
|
||||
if ($email->send())
|
||||
{
|
||||
|
||||
@ -126,9 +126,9 @@
|
||||
<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/2 hr individual coaching</td><td class="text-center">$90</td><td>3</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>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>2 hr full bag fitting (Driver, woods, irons, wedges)</td><td class="text-center">$210</td><td>7</td></tr></tbody></table></figure>
|
||||
|
||||
</div>
|
||||
@ -221,7 +221,8 @@
|
||||
|
||||
<ul>
|
||||
<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>Find the time and the date that suits you.</li>
|
||||
<li>Add it to your cart</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user