Subversion Repositories SmartDukaan

Rev

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

Rev 1688 Rev 1745
Line 9... Line 9...
9
<title>Contact us | Saholic.com</title>
9
<title>Contact us | Saholic.com</title>
10
 
10
 
11
 #set($currentUrl = $request.getRequestURL().toString()) 
11
 #set($currentUrl = $request.getRequestURL().toString()) 
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
13
 <link rel="canonical" href="$currentUrl" /> 
13
 <link rel="canonical" href="$currentUrl" /> 
14
 #include ( "templates/commoncssfiles.vm" )  
14
 #include ( "templates/commoncssfiles.vm" )
15
 
15
 
16
#set($userinfo = $action.getUserInfo())
16
#set($userinfo = $action.getUserInfo())
17
 
17
 
18
</head>
18
</head>
19
<body>
19
<body>
Line 82... Line 82...
82
							</div>
82
							</div>
83
						#end
83
						#end
84
                            <div id="emailComponent" class="textbox-image">
84
                            <div id="emailComponent" class="textbox-image">
85
								<label for="email">Reply to</label>
85
								<label for="email">Reply to</label>
86
						#if($userinfo.isLoggedIn())
86
						#if($userinfo.isLoggedIn())
87
								<input type="text" id="email" class="textbox" value=$userinfo.getEmail()  disabled/>
87
								<input type="text" id="email" class="textbox" value="$userinfo.getEmail()"  disabled/>
88
								<input type="hidden" name="email" value=$userinfo.getEmail() />
88
								<input type="hidden" name="email" value="$userinfo.getEmail()" />
89
						#else
89
						#else
90
								<input type="text" id="email" name="email" class="textbox" value="" />
90
								<input type="text" id="email" name="email" class="textbox" value="" />
91
						#end
91
						#end
92
							</div>
92
							</div>
93
							<div class="clearBoth"></div>
93
							<div class="clearBoth"></div>
Line 103... Line 103...
103
									<option value="6">Request Product</option>
103
									<option value="6">Request Product</option>
104
									<option value="7">Other</option>
104
									<option value="7">Other</option>
105
								</select>
105
								</select>
106
							</div>
106
							</div>
107
							<div class="clearBoth"></div>
107
							<div class="clearBoth"></div>
108
							<div id="orderComponent" class="textbox-image">
108
							<div id="orderComponent" class="textbox-image contact-form-component return-product cancel-order delivery-problem payment-status order-status">
109
								<label for="">Order ID</label>
109
								<label for="">Order ID</label>
110
						#if($userinfo.isLoggedIn())
110
						#if($userinfo.isLoggedIn())
111
								<select name="order_id" id="order_id">
111
								<select name="order_id" id="order_id">
112
									$action.getIdsOfAllOrders()
112
									$action.getIdsOfAllOrders()
113
                                </select>
113
                                </select>
114
						#else
114
						#else
115
								<input type="text" class="textbox" name="order_id"/>
115
								<input type="text" class="textbox" name="order_id"/>
116
						#end
116
						#end
117
							</div>
117
							</div>
118
							<div class="clearBoth"></div>
118
							<div class="clearBoth"></div>
119
							<div id="awbComponent" class="textbox-image">
119
							<div id="awbComponent" class="textbox-image contact-form-component">
120
								<label for="">AWB Number</label>
120
								<label for="">AWB Number</label>
121
								<input type="text" class="textbox" name="awb"/>
121
								<input type="text" class="textbox" name="awb"/>
122
							</div>
122
							</div>
123
							<div class="clearBoth"></div>
123
							<div class="clearBoth"></div>
124
							<div id="productComponent" class="textbox-image">
124
							<div id="productComponent" class="textbox-image contact-form-component return-product">
125
								<label for="">Product</label>
125
								<label for="">Product</label>
126
						#if($userinfo.isLoggedIn())
126
						#if($userinfo.isLoggedIn())
127
								<select name="product" id="product">
127
								<select name="product" id="product">
128
									<option value="-1">Select Product</option>
128
									<option value="-1">Select Product</option>
129
                                </select>
129
                                </select>
130
						#else
130
						#else
131
								<input type="text" id="product" name="product" class="textbox" value="" />
131
								<input type="text" id="product" name="product" class="textbox" value="" />
132
						#end
132
						#end
133
                            </div>
133
                            </div>
134
							<div class="clearBoth"></div>
134
							<div class="clearBoth"></div>
135
                            <div id="subjectComponent" class="textbox-image">
-
 
136
								<label id="lblSubject" for="reason_to_return"></label>
-
 
137
								<select id="reason_to_return">
-
 
138
                                    <option value="Wrong product delivered">Wrong product delivered</option>
135
                            <div class="textbox-image contact-form-component return-product cancel-order delivery-problem product-request other">
139
                                    <option value="Product received in damaged condition">Product received in damaged condition</option>
-
 
140
                                </select>
-
 
141
								<select id="delivery_problem">
136
								<label id="lblSubject"></label>
142
<option value="Packet received in damaged condition">Packet received in damaged condition</option>
-
 
143
<option value="Seal tampered">Seal tampered</option>
-
 
144
<option value="Delivery not received">Delivery not received</option>
-
 
145
<option value="Delivery person asking for Extra shipping/ Octroi Charges">Delivery person asking for Extra shipping/ Octroi Charges</option>
-
 
146
                                </select>
-
 
147
								<input type="text" class="textbox" id="subject" />
-
 
148
							</div>
137
							</div>
149
							<div class="clearBoth"></div>
138
							<div class="clearBoth"></div>
150
							<div id="msgComponent" class="textbox-image">
139
							<div id="msgComponent" class="textbox-image contact-form-component return-product cancel-order delivery-problem payment-status order-status product-request other">
151
								<label for="txtaMsg">Message</label>
140
								<label for="txtaMsg">Message</label>
152
								<textarea id="mailBody" name="message"></textarea>
141
								<textarea id="mailBody" name="message"></textarea>
153
                            </div>
142
                            </div>
154
							<div class="clearBoth"></div><br />
143
							<div class="clearBoth"></div><br />
155
							<div class="yellow-image contact-form-button">
144
							<div class="yellow-image contact-form-button">