Subversion Repositories SmartDukaan

Rev

Rev 3499 | Rev 3546 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3499 Rev 3519
Line 62... Line 62...
62
    </div>
62
    </div>
63
    #set($order = $action.getOrder())
63
    #set($order = $action.getOrder())
64
    #if($order.isCod() && $order.getStatus().name().equals("INIT"))
64
    #if($order.isCod() && $order.getStatus().name().equals("INIT"))
65
        <input type="button" orderId="$order.getId()" value="Submit for processing" id="submit-order-for-processing"/><br />
65
        <input type="button" orderId="$order.getId()" value="Submit for processing" id="submit-order-for-processing"/><br />
66
    #end
66
    #end
-
 
67
    <br />
-
 
68
    <br />
-
 
69
    <br />
67
    <h4 >Shipment Updates</h4>
70
    <h2 >Shipment Updates</h2>
68
    <div id="orderBottom">
71
    <div id="orderBottom">
69
        <table id="shipment-details">
72
        <table id="shipment-details" class="display">
70
            <thead >
73
            <thead >
71
                <tr >
74
                <tr >
72
                    <th >Date</th>
75
                    <th >Date</th>
73
                    <th >Time</th>
76
                    <th >Time</th>
74
                    <th >City</th>
77
                    <th >City</th>