Subversion Repositories SmartDukaan

Rev

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

Rev 14098 Rev 14517
Line 2... Line 2...
2
	<div class="row">
2
	<div class="row">
3
		<div class="col-lg-3">
3
		<div class="col-lg-3">
4
			<?php echo $this->Element('adminactions');?>
4
			<?php echo $this->Element('adminactions');?>
5
		</div>
5
		</div>
6
		<div class="col-lg-9">
6
		<div class="col-lg-9">
-
 
7
			<?php echo $this->element('adminsearch');?>
7
			<h2><?php echo __('Sku Schemes'); ?></h2>
8
			<h2><?php echo __('Sku Schemes'); ?></h2>
8
			<table cellpadding="0" cellspacing="0">
9
			<table cellpadding="0" cellspacing="0">
9
			<tr>
10
			<tr>
10
					<th><?php echo __('sku'); ?></th>
11
					<th><?php echo __('sku'); ?></th>
11
					<th><?php echo __('Name'); ?></th>
12
					<th><?php echo __('Name'); ?></th>
Line 13... Line 14...
13
					<!-- <th><?php //echo __('endDate'); ?></th> -->
14
					<!-- <th><?php //echo __('endDate'); ?></th> -->
14
					<th><?php echo __('schemeAmount'); ?></th>
15
					<th><?php echo __('schemeAmount'); ?></th>
15
					<th class="actions"><?php echo __('Actions'); ?></th>
16
					<th class="actions"><?php echo __('Actions'); ?></th>
16
			</tr>
17
			</tr>
17
			<?php foreach ($skuschemes as $skuscheme): ?>
18
			<?php foreach ($skuschemes as $skuscheme): ?>
-
 
19
			<?php 
-
 
20
			if(!is_array($skuscheme)){
18
			<?php $skuscheme = json_decode($skuscheme,1);
21
				$skuscheme = json_decode($skuscheme,1);
-
 
22
			}
19
			?>
23
			?>
20
			<tr>
24
			<tr>
21
				<td><?php echo h($skuscheme['sku']); ?>&nbsp;</td>
25
				<td><?php echo h($skuscheme['sku']); ?>&nbsp;</td>
22
				<td><?php echo h($skuscheme['source_product_name']); ?>&nbsp;</td>				
26
				<td><?php echo h($skuscheme['source_product_name']); ?>&nbsp;</td>				
23
				<!-- <td><?php //echo date('d-m-Y',$skuscheme['startDate']/1000); ?>&nbsp;</td> -->
27
				<!-- <td><?php //echo date('d-m-Y',$skuscheme['startDate']/1000); ?>&nbsp;</td> -->