| Line 70... |
Line 70... |
| 70 |
|
70 |
|
| 71 |
<div class="middle">
|
71 |
<div class="middle">
|
| 72 |
<div class="content">
|
72 |
<div class="content">
|
| 73 |
<div id="frmContactUs">
|
73 |
<div id="frmContactUs">
|
| 74 |
<form name="frmContactUs" method="post" action="">
|
74 |
<form name="frmContactUs" method="post" action="">
|
| - |
|
75 |
#if($userinfo.isLoggedIn())
|
| - |
|
76 |
<div><b>$userinfo.getNameOfUser()</b></div>
|
| - |
|
77 |
#end
|
| 75 |
<div id="emailComponent">
|
78 |
<div id="emailComponent" class="textbox-image">
|
| 76 |
<label for="email">Email Address :</label>
|
79 |
<label for="email">Email Address :</label>
|
| 77 |
#if($userinfo.isLoggedIn())
|
80 |
#if($userinfo.isLoggedIn())
|
| 78 |
<input type="text" id="email" name="email" class="textbox" value=$userinfo.getEmail() disabled/>
|
81 |
<input type="text" id="email" class="textbox" value=$userinfo.getEmail() disabled/>
|
| - |
|
82 |
<input type="hidden" name="email" value=$userinfo.getEmail() />
|
| 79 |
#else
|
83 |
#else
|
| 80 |
<input type="text" id="email" name="email" class="textbox" value="" />
|
84 |
<input type="text" id="email" name="email" class="textbox" value="" />
|
| 81 |
#end
|
85 |
#end
|
| 82 |
<div class="clearBoth"></div>
|
- |
|
| 83 |
</div>
|
86 |
</div>
|
| - |
|
87 |
<div class="clearBoth"></div>
|
| 84 |
<div id="categoryComponent">
|
88 |
<div id="categoryComponent" class="textbox-image">
|
| 85 |
<select name="communication_type" id="communication_category">
|
89 |
<select name="communication_type" id="communication_category">
|
| 86 |
<option value="-1">Select a category</option>
|
90 |
<option value="-1">Select Query Type</option>
|
| 87 |
<option value="1">Return Form</option>
|
91 |
<option value="1">Return Form</option>
|
| 88 |
<option value="2">Order Cancellation</option>
|
92 |
<option value="2">Order Cancellation</option>
|
| 89 |
<option value="3">Delivery Problem</option>
|
93 |
<option value="3">Delivery Problem</option>
|
| 90 |
<option value="4">Payment Status</option>
|
94 |
<option value="4">Payment Status</option>
|
| 91 |
<option value="5">Order Status</option>
|
95 |
<option value="5">Order Status</option>
|
| 92 |
<option value="6">Product Request</option>
|
96 |
<option value="6">Product Request</option>
|
| 93 |
<option value="7">Other</option>
|
97 |
<option value="7">Other</option>
|
| 94 |
</select>
|
98 |
</select>
|
| 95 |
</div>
|
99 |
</div>
|
| - |
|
100 |
<div class="clearBoth"></div>
|
| 96 |
<div id="orderComponent">
|
101 |
<div id="orderComponent" class="textbox-image">
|
| 97 |
<label for="">Order ID</label>
|
102 |
<label for="">Order ID</label>
|
| - |
|
103 |
#if($userinfo.isLoggedIn())
|
| - |
|
104 |
<select name="order_id" id="order_id">
|
| - |
|
105 |
$action.getOrderIdSelector()
|
| - |
|
106 |
</select>
|
| - |
|
107 |
#else
|
| 98 |
<input type="text" name="order_id"/>
|
108 |
<input type="text" class="textbox" name="order_id"/>
|
| - |
|
109 |
#end
|
| 99 |
</div>
|
110 |
</div>
|
| - |
|
111 |
<div class="clearBoth"></div>
|
| 100 |
<div id="awbComponent">
|
112 |
<div id="awbComponent" class="textbox-image">
|
| 101 |
<label for="">AWB Number</label>
|
113 |
<label for="">AWB Number</label>
|
| 102 |
<input type="text" name="awb"/>
|
114 |
<input type="text" class="textbox" name="awb"/>
|
| 103 |
</div>
|
115 |
</div>
|
| - |
|
116 |
<div class="clearBoth"></div>
|
| 104 |
<div id="productComponent">
|
117 |
<div id="productComponent" class="textbox-image">
|
| 105 |
<label for="">Product to Return</label>
|
118 |
<label for="">Product to Return</label>
|
| - |
|
119 |
#if($userinfo.isLoggedIn())
|
| - |
|
120 |
<select name="product" id="product">
|
| - |
|
121 |
<option value="-1">Select Product</option>
|
| - |
|
122 |
</select>
|
| - |
|
123 |
#else
|
| 106 |
<input type="text" id="product" name="product" class="textbox" value="" />
|
124 |
<input type="text" id="product" name="product" class="textbox" value="" />
|
| - |
|
125 |
#end
|
| 107 |
</div>
|
126 |
</div>
|
| - |
|
127 |
<div class="clearBoth"></div>
|
| 108 |
<div id="subjectComponent">
|
128 |
<div id="subjectComponent" class="textbox-image">
|
| 109 |
<label id="lblSubject" for="reason_to_return"></label>
|
129 |
<label id="lblSubject" for="reason_to_return"></label>
|
| 110 |
<!--select name="reason_to_return">
|
130 |
<select id="reason_to_return">
|
| 111 |
<option value="1">Option 1</option>
|
131 |
<option value="Wrong product delivered">Wrong product delivered</option>
|
| 112 |
<option value="2">Option 2</option>
|
132 |
<option value="Product received in damaged condition">Product received in damaged condition</option>
|
| 113 |
<option value="3">Option 3</option>
|
133 |
</select>
|
| - |
|
134 |
<select id="delivery_problem">
|
| 114 |
<option value="4">Option 4</option>
|
135 |
<option value="Packet received in damaged condition">Packet received in damaged condition</option>
|
| 115 |
<option value="5">Other</option>
|
136 |
<option value="Seal tampered">Seal tampered</option>
|
| - |
|
137 |
<option value="Delivery person asking for Extra shipping/ Octroi Charges">Delivery person asking for Extra shipping/ Octroi Charges</option>
|
| 116 |
</select-->
|
138 |
</select>
|
| 117 |
<input type="text" name="subject" />
|
139 |
<input type="text" class="textbox" id="subject" />
|
| 118 |
</div>
|
140 |
</div>
|
| - |
|
141 |
<div class="clearBoth"></div>
|
| 119 |
<div id="msgComponent">
|
142 |
<div id="msgComponent">
|
| 120 |
<label for="txtaMsg">Message :</label>
|
143 |
<label for="txtaMsg">Message :</label>
|
| 121 |
<textarea id="mailBody" name="message"></textarea>
|
144 |
<textarea id="mailBody" name="message"></textarea>
|
| 122 |
</div>
|
145 |
</div>
|
| - |
|
146 |
<div class="clearBoth"></div>
|
| 123 |
<div class="bigImgBtn floatLeft">
|
147 |
<div class="yellow-image">
|
| 124 |
<input type="submit" class="button" name="submit" value="Send" disabled />
|
148 |
<input type="submit" class="button" name="submit" value="Submit your Query" disabled />
|
| 125 |
</div>
|
149 |
</div>
|
| 126 |
<div class="clearBoth"></div>
|
150 |
<div class="clearBoth"></div>
|
| 127 |
</form>
|
151 |
</form>
|
| 128 |
</div>
|
152 |
</div>
|
| 129 |
<div id="postalAddress">
|
153 |
<div id="postalAddress">
|
| 130 |
<h4>Address:</h4>
|
154 |
<h4>Address:</h4>
|
| 131 |
<p> Spice Online Retail Pvt. Ltd.</p>
|
155 |
<p> Spice Online Retail Pvt. Ltd.</p>
|