| Line 62... |
Line 62... |
| 62 |
<?php endif;?>
|
62 |
<?php endif;?>
|
| 63 |
</div>
|
63 |
</div>
|
| 64 |
<div class="col-xs-12 ordercontrols">
|
64 |
<div class="col-xs-12 ordercontrols">
|
| 65 |
<?php if($suborder['storeId']==1 && $suborder['status']=='Order Placed' && isset($suborder['trackAfter']) && $suborder['trackAfter'] < time()):?>
|
65 |
<?php if($suborder['storeId']==1 && $suborder['status']=='Order Placed' && isset($suborder['trackAfter']) && $suborder['trackAfter'] < time()):?>
|
| 66 |
<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
|
66 |
<?php if($suborder['cashBackStatus']!='Not Applicable'):?>
|
| 67 |
<a href="/r.html?<?php echo base64_encode($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 |
<a rel = 'noreferrer' 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>
|
| 68 |
<?php else:?>
|
68 |
<?php else:?>
|
| 69 |
<a href="/r.html?<?php echo base64_encode($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 |
<a rel = 'noreferrer' 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>
|
| 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="/r.html?<?php echo base64_encode($suborder['trackingUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
72 |
<a rel = 'noreferrer' 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="/r.html?<?php echo base64_encode($suborder['orderDetailUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
74 |
<a rel = 'noreferrer' href="<?php echo ($suborder['orderDetailUrl']);?>"><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="/r.html?<?php echo base64_encode($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
76 |
<a rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
| 77 |
<?php endif;?>
|
77 |
<?php endif;?>
|
| 78 |
</div>
|
78 |
</div>
|
| 79 |
</div>
|
79 |
</div>
|
| 80 |
</div>
|
80 |
</div>
|
| 81 |
</div>
|
81 |
</div>
|
| 82 |
|
82 |
|