Subversion Repositories SmartDukaan

Rev

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

Rev 15865 Rev 17187
Line 34... Line 34...
34
			</div>								
34
			</div>								
35
			<div class="col-xs-5">(<?php echo $suborder['cashBackStatus'];?>)</div>
35
			<div class="col-xs-5">(<?php echo $suborder['cashBackStatus'];?>)</div>
36
		</div>
36
		</div>
37
		<?php endif;?>	
37
		<?php endif;?>	
38
		<?php if($suborder['status']=='Order Placed'):?>			
38
		<?php if($suborder['status']=='Order Placed'):?>			
39
			<?php if(!empty($suborder['estimatedDeliveryDate'])):?>
39
			<?php if(!empty($suborder['estimatedDeliveryDate']) && $suborder['estimatedDeliveryDate']!="Not available"):?>
40
			<div class="row orderdetails">
40
			<div class="row orderdetails">
41
				<div class="col-xs-7">Delivery by</div>
41
				<div class="col-xs-7">Delivery by</div>
42
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedDeliveryDate'],$suborder['storeId'],'edd');?></div>
42
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedDeliveryDate'],$suborder['storeId'],'edd');?></div>
43
			</div>			
43
			</div>			
44
			<?php elseif(!empty($suborder['estimatedShippingDate'])):?>
44
			<?php elseif(!empty($suborder['estimatedShippingDate'])):?>
Line 46... Line 46...
46
				<div class="col-xs-7">Shipping by</div>
46
				<div class="col-xs-7">Shipping by</div>
47
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedShippingDate'],$suborder['storeId'],'edd');?></div>
47
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedShippingDate'],$suborder['storeId'],'edd');?></div>
48
			</div>	
48
			</div>	
49
			<?php endif;?>
49
			<?php endif;?>
50
		<?php elseif($suborder['status']=='Shipped'):?>
50
		<?php elseif($suborder['status']=='Shipped'):?>
51
			<?php if(!empty($suborder['estimatedDeliveryDate'])):?>
51
			<?php if(!empty($suborder['estimatedDeliveryDate']) && $suborder['estimatedDeliveryDate']!="Not available"):?>
52
			<div class="row orderdetails">
52
			<div class="row orderdetails">
53
				<div class="col-xs-7">Delivery by</div>
53
				<div class="col-xs-7">Delivery by</div>
54
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedDeliveryDate'],$suborder['storeId'],'edd');?></div>
54
				<div class="col-xs-5"><?php echo formatOrderDate($suborder['estimatedDeliveryDate'],$suborder['storeId'],'edd');?></div>
55
			</div>			
55
			</div>			
56
			<?php endif;?>
56
			<?php endif;?>