Explorar el Código

COPYWRITING YEAR END PROMOTION

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
964b869eb1

+ 1
- 1
resources/views/email/invoice.blade.php Ver fichero

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

+ 1
- 1
resources/views/email/invoiceb.blade.php Ver fichero

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

+ 1
- 1
resources/views/pdf/business-pdf.blade.php Ver fichero

@@ -483,7 +483,7 @@
<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>
<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>
<td style="font-size: 9px;">**Deposit is refundable</td>

+ 3
- 3
resources/views/pdf/newBusiness-pdf.blade.php Ver fichero

@@ -24,7 +24,7 @@
@if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26'))
<tr>
<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>
</tr>
@@ -411,7 +411,7 @@
@if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26'))
<tr>
<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>
</tr>
@endif
@@ -526,7 +526,7 @@
@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>
<td style="font-size: 9px;">**Deposit is refundable</td>

+ 1
- 1
resources/views/pdf/oldBusiness-pdf.blade.php Ver fichero

@@ -448,7 +448,7 @@
<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>
<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>
<td style="font-size: 9px;">**Deposit is refundable</td>

+ 3
- 3
resources/views/pdf/residential-pdf.blade.php Ver fichero

@@ -24,7 +24,7 @@
@if($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26') )
<tr>
<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>
</tr>
@@ -474,7 +474,7 @@
@if ($package->name != '1' && $package->contract == '24' && (($created >= '2020-08-12' && $created < '2020-11-01') || $created >= '2020-11-26'))
<tr>
<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>
</tr>
@endif
@@ -566,7 +566,7 @@
</tr>
@endif
<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>
<td style="font-size: 9px;">**Deposit is refundable</td>

+ 1
- 1
resources/views/sales/form/business_package.blade.php Ver fichero

@@ -211,7 +211,7 @@
</label>
@if ($pg != "1Gbps")
<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>
@endif
</div>

+ 1
- 1
resources/views/sales/form/business_preview.blade.php Ver fichero

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

+ 1
- 1
resources/views/sales/form/dealer/business_package.blade.php Ver fichero

@@ -212,7 +212,7 @@
</label>
@if ($pg != "1Gbps")
<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>
@endif
</div>

+ 1
- 1
resources/views/sales/form/dealer/business_preview.blade.php Ver fichero

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

+ 1
- 1
resources/views/sales/form/dealer/residential_package.blade.php Ver fichero

@@ -204,7 +204,7 @@
</label>
@if ($a['package'] != "1Gbps")
<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>
@endif
</div>

+ 1
- 1
resources/views/sales/form/dealer/residential_preview.blade.php Ver fichero

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

+ 1
- 1
resources/views/sales/form/residential_package.blade.php Ver fichero

@@ -203,7 +203,7 @@
</label>
@if ($a['package'] != "1Gbps")
<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>
@endif
</div>

+ 1
- 1
resources/views/sales/form/residential_preview.blade.php Ver fichero

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

Cargando…
Cancelar
Guardar