| 628 |
rajveer |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
6 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
7 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
| 5625 |
vikram.rag |
8 |
<meta name="keywords" content="Contact Us, ${domain.name}" />
|
|
|
9 |
<title>Contact us | ${domain.name}</title>
|
| 628 |
rajveer |
10 |
|
| 1745 |
varun.gupt |
11 |
#include ( "templates/commoncssfiles.vm" )
|
| 5542 |
amar.kumar |
12 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
| 927 |
rajveer |
13 |
#set($userinfo = $action.getUserInfo())
|
|
|
14 |
|
| 628 |
rajveer |
15 |
</head>
|
|
|
16 |
<body>
|
| 1168 |
varun.gupt |
17 |
<noscript>
|
| 5572 |
anupam.sin |
18 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
| 1168 |
varun.gupt |
19 |
</noscript>
|
| 628 |
rajveer |
20 |
|
| 1168 |
varun.gupt |
21 |
$action.getHeaderSnippet()
|
| 3830 |
chandransh |
22 |
|
|
|
23 |
<!-- Main -->
|
|
|
24 |
<div id="main">
|
|
|
25 |
<div class="main-content">
|
|
|
26 |
<div class="main-top">
|
|
|
27 |
<div class="bread-crumbs">
|
|
|
28 |
<a href="/">Home</a> >
|
|
|
29 |
<a href="#">Contact Us</a>
|
| 1168 |
varun.gupt |
30 |
</div>
|
| 3830 |
chandransh |
31 |
</div>
|
| 11943 |
kshitij.so |
32 |
<div class="main-left left blue-border" style="width: 700px;">
|
| 3830 |
chandransh |
33 |
<!-- contact us -->
|
| 1168 |
varun.gupt |
34 |
<div id="contactUs">
|
|
|
35 |
<div class="middle">
|
|
|
36 |
<div class="content">
|
| 1172 |
varun.gupt |
37 |
<div id="frmContactUs">
|
|
|
38 |
<form name="frmContactUs" method="post" action="">
|
| 1297 |
varun.gupt |
39 |
<div id="emailComponent" class="textbox-image">
|
| 11943 |
kshitij.so |
40 |
<label for="email">Your Email Id</label>
|
| 1168 |
varun.gupt |
41 |
#if($userinfo.isLoggedIn())
|
| 4348 |
mandeep.dh |
42 |
<input type="text" id="email" class="textbox" value="$userinfo.getEmail()" disabled/>
|
|
|
43 |
<input type="hidden" name="email" value="$userinfo.getEmail()" />
|
| 1168 |
varun.gupt |
44 |
#else
|
|
|
45 |
<input type="text" id="email" name="email" class="textbox" value="" />
|
|
|
46 |
#end
|
|
|
47 |
</div>
|
| 11943 |
kshitij.so |
48 |
<div class="clearBoth" style="height:10px;"></div>
|
| 1297 |
varun.gupt |
49 |
<div id="categoryComponent" class="textbox-image">
|
| 1380 |
varun.gupt |
50 |
<label for="communication_category">Issue</label>
|
| 1168 |
varun.gupt |
51 |
<select name="communication_type" id="communication_category">
|
| 1380 |
varun.gupt |
52 |
<option value="-1">Select Issue Type</option>
|
|
|
53 |
<option value="1">Return Product</option>
|
|
|
54 |
<option value="2">Cancel an Order</option>
|
| 1168 |
varun.gupt |
55 |
<option value="3">Delivery Problem</option>
|
| 1380 |
varun.gupt |
56 |
<option value="4">Request Payment Status</option>
|
|
|
57 |
<option value="5">Request Order Status</option>
|
|
|
58 |
<option value="6">Request Product</option>
|
| 6176 |
amit.gupta |
59 |
<option value="7">Recharge Related</option>
|
| 11943 |
kshitij.so |
60 |
<option value="21">Bulk Order</option>
|
| 6176 |
amit.gupta |
61 |
<option value="8">Other</option>
|
| 1168 |
varun.gupt |
62 |
</select>
|
|
|
63 |
</div>
|
| 1297 |
varun.gupt |
64 |
<div class="clearBoth"></div>
|
| 1745 |
varun.gupt |
65 |
<div id="orderComponent" class="textbox-image contact-form-component return-product cancel-order delivery-problem payment-status order-status">
|
| 1168 |
varun.gupt |
66 |
<label for="">Order ID</label>
|
| 1297 |
varun.gupt |
67 |
#if($userinfo.isLoggedIn())
|
|
|
68 |
<select name="order_id" id="order_id">
|
| 1380 |
varun.gupt |
69 |
$action.getIdsOfAllOrders()
|
| 1297 |
varun.gupt |
70 |
</select>
|
|
|
71 |
#else
|
| 2216 |
varun.gupt |
72 |
<input type="text" class="textbox" id="order_id" name="order_id" />
|
| 1297 |
varun.gupt |
73 |
#end
|
| 1168 |
varun.gupt |
74 |
</div>
|
| 1297 |
varun.gupt |
75 |
<div class="clearBoth"></div>
|
| 1745 |
varun.gupt |
76 |
<div id="awbComponent" class="textbox-image contact-form-component">
|
| 1168 |
varun.gupt |
77 |
<label for="">AWB Number</label>
|
| 1297 |
varun.gupt |
78 |
<input type="text" class="textbox" name="awb"/>
|
| 1168 |
varun.gupt |
79 |
</div>
|
| 1297 |
varun.gupt |
80 |
<div class="clearBoth"></div>
|
| 1745 |
varun.gupt |
81 |
<div id="productComponent" class="textbox-image contact-form-component return-product">
|
| 1380 |
varun.gupt |
82 |
<label for="">Product</label>
|
| 1297 |
varun.gupt |
83 |
#if($userinfo.isLoggedIn())
|
|
|
84 |
<select name="product" id="product">
|
|
|
85 |
<option value="-1">Select Product</option>
|
|
|
86 |
</select>
|
|
|
87 |
#else
|
| 1168 |
varun.gupt |
88 |
<input type="text" id="product" name="product" class="textbox" value="" />
|
| 1297 |
varun.gupt |
89 |
#end
|
| 1168 |
varun.gupt |
90 |
</div>
|
| 1297 |
varun.gupt |
91 |
<div class="clearBoth"></div>
|
| 11943 |
kshitij.so |
92 |
<div class="textbox-image contact-form-component return-product cancel-order delivery-problem product-request other recharge-related bulk-order">
|
| 1745 |
varun.gupt |
93 |
<label id="lblSubject"></label>
|
| 1168 |
varun.gupt |
94 |
</div>
|
| 1297 |
varun.gupt |
95 |
<div class="clearBoth"></div>
|
| 6176 |
amit.gupta |
96 |
<div id="deviceComponent" class="textbox-image recharge-related contact-form-component">
|
|
|
97 |
<label for="deviceNumber">Device Number</label>
|
|
|
98 |
<input type="text" class="textbox" name="deviceNumber" value=""></input>
|
|
|
99 |
</div>
|
|
|
100 |
<div class="clearBoth"></div>
|
|
|
101 |
<div id="rechargeOrderComponent" class="textbox-image recharge-related contact-form-component">
|
|
|
102 |
<label for="rechargeOrderNumber">Order Number</label>
|
|
|
103 |
<input type="text" class="textbox" name="rechargeOrderNumber" value=""/>
|
|
|
104 |
</div>
|
|
|
105 |
<div class="clearBoth"></div>
|
| 11943 |
kshitij.so |
106 |
<div id="bulkOrderComponent" class="textbox-image bulk-order contact-form-component">
|
|
|
107 |
<label for="contactNumber">Contact Number</label>
|
|
|
108 |
<input type="text" class="textbox" name="contactNumber" value=""></input>
|
|
|
109 |
</div>
|
|
|
110 |
<div class="clearBoth"></div>
|
|
|
111 |
<div id="bulkOrderQuantityComponent" class="textbox-image bulk-order contact-form-component">
|
|
|
112 |
<label for="quantity">Quantity</label>
|
|
|
113 |
<input type="text" class="textbox" name="quantity" value=""></input>
|
|
|
114 |
</div>
|
|
|
115 |
<div class="clearBoth"></div>
|
| 6176 |
amit.gupta |
116 |
<div id="msgComponent" class="textbox-image contact-form-component return-product cancel-order delivery-problem payment-status order-status product-request other recharge-related">
|
| 1380 |
varun.gupt |
117 |
<label for="txtaMsg">Message</label>
|
| 1168 |
varun.gupt |
118 |
<textarea id="mailBody" name="message"></textarea>
|
|
|
119 |
</div>
|
| 1464 |
varun.gupt |
120 |
<div class="clearBoth"></div><br />
|
| 12859 |
kshitij.so |
121 |
<div class="center-text-bold12" style="text-align:left; margin-left: 120px;">Please enter the characters shown below:</div>
|
|
|
122 |
<div id="captcha-div" style="margin-top: 20px; margin-bottom: 20px; margin-left: 120px;">
|
|
|
123 |
<img src="/captcha" id="captchaImage"><br><br>
|
|
|
124 |
<input type="text" id="captcha_response_box" class="captcha_text_blur" name="captcha_response_field" autocomplete="off">
|
|
|
125 |
<br>
|
|
|
126 |
<span style="font-size:12px">Cannot read the image? <a id="captchaanchor" style="cursor: pointer;">Click here</a>.</span>
|
|
|
127 |
</div>
|
| 1471 |
varun.gupt |
128 |
<div class="yellow-image contact-form-button">
|
| 1380 |
varun.gupt |
129 |
<input type="submit" class="button" name="submit" id="submit" value="Submit" disabled />
|
| 1168 |
varun.gupt |
130 |
</div>
|
| 12859 |
kshitij.so |
131 |
<div class="yellow-image contact-form-button" style="margin-left: 30px;">
|
| 1471 |
varun.gupt |
132 |
<input type="button" class="button" id="resetFormButton" value="Reset" disabled />
|
|
|
133 |
</div>
|
| 1297 |
varun.gupt |
134 |
<div class="clearBoth"></div>
|
| 11943 |
kshitij.so |
135 |
<div id="bulk-order-alert">
|
|
|
136 |
<p>
|
| 12859 |
kshitij.so |
137 |
If you are interested in placing bulk orders or enquiring about corporate gifting, just leave your details in the form & our executive will get back to you soon
|
|
|
138 |
or alternately, you can contact us at <a href="mailto:bulkdeals@${domain.name}">bulkdeals@${domain.name}</a>
|
| 11943 |
kshitij.so |
139 |
</p>
|
|
|
140 |
</div>
|
| 1168 |
varun.gupt |
141 |
</form>
|
| 1172 |
varun.gupt |
142 |
</div>
|
| 1174 |
varun.gupt |
143 |
<div id="postalAddress">
|
| 5625 |
vikram.rag |
144 |
#include("templates/${in.shop2020.title}-address.vm")
|
| 1168 |
varun.gupt |
145 |
</div>
|
|
|
146 |
</div>
|
|
|
147 |
</div>
|
| 3830 |
chandransh |
148 |
|
| 1168 |
varun.gupt |
149 |
</div>
|
|
|
150 |
<!-- /contact us -->
|
| 3830 |
chandransh |
151 |
</div>
|
|
|
152 |
<!-- Widgets -->
|
|
|
153 |
<div class="widgets right">
|
|
|
154 |
$action.getCartWidgetSnippet()
|
|
|
155 |
<div id="myresearch" class="common-widget">
|
| 2868 |
rajveer |
156 |
#include("templates/myresearch.vm")
|
| 3830 |
chandransh |
157 |
</div>
|
|
|
158 |
<div id="browsehistory" class="common-widget">
|
| 2868 |
rajveer |
159 |
#include("templates/browsehistory.vm")
|
| 2256 |
varun.gupt |
160 |
</div>
|
| 1168 |
varun.gupt |
161 |
</div>
|
| 3830 |
chandransh |
162 |
<!-- /Widgets -->
|
|
|
163 |
|
|
|
164 |
</div>
|
|
|
165 |
</div>
|
|
|
166 |
<!-- /Main -->
|
|
|
167 |
|
| 1168 |
varun.gupt |
168 |
<!-- footer -->
|
| 2868 |
rajveer |
169 |
#include("templates/footer.vm")
|
| 1168 |
varun.gupt |
170 |
<!-- /footer -->
|
| 628 |
rajveer |
171 |
|
| 943 |
vikas |
172 |
#include ( "templates/commonjsfiles.vm" )
|
| 1464 |
varun.gupt |
173 |
<script type="text/javascript" src="/js/contact-us.js"></script>
|
| 1876 |
varun.gupt |
174 |
#set( $formType = $action.getFormType() )
|
|
|
175 |
#if($formType)
|
|
|
176 |
<script type="text/javascript">
|
|
|
177 |
$(function(){
|
|
|
178 |
$('#communication_category').val($formType.getValue()).change();
|
|
|
179 |
});
|
|
|
180 |
</script>
|
|
|
181 |
#end
|
| 628 |
rajveer |
182 |
</body>
|
| 1688 |
rajveer |
183 |
</html>
|