Browse Source

fix copywriting voice plan

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
baed2ad73f

+ 1
- 1
resources/views/email/invoice.blade.php View File

<p>RM {{ $form->PackageDetail->montly_fee }}</p> <p>RM {{ $form->PackageDetail->montly_fee }}</p>
</td> </td>
<td style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee"> <td style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee">
<b>Voice Home Plan Fee (incl. ST)</b>
<b>Home Voice Plan Fee (incl. ST)</b>
@if($form->PackageDetail->voice_fee == 'Yes') @if($form->PackageDetail->voice_fee == 'Yes')
<p>RM 21.20</p> <p>RM 21.20</p>
@else @else

+ 1
- 1
resources/views/email/invoiceb.blade.php View File

@endif @endif
<tr> <tr>
<td colspan="1" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee"> <td colspan="1" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee">
<b> Voice Plan</b>
<b> Business Voice Plan</b>
@if($product->package_name != '50Mbps') @if($product->package_name != '50Mbps')
<p>Free</p> <p>Free</p>
@else @else

+ 3
- 3
resources/views/sales/form/business_package.blade.php View File

<div class="checkbox"> <div class="checkbox">
@if ($pg == "50Mbps") @if ($pg == "50Mbps")
<label> <label>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p style="margin-bottom: 0px !important">Add on Voice Plan and 1 Dect Phone at RM20/month ? <br><small id="otcVoice" style="color:red; display:none"> A deposit of RM100 is required for new voice activation tied to 12 months contract.</small></p>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p style="margin-bottom: 0px !important">Add on Business Voice Plan and 1 Dect Phone at RM20/month ? <br><small id="otcVoice" style="color:red; display:none"> A deposit of RM100 is required for new voice activation tied to 12 months contract.</small></p>
</label> </label>
@else @else
<label> <label>
<input type="checkbox" name="voice" id="voice" value="No" checked> <p style="margin-bottom: 0px !important">Free Voice Plan and 1 Dect Phone </p>
<input type="checkbox" name="voice" id="voice" value="No" checked> <p style="margin-bottom: 0px !important">Free Business Voice Plan and 1 Dect Phone </p>
</label> </label>
@endif @endif
</div> </div>
<p class="text">1. Standard contract period is 24 months unless otherwise stated.</p> <p class="text">1. Standard contract period is 24 months unless otherwise stated.</p>
<p class="text">2. Preferred appointment date is subject to the availability of required infrastructure and/ or equipment.</p> <p class="text">2. Preferred appointment date is subject to the availability of required infrastructure and/ or equipment.</p>
<p class="text">3. Early termination will subject to RM500 penalty.</p> <p class="text">3. Early termination will subject to RM500 penalty.</p>
<p class="text">4. Separate penalty charge for broadband and voice home plan.</p>
<p class="text">4. Separate penalty charge for broadband and Business Voice Plan.</p>
</div> </div>
</div> </div>
</div> </div>

+ 2
- 2
resources/views/sales/form/business_preview.blade.php View File

<hr><label><b>Add-On(s)</b></label> <hr><label><b>Add-On(s)</b></label>
<table class="table table-sm table-bordered"> <table class="table table-sm table-bordered">
<tbody> <tbody>
<tr><th width="50%">Voice Plan and Dect Phone</th>
<tr><th width="50%">Business Voice Plan and Dect Phone</th>
@if($a['package'] != '50Mbps') @if($a['package'] != '50Mbps')
<td>Free</td> <td>Free</td>
@else @else
@endif @endif
</tr> </tr>
@if($a['voice']=='Yes') @if($a['voice']=='Yes')
<tr><th>Voice Home Plan</th>
<tr><th>Business Voice Plan</th>
<td> <td>
RM20 RM20
</td> </td>

+ 3
- 3
resources/views/sales/form/dealer/business_package.blade.php View File

