| Line 9... |
Line 9... |
| 9 |
<table class="table table-striped">
|
9 |
<table class="table table-striped">
|
| 10 |
<tr>
|
10 |
<tr>
|
| 11 |
<!-- <th><?php //echo ('sku'); ?></th> -->
|
11 |
<!-- <th><?php //echo ('sku'); ?></th> -->
|
| 12 |
<th><?php echo ('Brand'); ?></th>
|
12 |
<th><?php echo ('Brand'); ?></th>
|
| 13 |
<th><?php echo ('Name'); ?></th>
|
13 |
<th><?php echo ('Name'); ?></th>
|
| - |
|
14 |
<th><?php echo ('Category'); ?></th>
|
| 14 |
<th><?php echo ('Default Rank'); ?></th>
|
15 |
<th><?php echo ('Default Rank'); ?></th>
|
| 15 |
<!-- <th><?php //echo ('Mobiles Rank'); ?></th> -->
|
16 |
<!-- <th><?php //echo ('Mobiles Rank'); ?></th> -->
|
| 16 |
<!-- <th><?php //echo ('Tablets Rank'); ?></th> -->
|
17 |
<!-- <th><?php //echo ('Tablets Rank'); ?></th> -->
|
| 17 |
<th><?php echo ('Threshold Price'); ?></th>
|
18 |
<th><?php echo ('Threshold Price'); ?></th>
|
| 18 |
<th><?php echo ('Bundle Id'); ?></th>
|
19 |
<th><?php echo ('Bundle Id'); ?></th>
|
| Line 23... |
Line 24... |
| 23 |
<?php foreach ($featureddeals as $negativedeal): ?>
|
24 |
<?php foreach ($featureddeals as $negativedeal): ?>
|
| 24 |
<tr>
|
25 |
<tr>
|
| 25 |
<!-- <td><?php //echo h($negativedeal['sku']); ?> </td> -->
|
26 |
<!-- <td><?php //echo h($negativedeal['sku']); ?> </td> -->
|
| 26 |
<td><?php echo h($negativedeal['brand']); ?></td>
|
27 |
<td><?php echo h($negativedeal['brand']); ?></td>
|
| 27 |
<td><?php echo h($negativedeal['source_product_name']); ?></td>
|
28 |
<td><?php echo h($negativedeal['source_product_name']); ?></td>
|
| - |
|
29 |
<td><?php echo h($negativedeal['category']); ?></td>
|
| 28 |
<!-- <td><?php //if(!empty($negativedeal['rankDetails'][0])) { echo h($negativedeal['rankDetails'][0]);} ?></td> -->
|
30 |
<!-- <td><?php //if(!empty($negativedeal['rankDetails'][0])) { echo h($negativedeal['rankDetails'][0]);} ?></td> -->
|
| 29 |
<!-- <td><?php //if(!empty($negativedeal['rankDetails'][3])) { echo h($negativedeal['rankDetails'][3]);} ?></td> -->
|
31 |
<!-- <td><?php //if(!empty($negativedeal['rankDetails'][3])) { echo h($negativedeal['rankDetails'][3]);} ?></td> -->
|
| 30 |
<!-- <td><?php //if(!empty($negativedeal['rankDetails'][5])) { echo h($negativedeal['rankDetails'][5]);} ?></td> -->
|
32 |
<!-- <td><?php //if(!empty($negativedeal['rankDetails'][5])) { echo h($negativedeal['rankDetails'][5]);} ?></td> -->
|
| 31 |
<td><?php echo h($negativedeal['rank']); ?></td>
|
33 |
<td><?php echo h($negativedeal['rank']); ?></td>
|
| 32 |
<td><?php echo h($negativedeal['thresholdPrice']); ?></td>
|
34 |
<td><?php echo h($negativedeal['thresholdPrice']); ?></td>
|