Subversion Repositories SmartDukaan

Rev

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

Rev 18446 Rev 18766
Line 63... Line 63...
63
				<?php if(!empty($suborder['detailedStatus'])):?>
63
				<?php if(!empty($suborder['detailedStatus'])):?>
64
				<span class="label label-info <?php if(strlen($suborder['detailedStatus'])>50):?>hasmoretext<?php endif;?>" data-fulltext="<?php echo $suborder['detailedStatus'];?>"><?php echo $this->Text->truncate($suborder['detailedStatus'],50);?></span>
64
				<span class="label label-info <?php if(strlen($suborder['detailedStatus'])>50):?>hasmoretext<?php endif;?>" data-fulltext="<?php echo $suborder['detailedStatus'];?>"><?php echo $this->Text->truncate($suborder['detailedStatus'],50);?></span>
65
				<?php endif;?>
65
				<?php endif;?>
66
			</div>
66
			</div>
67
			<div class="col-xs-12 ordercontrols">			
67
			<div class="col-xs-12 ordercontrols">			
68
			<?php if($suborder['storeId']==1 && $suborder['status']=='Order Placed' && isset($suborder['trackAfter']) && $suborder['trackAfter'] < time()):?>
68
			<?php if($suborder['storeId']==1 && !$suborder['closed'] && ($suborder['status']=='Order Placed' || !empty($suborder['login'])) && isset($suborder['trackAfter']) && $suborder['trackAfter'] < time()):?>
69
				<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
69
				<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
70
					<a rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs btn-warning" style="text-align:left;" type="button">To claim cashback click here <br/>to update your order status</button></a>
70
					<a rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs btn-warning" style="text-align:left;" type="button">To claim cashback click here <br/>to update your order status</button></a>
71
				<?php else:?>
71
				<?php else:?>
72
					<a  rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs btn-warning text-left" style="text-align:left;" type="button">Please click here <br>to update your order status</button></a>
72
					<a  rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs btn-warning text-left" style="text-align:left;" type="button">Please click here <br>to update your order status</button></a>
73
				<?php endif;?>
73
				<?php endif;?>