<div class="checkbox"> <div class="checkbox">
@if ($pg == "50Mbps") @if ($pg == "50Mbps")
<label> <label>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p style="margin-bottom: 0px !important">Add on Voice Plan and 1 Dect Phone at RM20/month ? <br><small id="otcVoice" style="color:red; display:none"> A deposit of RM100 is required for new voice activation tied to 12 months contract.</small></p>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p style="margin-bottom: 0px !important">Add on Business Voice Plan and 1 Dect Phone at RM20/month ? <br><small id="otcVoice" style="color:red; display:none"> A deposit of RM100 is required for new voice activation tied to 12 months contract.</small></p>
</label> </label>
@else @else
<label> <label>
<input type="checkbox" name="voice" id="voice" value="No" checked> <p style="margin-bottom: 0px !important">Free Voice Plan and 1 Dect Phone </p>
<input type="checkbox" name="voice" id="voice" value="No" checked> <p style="margin-bottom: 0px !important">Free Business Voice Plan and 1 Dect Phone </p>
</label> </label>
@endif @endif
</div> </div>
<p class="text">1. Standard contract period is 24 months unless otherwise stated.</p> <p class="text">1. Standard contract period is 24 months unless otherwise stated.</p>
<p class="text">2. Preferred appointment date is subject to the availability of required infrastructure and/ or equipment.</p> <p class="text">2. Preferred appointment date is subject to the availability of required infrastructure and/ or equipment.</p>
<p class="text">3. Early termination will subject to RM500 penalty.</p> <p class="text">3. Early termination will subject to RM500 penalty.</p>
<p class="text">4. Separate penalty charge for broadband and voice home plan.</p>
<p class="text">4. Separate penalty charge for broadband and Business Voice Plan.</p>
</div> </div>
</div> </div>
</div> </div>

+ 2
- 2
resources/views/sales/form/dealer/business_preview.blade.php View File

<hr><label><b>Add-On(s)</b></label> <hr><label><b>Add-On(s)</b></label>
<table class="table table-sm table-bordered"> <table class="table table-sm table-bordered">
<tbody> <tbody>
<tr><th width="50%">Voice Plan</th>
<tr><th width="50%">Business Voice Plan</th>
@if($a['package'] != '50Mbps') @if($a['package'] != '50Mbps')
<td>Free</td> <td>Free</td>
@else @else
@endif @endif
</tr> </tr>
@if($a['voice']=='Yes') @if($a['voice']=='Yes')
<tr><th>Voice Home Plan</th>
<tr><th>Business Voice Plan</th>
<td> <td>
RM20 RM20
</td> </td>

+ 1
- 1
resources/views/sales/form/dealer/residential_package.blade.php View File

<div class="form-group"> <div class="form-group">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p>Add on Voice Home Plan at RM20/month<br><small id="otcVoice" style="color:red; display:none">A one-time-charge of RM100 is required for new voice activation tied to 12 months contract</small></p>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p>Add on Home Voice Plan at RM20/month<br><small id="otcVoice" style="color:red; display:none">A one-time-charge of RM100 is required for new voice activation tied to 12 months contract</small></p>
</label> </label>
</div> </div>
</div> </div>

+ 1
- 1
resources/views/sales/form/dealer/residential_preview.blade.php View File

@endif @endif
</tr> </tr>
@if($a['voice']=='Yes') @if($a['voice']=='Yes')
<tr><th>Voice Home Plan</th>
<tr><th>Home Voice Plan</th>
<td> <td>
RM20 RM20
</td> </td>

+ 1
- 1
resources/views/sales/form/residential_package.blade.php View File

<div class="form-group"> <div class="form-group">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p>Add on Voice Home Plan at RM20/month<br><small id="otcVoice" style="color:red; display:none">A one-time-charge of RM100 is required for new voice activation tied to 12 months contract</small></p>
<input type="checkbox" name="voice" id="voice" value="Yes"> <p>Add on Home Voice Plan at RM20/month<br><small id="otcVoice" style="color:red; display:none">A one-time-charge of RM100 is required for new voice activation tied to 12 months contract</small></p>
</label> </label>
</div> </div>
</div> </div>

+ 1
- 1
resources/views/sales/form/residential_preview.blade.php View File

@endif @endif
</tr> </tr>
@if($a['voice']=='Yes') @if($a['voice']=='Yes')
<tr><th>Voice Home Plan</th>
<tr><th>Home Voice Plan</th>
<td> <td>
RM20 RM20
</td> </td>

Loading…
Cancel
Save