Subversion Repositories SmartDukaan

Rev

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

Rev 4350 Rev 4815
Line 62... Line 62...
62
			<span class="orderDetail-left">Delivery Estimate:</span>
62
			<span class="orderDetail-left">Delivery Estimate:</span>
63
			<span class="orderDetail-right" id="deliveryDate">$deliveryEstimate</span>
63
			<span class="orderDetail-right" id="deliveryDate">$deliveryEstimate</span>
64
			#end
64
			#end
65
 
65
 
66
          </div>
66
          </div>
-
 
67
		  #if($initiateOrderCancelation)
-
 
68
		  <div id="order_cancel" style="float: right; margin: 18px;" class="yellow-image">
-
 
69
			<input type="button" class="button" value="Initiate cancellation">
-
 
70
          </div>
-
 
71
		  #elseif($requestOrderCancelation)
-
 
72
		  <div id="order_cancel" style="float: right; margin: 18px;" class="yellow-image">
-
 
73
			<input type="button" class="button" value="Request for cancellation">
-
 
74
          </div>
-
 
75
		  #end
67
          <div class="clearBoth"></div>
76
          <div class="clearBoth"></div>
-
 
77
		  <form id="frmCancelOrder" name="frmCancelOrder" method="post" action="/contact-us">
-
 
78
				<h3>Cancellation Form</h3>
-
 
79
            	<div class="textbox-image">
-
 
80
            		<label for="email">Reply to</label>
-
 
81
            		#if($userinfo.isLoggedIn())
-
 
82
            			<input type="text" class="textbox" value="$userinfo.getEmail()"  disabled/>
-
 
83
            			<input type="hidden" name="email" value="$userinfo.getEmail()" />
-
 
84
            		#else
-
 
85
            			<input type="text" name="email" class="textbox" value="" />
-
 
86
            		#end
-
 
87
            	</div>
-
 
88
            	<div class="clearBoth"></div>
-
 
89
            	<input type="hidden" name="communication_type" value="2" />
-
 
90
            	<input type="hidden" name="order_id" value="$order.getId()"/>
-
 
91
				<input type="hidden" name="awb" value="$order.getAirwaybill_no()" />
-
 
92
            	<div class="textbox-image">
-
 
93
            		<label for="Subject">Reason</label>
-
 
94
            		<input type="text" name="subject">
-
 
95
            	</div>
-
 
96
            	<div class="clearBoth"></div>
-
 
97
            	<div class="textbox-image">
-
 
98
            		<label for="txtaMsg">Message</label>
-
 
99
            		<textarea name="message"></textarea>
-
 
100
                     </div>
-
 
101
            	<div class="clearBoth"></div><br />
-
 
102
            	<div class="yellow-image contact-form-button">
-
 
103
            		<input type="submit" class="button" value="Submit" />
-
 
104
            	</div>
-
 
105
            	<div id="CancelButton" class="yellow-image contact-form-button">
-
 
106
            		<input type="button" class="button" value="Cancel" />
-
 
107
            	</div>	
-
 
108
            	<div class="clearBoth"></div>
-
 
109
          </form>
68
          #set($lineitems = $order.getLineitems())
110
          #set($lineitems = $order.getLineitems())
69
          <table cellpadding="0" cellspacing="0" border="0" class="myaccount-orders">
111
          <table cellpadding="0" cellspacing="0" border="0" class="myaccount-orders">
70
            <tr>
112
            <tr>
71
              <th width="45%">Item</th>
113
              <th width="45%">Item</th>
72
              <th width="3%">Qty.</th>
114
              <th width="3%">Qty.</th>