Subversion Repositories SmartDukaan

Rev

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

Rev 14584 Rev 15848
Line 21... Line 21...
21
			    </form>
21
			    </form>
22
			</div>
22
			</div>
23
			<h2><?php echo __('Dealer Prices'); ?></h2>
23
			<h2><?php echo __('Dealer Prices'); ?></h2>
24
			<table class="table table-striped">
24
			<table class="table table-striped">
25
			<tr>
25
			<tr>
26
					<th><?php echo __('sku'); ?></th>
26
					<!-- <th><?php //echo __('skuBu'); ?></th> -->
27
					<th><?php echo __('Bundle Id'); ?></th>
27
					<th><?php echo __('Bundle Id'); ?></th>
28
					<th><?php echo __('Brand'); ?></th>
28
					<th><?php echo __('Brand'); ?></th>
29
					<th><?php echo __('Name'); ?></th>
29
					<th><?php echo __('Name'); ?></th>
30
				 	<th><?php echo __('dp'); ?></th> 
30
				 	<th><?php echo __('dp'); ?></th> 
31
					<th class="actions"><?php echo __('Actions'); ?></th>
31
					<th class="actions"><?php echo __('Actions'); ?></th>
Line 34... Line 34...
34
			<?php 
34
			<?php 
35
			if(!is_array($dp)){
35
			if(!is_array($dp)){
36
				$dp = json_decode($dp,1);
36
				$dp = json_decode($dp,1);
37
			}?>
37
			}?>
38
			<tr>
38
			<tr>
39
				<td><?php echo h($dp['sku']); ?>&nbsp;</td>
39
				<!-- <td><?php //echo h($dp['sku']); ?>&nbsp;</td> -->
40
				<td><?php echo h($dp['skuBundleId']); ?>&nbsp;</td>
40
				<td><?php echo h($dp['skuBundleId']); ?>&nbsp;</td>
41
				<td><?php echo h($dp['brand']); ?>&nbsp;</td>				
41
				<td><?php echo h($dp['brand']); ?>&nbsp;</td>				
42
				<td id="source_product_name" data-oid="<?php echo $dp['_id']['$oid'];?>" ><?php echo h($dp['source_product_name']); ?></td>
42
				<td id="source_product_name" data-oid="<?php echo $dp['_id']['$oid'];?>" ><?php echo h($dp['source_product_name']); ?></td>
43
				<td class="edit" id="dp" data-oid="<?php echo $dp['_id']['$oid'];?>" ><?php echo h($dp['dp']); ?></td>
43
				<td class="edit" id="dp" data-oid="<?php echo $dp['_id']['$oid'];?>" ><?php echo h($dp['dp']); ?></td>
44
				<td class="actions">
44
				<td class="actions">