Browse Source

COPYWRITING YEAR END PROMOTION

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
964b869eb1

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

<tr> <tr>
<td colspan="2" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee"> <td colspan="2" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee">
<b>Promotion</b> <b>Promotion</b>
<p>RM10 off for 24 months</p>
<p>Year End Promotion (RM10 off for 24 months)</p>
</td> </td>
</tr> </tr>
@endif @endif

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

<tr> <tr>
<td colspan="2" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee"> <td colspan="2" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee">
<b>Promotion</b> <b>Promotion</b>
<p>RM10 off for 24 months</p>
<p>Year End Promotion (RM10 off for 24 months)</p>
</td> </td>
</tr> </tr>
@endif @endif

+ 1
- 1
resources/views/pdf/business-pdf.blade.php View File

<td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->deposit) + floatval($package->voice_fee) + floatval($package->upfront_payment), 2) }}</b></td> <td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->deposit) + floatval($package->voice_fee) + floatval($package->upfront_payment), 2) }}</b></td>
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">*Installation fee will be woved for permises with available of required infrastructure</td>
<td style="font-size: 9px;">*Installation fee will be waived for premises with available of required infrastructure</td>
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">**Deposit is refundable</td> <td style="font-size: 9px;">**Deposit is refundable</td>

+ 3
- 3
resources/views/pdf/newBusiness-pdf.blade.php View File

@if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26')) @if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26'))
<tr> <tr>
<td align="left" style="font-size: 10px"> <td align="left" style="font-size: 10px">
<b style="color: red">PROMOTION (RM 10 off for 24 months)</b>
<b style="color: red">Year End Promotion (RM10 off for 24 months)</b>
</td> </td>
</tr> </tr>
@if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26')) @if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26'))
<tr> <tr>
<td style="font-size: 11px;"> <td style="font-size: 11px;">
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> RM 10 off for 24 months
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> Year End Promotion (RM10 off for 24 months)
</td> </td>
</tr> </tr>
@endif @endif
@endif @endif
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">*Installation fee will be woved for permises with available of required infrastructure</td>
<td style="font-size: 9px;">*Installation fee will be waived for premises with available of required infrastructure</td>
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">**Deposit is refundable</td> <td style="font-size: 9px;">**Deposit is refundable</td>

+ 1
- 1
resources/views/pdf/oldBusiness-pdf.blade.php View File

<td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->deposit) + floatval($package->voice_fee) + floatval($package->upfront_payment), 2) }}</b></td> <td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->deposit) + floatval($package->voice_fee) + floatval($package->upfront_payment), 2) }}</b></td>
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">*Installation fee will be woved for permises with available of required infrastructure</td>
<td style="font-size: 9px;">*Installation fee will be waived for premises with available of required infrastructure</td>
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">**Deposit is refundable</td> <td style="font-size: 9px;">**Deposit is refundable</td>

+ 3
- 3
resources/views/pdf/residential-pdf.blade.php View File

@if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26') ) @if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26') )
<tr> <tr>
<td align="left" style="font-size: 10px"> <td align="left" style="font-size: 10px">
<b style="color: red">PROMOTION (RM 10 off for 24 months)</b>
<b style="color: red">Year End Promotion (RM10 off for 24 months)</b>
</td> </td>
</tr> </tr>
@if ($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26')) @if ($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26'))
<tr> <tr>
<td style="font-size: 11px;"> <td style="font-size: 11px;">
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> RM 10 off for 24 months
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> Year End Promotion (RM10 off for 24 months)
</td> </td>
</tr> </tr>
@endif @endif
</tr> </tr>
@endif @endif
<tr> <tr>
<td style="font-size: 9px;">*Installation fee will be woved for permises with available of required infrastructure</td>
<td style="font-size: 9px;">*Installation fee will be waived for premises with available of required infrastructure</td>
</tr> </tr>
<tr> <tr>
<td style="font-size: 9px;">**Deposit is refundable</td> <td style="font-size: 9px;">**Deposit is refundable</td>

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

