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