Subversion Repositories SmartDukaan

Rev

Rev 14561 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14561 Rev 15813
Line 6... Line 6...
6
		<div class="col-lg-9">
6
		<div class="col-lg-9">
7
			<?php echo $this->element('adminsearch');?>
7
			<?php echo $this->element('adminsearch');?>
8
			<h2><?php echo __('Sku Schemes'); ?></h2>
8
			<h2><?php echo __('Sku Schemes'); ?></h2>
9
			<table cellpadding="0" cellspacing="0">
9
			<table cellpadding="0" cellspacing="0">
10
			<tr>
10
			<tr>
11
					<th><?php echo __('sku'); ?></th>
11
					<!-- <th><?php //echo __('sku'); ?></th> -->
12
					<th><?php echo __('Name'); ?></th>
12
					<th><?php echo __('Name'); ?></th>
13
					<!-- <th><?php //echo __('startDate'); ?></th> -->
13
					<!-- <th><?php //echo __('startDate'); ?></th> -->
14
					<th><?php echo __('Bundle Id'); ?></th>
14
					<th><?php echo __('Bundle Id'); ?></th>
15
					<th><?php echo __('schemeAmount'); ?></th>
15
					<th><?php echo __('schemeAmount'); ?></th>
16
					<th class="actions"><?php echo __('Actions'); ?></th>
16
					<th class="actions"><?php echo __('Actions'); ?></th>
Line 20... Line 20...
20
			if(!is_array($skuscheme)){
20
			if(!is_array($skuscheme)){
21
				$skuscheme = json_decode($skuscheme,1);
21
				$skuscheme = json_decode($skuscheme,1);
22
			}
22
			}
23
			?>
23
			?>
24
			<tr>
24
			<tr>
25
				<td><?php echo h($skuscheme['sku']); ?>&nbsp;</td>
25
				<!-- <td><?php //echo h($skuscheme['sku']); ?>&nbsp;</td> -->
26
				<td><?php echo h($skuscheme['source_product_name']); ?>&nbsp;</td>				
26
				<td><?php echo h($skuscheme['source_product_name']); ?>&nbsp;</td>				
27
				<!-- <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> -->
28
				<td><?php echo $skuscheme['skuBundleId']; ?>&nbsp;</td>
28
				<td><?php echo $skuscheme['skuBundleId']; ?>&nbsp;</td>
29
				<td class="edit" id="schemeAmount" data-oid="<?php echo $skuscheme['_id']['$oid'];?>" ><?php echo h($skuscheme['schemeAmount']); ?></td>
29
				<td class="edit" id="schemeAmount" data-oid="<?php echo $skuscheme['_id']['$oid'];?>" ><?php echo h($skuscheme['schemeAmount']); ?></td>
30
				<td class="actions">
30
				<td class="actions">