</label> </label>
@if ($pg != "1Gbps") @if ($pg != "1Gbps")
<label class="radio-inline"> <label class="radio-inline">
<input type="checkbox" id="10off" checked=""> <small id="10off1">RM10 off for 24 months</small>
<input type="checkbox" id="10off" checked=""> <small id="10off1">Year End Promotion (RM10 off for 24 months)</small>
</label> </label>
@endif @endif
</div> </div>

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

</tr> </tr>
@if ($a['subscription']==24 && ($a['package'] != '1Gbps')) @if ($a['subscription']==24 && ($a['package'] != '1Gbps'))
<tr><th width="50%">Promotion</th> <tr><th width="50%">Promotion</th>
<td>RM10 off for 24 months</td>
<td>Year End Promotion (RM10 off for 24 months)</td>
</tr> </tr>
@endif @endif
<tr><th width="50%">Contract Term</th> <tr><th width="50%">Contract Term</th>

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

</label> </label>
@if ($pg != "1Gbps") @if ($pg != "1Gbps")
<label class="radio-inline"> <label class="radio-inline">
<input type="checkbox" id="10off" checked=""> <small id="10off1">RM10 off for 24 months</small>
<input type="checkbox" id="10off" checked=""> <small id="10off1">Year End Promotion (RM10 off for 24 months)</small>
</label> </label>
@endif @endif
</div> </div>

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

</tr> </tr>
@if ($a['subscription']==24 && ($a['package'] != '1Gbps')) @if ($a['subscription']==24 && ($a['package'] != '1Gbps'))
<tr><th width="50%">Promotion</th> <tr><th width="50%">Promotion</th>
<td>RM10 off for 24 months</td>
<td>Year End Promotion (RM10 off for 24 months)</td>
</tr> </tr>
@endif @endif
<tr><th width="50%">Contract Term</th> <tr><th width="50%">Contract Term</th>

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

</label> </label>
@if ($a['package'] != "1Gbps") @if ($a['package'] != "1Gbps")
<label class="radio-inline"> <label class="radio-inline">
<input type="checkbox" id="10off" checked=""> <small id="10off1">RM10 off for 24 months</small>
<input type="checkbox" id="10off" checked=""> <small id="10off1">Year End Promotion (RM10 off for 24 months)</small>
</label> </label>
@endif @endif
</div> </div>

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

</tr> </tr>
@if ($a['subscription']==24 && ($a['package']=='50Mbps' || $a['package']=='100Mbps' || $a['package']=='300Mbps' || $a['package']=='500Mbps')) @if ($a['subscription']==24 && ($a['package']=='50Mbps' || $a['package']=='100Mbps' || $a['package']=='300Mbps' || $a['package']=='500Mbps'))
<tr><th width="50%">Promotion</th> <tr><th width="50%">Promotion</th>
<td>RM10 off for 24 months</td>
<td>Year End Promotion (RM10 off for 24 months)</td>
</tr> </tr>
@endif @endif
<tr><th width="50%">Contract Term</th> <tr><th width="50%">Contract Term</th>

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

</label> </label>
@if ($a['package'] != "1Gbps") @if ($a['package'] != "1Gbps")
<label class="radio-inline"> <label class="radio-inline">
<input type="checkbox" id="10off" checked=""> <small id="10off1">RM10 off for 24 months</small>
<input type="checkbox" id="10off" checked=""> <small id="10off1">Year End Promotion (RM10 off for 24 months)</small>
</label> </label>
@endif @endif
</div> </div>

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

</tr> </tr>
@if ($a['subscription']==24 && ($a['package']=='50Mbps' || $a['package']=='100Mbps' || $a['package']=='300Mbps' || $a['package']=='500Mbps')) @if ($a['subscription']==24 && ($a['package']=='50Mbps' || $a['package']=='100Mbps' || $a['package']=='300Mbps' || $a['package']=='500Mbps'))
<tr><th width="50%">Promotion</th> <tr><th width="50%">Promotion</th>
<td>RM10 off for 24 months</td>
<td>Year End Promotion (RM10 off for 24 months)</td>
</tr> </tr>
@endif @endif
<tr><th width="50%">Contract Term</th> <tr><th width="50%">Contract Term</th>

Loading…
Cancel
Save