| Line 5... |
Line 5... |
| 5 |
<link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
|
5 |
<link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
|
| 6 |
</head>
|
6 |
</head>
|
| 7 |
|
7 |
|
| 8 |
<body style="margin: 0;">
|
8 |
<body style="margin: 0;">
|
| 9 |
<div style="line-height:35px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
|
9 |
<div style="line-height:35px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
|
| 10 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
|
10 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
| 11 |
|
11 |
|
| 12 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
12 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
| 13 |
<a style="color:white;margin-right:25px;" href="/storewebsite/!doLogout">Logout</a>
|
13 |
<a style="color:white;margin-right:25px;" href="/storewebsite/!doLogout">Logout</a>
|
| 14 |
<span id="editPriceButton" style="color:white;cursor:pointer;text-decoration:underline;display:none;">Edit</span>
|
14 |
<span id="editPriceButton" style="color:white;cursor:pointer;text-decoration:underline;display:none;">Edit</span>
|
| 15 |
<span id="editPriceSpan" style='display:none;'>
|
15 |
<span id="editPriceSpan" style='display:none;'>
|
| Line 19... |
Line 19... |
| 19 |
</div>
|
19 |
</div>
|
| 20 |
|
20 |
|
| 21 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
|
21 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
|
| 22 |
<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
|
22 |
<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
|
| 23 |
<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
|
23 |
<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
|
| 24 |
<img style="float:right;margin-right:20px;" src="/storewebsite/images/Saholic-Logo.jpg">
|
- |
|
| - |
|
24 |
|
| 25 |
</div>
|
25 |
</div>
|
| 26 |
|
26 |
|
| 27 |
<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
|
27 |
<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
|
| 28 |
<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
|
28 |
<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
|
| 29 |
<img src='$imageSource' height="481px" width="311px"></img>
|
29 |
<img src='$imageSource' height="481px" width="311px"></img>
|
| Line 59... |
Line 59... |
| 59 |
|
59 |
|
| 60 |
<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
|
60 |
<form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
|
| 61 |
<fieldset style='border:1px solid #CCCCCC;color:#666666'>
|
61 |
<fieldset style='border:1px solid #CCCCCC;color:#666666'>
|
| 62 |
<legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
|
62 |
<legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
|
| 63 |
<div class='addressLine'><div class='addressText'>Name<span class='mandatory'>*</span> </div><input name="name" type="text" class='orderInputBox w300'></input></div>
|
63 |
<div class='addressLine'><div class='addressText'>Name<span class='mandatory'>*</span> </div><input name="name" type="text" class='orderInputBox w300'></input></div>
|
| 64 |
<div class='addressLine'><div class='addressText'>Email </div><input name="email" type="text" class='orderInputBox w300'></input></div>
|
64 |
<div class='addressLine'><div class='addressText'>Email<span class='mandatory'>*</span> </div><input name="email" type="text" class='orderInputBox w300'></input></div>
|
| 65 |
<div class='addressLine'><div class='addressText'>Mobile Number<span class='mandatory'>*</span> </div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
|
65 |
<div class='addressLine'><div class='addressText'>Mobile Number<span class='mandatory'>*</span> </div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
|
| 66 |
<div class='addressLine'><div class='addressText'>Address Line 1<span class='mandatory'>*</span> </div><input class='orderInputBox w300' name="line1" type="text"></input></div>
|
66 |
<div class='addressLine'><div class='addressText'>Address Line 1<span class='mandatory'>*</span> </div><input maxlength='40' class='orderInputBox w300' name="line1" type="text"></input></div>
|
| 67 |
<div class='addressLine'><div class='addressText'>Address Line 2 </div><input name="line2" type="text" class='orderInputBox w300'></input></div>
|
67 |
<div class='addressLine'><div class='addressText'>Address Line 2 </div><input name="line2" type="text" class='orderInputBox w300'></input></div>
|
| 68 |
<div class='addressLine'><div class='addressText'>City<span class='mandatory'>*</span> </div><input name="city" type="text" class='orderInputBox w300'></input></div>
|
68 |
<div class='addressLine'><div class='addressText'>City<span class='mandatory'>*</span> </div><input name="city" type="text" class='orderInputBox w300'></input></div>
|
| 69 |
<div class='addressLine'><div class='addressText'>State<span class='mandatory'>*</span> </div><input name="state" type="text" class='orderInputBox w300'></input></div>
|
69 |
<div class='addressLine'><div class='addressText'>State<span class='mandatory'>*</span> </div>
|
| - |
|
70 |
<select class="select_state" name="state" id="shipState" style='font-size:15px;height:25px;'>
|
| - |
|
71 |
<option value="">Select State</option>
|
| - |
|
72 |
<option value="Andaman & Nicobar Island">Andaman & Nicobar Island</option>
|
| - |
|
73 |
<option value="Andhra Pradesh">Andhra Pradesh</option>
|
| - |
|
74 |
<option value="Arunachal Pradesh">Arunachal Pradesh</option>
|
| - |
|
75 |
<option value="Assam">Assam</option>
|
| - |
|
76 |
<option value="Bihar">Bihar</option>
|
| - |
|
77 |
<option value="Chandigarh">Chandigarh</option>
|
| - |
|
78 |
<option value="Chattisgarh">Chattisgarh</option>
|
| - |
|
79 |
<option value="Dadra & Nagar Haveli">Dadra & Nagar Haveli</option>
|
| - |
|
80 |
<option value="Daman & Diu">Daman & Diu</option>
|
| - |
|
81 |
<option value="Delhi">Delhi</option>
|
| - |
|
82 |
<option value="Goa">Goa</option>
|
| - |
|
83 |
<option value="Gujarat">Gujrat</option>
|
| - |
|
84 |
<option value="Haryana">Haryana</option>
|
| - |
|
85 |
<option value="Himachal Pradesh">Himachal Pradesh</option>
|
| - |
|
86 |
<option value="Jammu & Kashmir">Jammu & Kashmir</option>
|
| - |
|
87 |
<option value="Jharkhand">Jharkhand</option>
|
| - |
|
88 |
<option value="Karnataka">Karnataka</option>
|
| - |
|
89 |
<option value="Kerala">Kerala</option>
|
| - |
|
90 |
<option value="Lakshadweep">Lakshadweep</option>
|
| - |
|
91 |
<option value="Madhya Pradesh">Madhya Pradesh</option>
|
| - |
|
92 |
<option value="Maharashtra">Maharashtra</option>
|
| - |
|
93 |
<option value="Manipur">Manipur</option>
|
| - |
|
94 |
<option value="Meghalaya">Meghalaya</option>
|
| - |
|
95 |
<option value="Mizoram">Mizoram</option>
|
| - |
|
96 |
<option value="Nagaland">Nagaland</option>
|
| - |
|
97 |
<option value="Orissa">Orissa</option>
|
| - |
|
98 |
<option value="Pondicherry">Pondicherry</option>
|
| - |
|
99 |
<option value="Punjab">Punjab</option>
|
| - |
|
100 |
<option value="Rajasthan">Rajasthan</option>
|
| - |
|
101 |
<option value="Sikkim">Sikkim</option>
|
| - |
|
102 |
<option value="Tamil Nadu">Tamil Nadu</option>
|
| - |
|
103 |
<option value="Tripura">Tripura</option>
|
| - |
|
104 |
<option value="Uttar Pradesh">Uttar Pradesh</option>
|
| - |
|
105 |
<option value="Uttarakhand">Uttarakhand</option>
|
| - |
|
106 |
<option value="West Bengal">West Bengal</option>
|
| - |
|
107 |
</select>
|
| - |
|
108 |
</div>
|
| - |
|
109 |
|
| - |
|
110 |
|
| 70 |
<div class='addressLine'><div class='addressText'>Pincode </div><span id="pinSpan" class="infoValue"></span></div>
|
111 |
<div class='addressLine'><div class='addressText'>Pincode </div><span id="pinSpan" class="infoValue"></span></div>
|
| 71 |
<div class='addressLine' style='text-align:center;'>
|
112 |
<div class='addressLine' style='text-align:center;'>
|
| 72 |
<input id="pincodeInput" type="hidden" name="pincode" value=""></input>
|
113 |
<input id="pincodeInput" type="hidden" name="pincode" value=""></input>
|
| 73 |
<input type="hidden" name="product_id" value="$product_id"></input>
|
114 |
<input type="hidden" name="product_id" value="$product_id"></input>
|
| 74 |
<input type="hidden" name="price" value="$price"></input>
|
115 |
<input type="hidden" name="price" value="$price"></input>
|