Subversion Repositories SmartDukaan

Rev

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

Rev 7226 Rev 7248
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&nbsp;&nbsp;</div><input name="name" type="text" class='orderInputBox w300'></input></div>
-
 
145
					<div class='addressLine'><div class='addressText'>Mobile Number&nbsp;&nbsp;</div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
138
                    <div class='addressLine'><div class='addressText'>Address Line 1&nbsp;&nbsp;</div><input class='orderInputBox w300' name="line1" type="text"><br></div>
146
                    <div class='addressLine'><div class='addressText'>Address Line 1&nbsp;&nbsp;</div><input class='orderInputBox w300' name="line1" type="text"></input></div>
139
                    <div class='addressLine'><div class='addressText'>Address Line 2&nbsp;&nbsp;</div><input name="line2" type="text" class='orderInputBox w300'><br></div>
147
                    <div class='addressLine'><div class='addressText'>Address Line 2&nbsp;&nbsp;</div><input name="line2" type="text" class='orderInputBox w300'></input></div>
140
					<div class='addressLine'><div class='addressText'>City&nbsp;&nbsp;</div><input name="city" type="text" class='orderInputBox w300'><br></div>
148
					<div class='addressLine'><div class='addressText'>City&nbsp;&nbsp;</div><input name="city" type="text" class='orderInputBox w300'></input></div>
141
					<div class='addressLine'><div class='addressText'>State&nbsp;&nbsp;</div><input name="state" type="text" class='orderInputBox w300'><br></div>
149
					<div class='addressLine'><div class='addressText'>State&nbsp;&nbsp;</div><input name="state" type="text" class='orderInputBox w300'></input></div>
142
                    <div class='addressLine'><div class='addressText'>Pincode&nbsp;&nbsp;</div><span id="pinSpan" class="infoValue"></span></div>
150
                    <div class='addressLine'><div class='addressText'>Pincode&nbsp;&nbsp;</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>