Subversion Repositories SmartDukaan

Rev

Rev 14517 | Rev 17343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14517 Rev 14533
Line 23... Line 23...
23
			<?php foreach ($featureddeals as $negativedeal): ?>
23
			<?php foreach ($featureddeals as $negativedeal): ?>
24
			<tr>
24
			<tr>
25
				<td><?php echo h($negativedeal['sku']); ?>&nbsp;</td>
25
				<td><?php echo h($negativedeal['sku']); ?>&nbsp;</td>
26
				<td><?php echo h($negativedeal['brand']); ?></td>
26
				<td><?php echo h($negativedeal['brand']); ?></td>
27
				<td><?php echo h($negativedeal['source_product_name']); ?></td>
27
				<td><?php echo h($negativedeal['source_product_name']); ?></td>
28
				<td><?php echo h($negativedeal['rankDetails'][0]); ?></td>
28
				<td><?php if(!empty($negativedeal['rankDetails'][0])) { echo h($negativedeal['rankDetails'][0]);} ?></td>
29
				<td><?php echo h($negativedeal['rankDetails'][3]); ?></td>
29
				<td><?php if(!empty($negativedeal['rankDetails'][3])) { echo h($negativedeal['rankDetails'][3]);} ?></td>
30
				<td><?php echo h($negativedeal['rankDetails'][5]); ?></td>
30
				<td><?php if(!empty($negativedeal['rankDetails'][5])) { echo h($negativedeal['rankDetails'][5]);} ?></td>
31
				<td><?php echo h($negativedeal['thresholdPrice']); ?></td>
31
				<td><?php echo h($negativedeal['thresholdPrice']); ?></td>
32
				<td><?php echo $negativedeal['skuBundleId']; ?></td>
32
				<td><?php echo $negativedeal['skuBundleId']; ?></td>
33
				<td><?php echo date('d-m-Y',($negativedeal['startDate']/1000)); ?></td>
33
				<td><?php echo date('d-m-Y',($negativedeal['startDate']/1000)); ?></td>
34
				<td><?php echo date('d-m-Y',($negativedeal['endDate']/1000)); ?></td>
34
				<td><?php echo date('d-m-Y',($negativedeal['endDate']/1000)); ?></td>
35
				<td class="actions">
35
				<td class="actions">