| Line 72... |
Line 72... |
| 72 |
<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>
|
72 |
<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>
|
| 73 |
<?php endif;?>
|
73 |
<?php endif;?>
|
| 74 |
<?php elseif($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl']) && $suborder['storeId']!=3):?>
|
74 |
<?php elseif($suborder['status']!='Cancelled' && $suborder['status']!='Delivered' && !empty($suborder['trackingUrl']) && $suborder['storeId']!=3):?>
|
| 75 |
<a rel = 'noreferrer' href="<?php echo ($suborder['trackingUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
75 |
<a rel = 'noreferrer' href="<?php echo ($suborder['trackingUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Track My Order</button></a>
|
| 76 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
76 |
<?php elseif($suborder['storeId']==4 &&!empty($suborder['orderDetailUrl'])):?>
|
| 77 |
<a rel = 'noreferrer' href="<?php echo ($suborder['orderDetailUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
77 |
<a rel = 'noreferrer' href="/orders/orderdetail?order_id=<?php echo $suborder['merchantSubOrderId'];?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
| 78 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
78 |
<?php elseif($suborder['status']!='Cancelled' && !empty($suborder['orderSuccessUrl'])):?>
|
| 79 |
<a rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
79 |
<a rel = 'noreferrer' href="<?php echo ($suborder['orderSuccessUrl']);?>"><button class="btn btn-xs trackingurl" type="button">Order Details</button></a>
|
| 80 |
<?php endif;?>
|
80 |
<?php endif;?>
|
| 81 |
</div>
|
81 |
</div>
|
| 82 |
</div>
|
82 |
</div>
|