| Line 22... |
Line 22... |
| 22 |
</div>
|
22 |
</div>
|
| 23 |
</div>
|
23 |
</div>
|
| 24 |
<div class="row">
|
24 |
<div class="row">
|
| 25 |
<div class="col-xs-12 ordercontrols">
|
25 |
<div class="col-xs-12 ordercontrols">
|
| 26 |
<?php if($suborder['status']=='html_required'):?>
|
26 |
<?php if($suborder['status']=='html_required'):?>
|
| 27 |
<a href="<?php echo $amazonorderurl.$suborder['merchantOrderId'];?>&oid=<?php echo $suborder['orderId'];?>"><button class="btn btn-xs btn-warning" type="button">Click to fetch Order details</a>
|
27 |
<a href="/r.html?<?php echo base64_encode($amazonorderurl.$suborder['merchantOrderId'].'&oid='.$suborder['orderId']);?>"><button class="btn btn-xs btn-warning" type="button">Click to fetch Order details</a>
|
| 28 |
<?php elseif($suborder['status']=='cancelled'):?>
|
28 |
<?php elseif($suborder['status']=='cancelled'):?>
|
| 29 |
<span class="label label-info">Cancelled</span>
|
29 |
<span class="label label-info">Cancelled</span>
|
| 30 |
<?php else:?>
|
30 |
<?php else:?>
|
| 31 |
<span class="label label-info">We will show order details within 48 hours</span>
|
31 |
<span class="label label-info">We will show order details within 48 hours</span>
|
| 32 |
<?php endif;?>
|
32 |
<?php endif;?>
|