| Line 53... |
Line 53... |
| 53 |
<?php if(!empty($suborder['detailedStatus'])):?>
|
53 |
<?php if(!empty($suborder['detailedStatus'])):?>
|
| 54 |
<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>
|
54 |
<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>
|
| 55 |
<?php endif;?>
|
55 |
<?php endif;?>
|
| 56 |
</div>
|
56 |
</div>
|
| 57 |
<div class="col-xs-12 ordercontrols">
|
57 |
<div class="col-xs-12 ordercontrols">
|
| 58 |
<?php if($suborder['detailedStatus']!='Cancelled' && $suborder['detailedStatus']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
58 |
<?php //if($suborder['detailedStatus']!='Cancelled' && $suborder['detailedStatus']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
| - |
|
59 |
<!-- <a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a> -->
|
| - |
|
60 |
<?php if($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
| 59 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
61 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
| 60 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
62 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
| 61 |
<a href="<?php echo $suborder['orderDetailUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
63 |
<a href="<?php echo $suborder['orderDetailUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
| - |
|
64 |
<?php //elseif($suborder['detailedStatus']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
| - |
|
65 |
<!-- <a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a> -->
|
| 62 |
<?php elseif(!empty($suborder['orderSuccessUrl'])):?>
|
66 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
| 63 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
67 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
| 64 |
<?php endif;?>
|
68 |
<?php endif;?>
|
| 65 |
</div>
|
69 |
</div>
|
| 66 |
</div>
|
70 |
</div>
|
| 67 |
</div>
|
71 |
</div>
|