| Line 59... |
Line 59... |
| 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" style="text-align:left;" type="button">To claim cashback click here <br/>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 btn-warning text-left" style="text-align:left;" type="button">Please click here <br>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']) && $suborder['storeId'])!=3):?>
|
| 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>
|
| 68 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
68 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
| 69 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
69 |
<a href="<?php echo $suborder['orderSuccessUrl'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|