| Line 55... |
Line 55... |
| 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['storeId']==1 && $suborder['status']=='Order Placed' && isset($suborder['trackAfter']) && $suborder['trackAfter'] < time()):?>
|
58 |
<?php if($suborder['storeId']==1 && $suborder['status']=='Order Placed' && isset($suborder['trackAfter']) && $suborder['trackAfter'] < time()):?>
|
| 59 |
<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
|
59 |
<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
|
| 60 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs btn-warning" type="button">To claim cashback, pls click here to update your order status</button></a>
|
60 |
<a 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>
|
| 61 |
<?php else:?>
|
61 |
<?php else:?>
|
| 62 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Please click here to update your order status</button></a>
|
62 |
<a 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>
|
| 63 |
<?php endif;?>
|
63 |
<?php endif;?>
|
| 64 |
<?php elseif($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
64 |
<?php elseif($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl'])):?>
|
| 65 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
65 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
| 66 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
66 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
| 67 |
<a href="<?php echo $suborder['orderDetailUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
67 |
<a href="<?php echo $suborder['orderDetailUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|