Rev 11966 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><!-- Prevent MS Office toolbar from changing layout --><meta http-equiv="imagetoolbar" content="false"><meta name="MSSmartTagsPreventParsing" content="true"><meta name="keywords" content="Contact Us, ${domain.name}" /><title>Contact us | ${domain.name}</title>#include ( "templates/commoncssfiles.vm" )<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>#set($userinfo = $action.getUserInfo())</head><body><noscript><p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p></noscript>$action.getHeaderSnippet()<!-- Main --><div id="main"><div class="main-content"><div class="main-top"><div class="bread-crumbs"><a href="/">Home</a> > <a href="#">Contact Us</a></div></div><div class="main-left left blue-border" style="width: 700px;"><!-- contact us --><div id="contactUs"><div class="middle"><div class="content"><div id="frmContactUs"><form name="frmContactUs" method="post" action=""><div id="emailComponent" class="textbox-image"><label for="email">Your Email Id</label>#if($userinfo.isLoggedIn())<input type="text" id="email" class="textbox" value="$userinfo.getEmail()" disabled/><input type="hidden" name="email" value="$userinfo.getEmail()" />#else<input type="text" id="email" name="email" class="textbox" value="" />#end</div><div class="clearBoth" style="height:10px;"></div><div id="categoryComponent" class="textbox-image"><label for="communication_category">Issue</label><select name="communication_type" id="communication_category"><option value="-1">Select Issue Type</option><option value="1">Return Product</option><option value="2">Cancel an Order</option><option value="3">Delivery Problem</option><option value="4">Request Payment Status</option><option value="5">Request Order Status</option><option value="6">Request Product</option><option value="7">Recharge Related</option><option value="21">Bulk Order</option><option value="8">Other</option></select></div><div class="clearBoth"></div><div id="orderComponent" class="textbox-image contact-form-component return-product cancel-order delivery-problem payment-status order-status"><label for="">Order ID</label>#if($userinfo.isLoggedIn())<select name="order_id" id="order_id">$action.getIdsOfAllOrders()</select>#else<input type="text" class="textbox" id="order_id" name="order_id" />#end</div><div class="clearBoth"></div><div id="awbComponent" class="textbox-image contact-form-component"><label for="">AWB Number</label><input type="text" class="textbox" name="awb"/></div><div class="clearBoth"></div><div id="productComponent" class="textbox-image contact-form-component return-product"><label for="">Product</label>#if($userinfo.isLoggedIn())<select name="product" id="product"><option value="-1">Select Product</option></select>#else<input type="text" id="product" name="product" class="textbox" value="" />#end</div><div class="clearBoth"></div><div class="textbox-image contact-form-component return-product cancel-order delivery-problem product-request other recharge-related bulk-order"><label id="lblSubject"></label></div><div class="clearBoth"></div><div id="deviceComponent" class="textbox-image recharge-related contact-form-component"><label for="deviceNumber">Device Number</label><input type="text" class="textbox" name="deviceNumber" value=""></input></div><div class="clearBoth"></div><div id="rechargeOrderComponent" class="textbox-image recharge-related contact-form-component"><label for="rechargeOrderNumber">Order Number</label><input type="text" class="textbox" name="rechargeOrderNumber" value=""/></div><div class="clearBoth"></div><div id="bulkOrderComponent" class="textbox-image bulk-order contact-form-component"><label for="contactNumber">Contact Number</label><input type="text" class="textbox" name="contactNumber" value=""></input></div><div class="clearBoth"></div><div id="bulkOrderQuantityComponent" class="textbox-image bulk-order contact-form-component"><label for="quantity">Quantity</label><input type="text" class="textbox" name="quantity" value=""></input></div><div class="clearBoth"></div><div id="msgComponent" class="textbox-image contact-form-component return-product cancel-order delivery-problem payment-status order-status product-request other recharge-related"><label for="txtaMsg">Message</label><textarea id="mailBody" name="message"></textarea></div><div class="clearBoth"></div><br /><div class="center-text-bold12" style="text-align:left; margin-left: 120px;">Please enter the characters shown below:</div><div id="captcha-div" style="margin-top: 20px; margin-bottom: 20px; margin-left: 120px;"><img src="/captcha" id="captchaImage"><br><br><input type="text" id="captcha_response_box" class="captcha_text_blur" name="captcha_response_field" autocomplete="off"><br><span style="font-size:12px">Cannot read the image? <a id="captchaanchor" style="cursor: pointer;">Click here</a>.</span></div><div class="yellow-image contact-form-button"><input type="submit" class="button" name="submit" id="submit" value="Submit" disabled /></div><div class="yellow-image contact-form-button" style="margin-left: 30px;"><input type="button" class="button" id="resetFormButton" value="Reset" disabled /></div><div class="clearBoth"></div><div id="bulk-order-alert"><p>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 soonor alternately, you can contact us at <a href="mailto:bulkdeals@${domain.name}">bulkdeals@${domain.name}</a></p></div></form></div><div id="postalAddress">#include("templates/${in.shop2020.title}-address.vm")</div></div></div></div><!-- /contact us --></div><!-- Widgets --><div class="widgets right">$action.getCartWidgetSnippet()<div id="myresearch" class="common-widget">#include("templates/myresearch.vm")</div><div id="browsehistory" class="common-widget">#include("templates/browsehistory.vm")</div></div><!-- /Widgets --></div></div><!-- /Main --><!-- footer -->#include("templates/footer.vm")<!-- /footer -->#include ( "templates/commonjsfiles.vm" )<script type="text/javascript" src="/js/contact-us.js"></script>#set( $formType = $action.getFormType() )#if($formType)<script type="text/javascript">$(function(){$('#communication_category').val($formType.getValue()).change();});</script>#end</body></html>