Rev 10647 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php $closed = $closed[0]; ?><div class="profile-hldr"><div class="pr-heading">My Account</div><div class="head history">Order History</div><div class="sub-head-hldr"><div class="sub-head selected" href="<?php echo base_url().'completed-orders'?>">My Orders <span>-</span></div><div class="sub-head-cont "><?php if(isset($closed->order) && !empty($closed->order)){foreach($closed->order as $order){?><div class="order" data-key="<?php echo $order->orderId;?>" onclick="failedDetails(event);"><div class="clearfix"><div class="order-id"><span>OrderId:</span> <span><?php echo $order->orderId;?></span></div><div class="order-status <?php if($order->status != 'Delivered'){echo 'failed';}?>">(<?php echo $order->status;?>)</div><a href="<?php echo base_url().$order->orderUrl;?>">Order Details »</a></div></div> <!--order--><?php }} else {?><div class="order">No order available.</div> <!--order--><?php } ?></div><!--sub-head-cont--></div><div class="head purchase">Purchase</div><div class="sub-head-hldr"><div class="sub-head">My Purchase <span>+</span></div><a class="sub-head" href="<?php echo base_url();?>my-recharges">My Recharge <span>+</span></a></div><div class="head wallet">Wallet</div><div class="sub-head-hldr"><a class="sub-head" href="<?php echo base_url();?>my-wallet">My Wallet <span>+</span></a></div><!-- <div class="head settings">Account Settings </div><div class="sub-head-hldr"><div class="sub-head">Personal Details <span>+</span></div><div class="sub-head">Login Details <span>+</span></div><div class="sub-head">Shipping Address <span>+</span></div></div> --></div><!--profile-hldr-->