| Line 65... |
Line 65... |
| 65 |
<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
|
65 |
<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
|
| 66 |
<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>
|
66 |
<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>
|
| 67 |
<?php else:?>
|
67 |
<?php else:?>
|
| 68 |
<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>
|
68 |
<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>
|
| 69 |
<?php endif;?>
|
69 |
<?php endif;?>
|
| 70 |
<?php elseif($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl']) && $suborder['storeId'])!=3):?>
|
70 |
<?php elseif($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl']) && $suborder['storeId']!=3):?>
|
| 71 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
71 |
<a href="<?php echo $suborder['trackingUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
| 72 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
72 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
| 73 |
<a href="<?php echo $suborder['orderDetailUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
73 |
<a href="<?php echo $suborder['orderDetailUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
| 74 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
74 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
| 75 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
75 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|