| Line 63... |
Line 63... |
| 63 |
|
63 |
|
| 64 |
.w300 {
|
64 |
.w300 {
|
| 65 |
width: 300px;
|
65 |
width: 300px;
|
| 66 |
}
|
66 |
}
|
| 67 |
|
67 |
|
| - |
|
68 |
.plus91 {
|
| - |
|
69 |
background: white url('/rch/images/+91.png') no-repeat 2px;
|
| - |
|
70 |
padding-left:60px;
|
| - |
|
71 |
width:250px;
|
| - |
|
72 |
}
|
| - |
|
73 |
|
| 68 |
.addressLine {
|
74 |
.addressLine {
|
| 69 |
width:487px;
|
75 |
width:487px;
|
| 70 |
margin:3px;
|
76 |
margin:3px;
|
| 71 |
}
|
77 |
}
|
| 72 |
|
78 |
|
| Line 133... |
Line 139... |
| 133 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
139 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 134 |
|
140 |
|
| 135 |
<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
|
141 |
<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
|
| 136 |
<fieldset style='border:1px solid #CCCCCC;color:#666666'>
|
142 |
<fieldset style='border:1px solid #CCCCCC;color:#666666'>
|
| 137 |
<legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
|
143 |
<legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
|
| - |
|
144 |
<div class='addressLine'><div class='addressText'>Name </div><input name="name" type="text" class='orderInputBox w300'></input></div>
|
| - |
|
145 |
<div class='addressLine'><div class='addressText'>Mobile Number </div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
|
| 138 |
<div class='addressLine'><div class='addressText'>Address Line 1 </div><input class='orderInputBox w300' name="line1" type="text"><br></div>
|
146 |
<div class='addressLine'><div class='addressText'>Address Line 1 </div><input class='orderInputBox w300' name="line1" type="text"></input></div>
|
| 139 |
<div class='addressLine'><div class='addressText'>Address Line 2 </div><input name="line2" type="text" class='orderInputBox w300'><br></div>
|
147 |
<div class='addressLine'><div class='addressText'>Address Line 2 </div><input name="line2" type="text" class='orderInputBox w300'></input></div>
|
| 140 |
<div class='addressLine'><div class='addressText'>City </div><input name="city" type="text" class='orderInputBox w300'><br></div>
|
148 |
<div class='addressLine'><div class='addressText'>City </div><input name="city" type="text" class='orderInputBox w300'></input></div>
|
| 141 |
<div class='addressLine'><div class='addressText'>State </div><input name="state" type="text" class='orderInputBox w300'><br></div>
|
149 |
<div class='addressLine'><div class='addressText'>State </div><input name="state" type="text" class='orderInputBox w300'></input></div>
|
| 142 |
<div class='addressLine'><div class='addressText'>Pincode </div><span id="pinSpan" class="infoValue"></span></div>
|
150 |
<div class='addressLine'><div class='addressText'>Pincode </div><span id="pinSpan" class="infoValue"></span></div>
|
| 143 |
<div class='addressLine' style='text-align:center;'>
|
151 |
<div class='addressLine' style='text-align:center;'>
|
| 144 |
<input class="submitButton" type="submit" style="background-color:orange;color:black;" value="NEXT">
|
152 |
<input class="submitButton" type="submit" style="background-color:orange;color:black;" value="NEXT">
|
| 145 |
<input id="changePincode" class="submitButton" type="button" value="Change Pincode">
|
153 |
<input id="changePincode" class="submitButton" type="button" value="Change Pincode">
|
| 146 |
</div>
|
154 |
</div>
|