More updates to ADSL module
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<tr class="plan-features">
|
||||
<th>Speed</th>
|
||||
<?php $c=0; foreach ($o->products() as $po) : ?>
|
||||
<td><?php echo $po->plugin()->adsl_supplier_plan->display('speed'); ?></td>
|
||||
<td><?php echo $po->plugin()->supplier_plan->display('speed'); ?></td>
|
||||
<?php endforeach ?>
|
||||
</tr>
|
||||
|
||||
|
@@ -34,7 +34,7 @@
|
||||
<div class="plan-features">
|
||||
<ul>
|
||||
<li><span class="note">$</span><strong><?php echo Currency::display($po->price(0,1,'price_setup',TRUE)); ?></strong> Connection</li>
|
||||
<li><strong><?php echo $po->plugin()->adsl_supplier_plan->display('speed'); ?></strong> Speed</li>
|
||||
<li><strong><?php echo $po->plugin()->supplier_plan->display('speed'); ?></strong> Speed</li>
|
||||
<li><strong><?php echo $po->plugin()->base_down_peak/1000; ?></strong>GB Peak Downloads</li>
|
||||
<?php if ($po->plugin()->base_down_offpeak) : ?>
|
||||
<li><strong><?php echo $po->plugin()->base_down_offpeak/1000; ?></strong>GB OffPeak Downloads</li>
|
||||
|
Reference in New Issue
Block a user