| 7248 |
anupam.sin |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 7325 |
anupam.sin |
5 |
<link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
|
| 7248 |
anupam.sin |
6 |
</head>
|
|
|
7 |
|
|
|
8 |
<body style="margin: 0;">
|
|
|
9 |
<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
|
| 7386 |
anupam.sin |
10 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
| 7327 |
anupam.sin |
11 |
|
| 7343 |
anupam.sin |
12 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
|
|
13 |
<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>
|
| 7248 |
anupam.sin |
14 |
</div>
|
|
|
15 |
|
|
|
16 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
|
| 7483 |
anupam.sin |
17 |
<img style="float:left;" src="/storewebsite/images/hotspotLogoBlue.jpg">
|
| 7248 |
anupam.sin |
18 |
<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
|
| 7386 |
anupam.sin |
19 |
|
| 7248 |
anupam.sin |
20 |
</div>
|
|
|
21 |
|
|
|
22 |
<div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
|
|
|
23 |
<div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
|
| 7323 |
anupam.sin |
24 |
<img src='$imageSource' height="481px" width="311px"></img>
|
| 7248 |
anupam.sin |
25 |
</div>
|
|
|
26 |
|
|
|
27 |
<div style="overflow: hidden;position: relative;">
|
|
|
28 |
|
| 7323 |
anupam.sin |
29 |
<h2 style="margin-top: 25px;">$productName</h2>
|
|
|
30 |
|
| 7358 |
anupam.sin |
31 |
#if($bestDealText && !$bestDealText.trim().isEmpty())
|
| 7248 |
anupam.sin |
32 |
<fieldset style="padding: 5px 0 10px 10px;border: 1px solid #CCCCCC;color: #666666;">
|
|
|
33 |
<legend style="color: RED;">BEST DEAL</legend>
|
| 7323 |
anupam.sin |
34 |
$bestDealText
|
| 7248 |
anupam.sin |
35 |
</fieldset>
|
| 7323 |
anupam.sin |
36 |
#end
|
| 7248 |
anupam.sin |
37 |
|
|
|
38 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
|
|
39 |
|
|
|
40 |
<div class='date'>
|
| 7293 |
anupam.sin |
41 |
<span class='infoText'>Get this product by </span><span class='infoValue'>$action.getDeliveryDate()</span>
|
| 7248 |
anupam.sin |
42 |
</div>
|
|
|
43 |
<div class='price'>
|
|
|
44 |
<span class='infoText'>Total Price</span>
|
| 7323 |
anupam.sin |
45 |
<span class='infoValue'> Rs. $action.getPrice()</span>
|
| 7248 |
anupam.sin |
46 |
</div>
|
|
|
47 |
<div class='advance'>
|
|
|
48 |
<span class='infoText'>Advance to be paid</span>
|
| 7323 |
anupam.sin |
49 |
<span class='infoValue'> Rs. $action.getAdvanceAmount()</span>
|
| 7248 |
anupam.sin |
50 |
</div>
|
| 7386 |
anupam.sin |
51 |
<div class='advance'>
|
|
|
52 |
<span class='infoText'>Balance to be paid on Delivery</span>
|
|
|
53 |
<span class='infoValue' style='color:#ff8000'> Rs. $action.getDifference($action.getPrice(), $action.getAdvanceAmount())</span>
|
|
|
54 |
</div>
|
| 7248 |
anupam.sin |
55 |
|
|
|
56 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
|
|
57 |
|
|
|
58 |
<fieldset id='editAddBlock' style='display:none;border:1px solid #CCCCCC;color:#666666'>
|
|
|
59 |
<legend style='color:#2789C1;font-size:17px;font-weight:bold;'>EDIT SHIPPING DETAILS</legend>
|
|
|
60 |
<div class='addressLine'><div class='addressText'>Name </div><input name="name" value='$action.getName()' type="text" class='orderInputBox w300'></input></div>
|
|
|
61 |
<div class='addressLine'><div class='addressText'>Mobile Number </div><input name="phone" value='$action.getPhone()' type="text" maxlength='10' class='orderInputBox plus91'></input></div>
|
|
|
62 |
<div class='addressLine'><div class='addressText'>Address Line 1 </div><input class='orderInputBox w300' name="line1" value='$action.getLine1()' type="text"></input></div>
|
|
|
63 |
<div class='addressLine'><div class='addressText'>Address Line 2 </div><input name="line2" value='$action.getLine2()' type="text" class='orderInputBox w300'></input></div>
|
|
|
64 |
<div class='addressLine'><div class='addressText'>City </div><input name="city" value='$action.getCity()' type="text" class='orderInputBox w300'></input></div>
|
|
|
65 |
<div class='addressLine'><div class='addressText'>State </div><input name="state" value='$action.getState()' type="text" class='orderInputBox w300'></input></div>
|
|
|
66 |
<div class='addressLine' style='text-align:center;'>
|
|
|
67 |
<input id="saveEditedAdd" class="submitButton" type="button" style="background-color:orange;color:black;" value="OK">
|
|
|
68 |
</div>
|
|
|
69 |
</fieldset>
|
|
|
70 |
|
| 7293 |
anupam.sin |
71 |
<form id="createOrderForm" action="/storewebsite/payment-details!persistTransaction" onsubmit="return validatePaymentDetails()">
|
| 7263 |
anupam.sin |
72 |
<input type="hidden" name="product_id" value="$action.getProduct_id()"></input>
|
| 7248 |
anupam.sin |
73 |
<input type="hidden" name="name" value="$action.getName()"></input>
|
| 7427 |
anupam.sin |
74 |
<input type="hidden" name="email" value="$action.getEmail()"></input>
|
| 7248 |
anupam.sin |
75 |
<input type="hidden" name="phone" value="$action.getPhone()"></input>
|
|
|
76 |
<input type="hidden" name="line1" value="$action.getLine1()"></input>
|
|
|
77 |
<input type="hidden" name="line2" value="$action.getLine2()"></input>
|
|
|
78 |
<input type="hidden" name="city" value="$action.getCity()"></input>
|
|
|
79 |
<input type="hidden" name="state" value="$action.getState()"></input>
|
|
|
80 |
<input type="hidden" name="pincode" value="$action.getPincode()"></input>
|
| 7293 |
anupam.sin |
81 |
<input type="hidden" name="price" value="$action.getPrice()"></input>
|
|
|
82 |
<input type="hidden" name="advanceAmount" value="$action.getAdvanceAmount()"></input>
|
|
|
83 |
<input type="hidden" name="deliveryDate" value="$action.getDeliveryDate()"></input>
|
| 7248 |
anupam.sin |
84 |
|
| 7263 |
anupam.sin |
85 |
|
| 7248 |
anupam.sin |
86 |
<div id="showAddDiv">
|
|
|
87 |
<div class="name"><span name="name">$action.getName()</span>
|
|
|
88 |
<input id="addressEdit" style="float:right;margin:0;height:21px;"type="button" value="EDIT" class="submitButton"></input>
|
|
|
89 |
</div>
|
|
|
90 |
<div class="diplayAddLine" name="phone">$action.getPhone()</div>
|
|
|
91 |
<div class="diplayAddLine" name="line1">$action.getLine1()</div>
|
|
|
92 |
<div class="diplayAddLine" name="line2">$action.getLine2()</div>
|
|
|
93 |
<div class="diplayAddLine" name="city">$action.getCity()</div>
|
|
|
94 |
<div class="diplayAddLine" name="state">$action.getState()</div>
|
|
|
95 |
</div>
|
|
|
96 |
<div id="showPinDiv" class="name" name="pincode"><span style="font-weight:100;font-size:15px;color:#777777">Pincode : </span>$action.getPincode()
|
|
|
97 |
<input id="pincodeEdit" style="float:right;margin:0;height:21px;" type="button" value="EDIT" class="submitButton"></input>
|
|
|
98 |
</div>
|
|
|
99 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
|
|
100 |
|
| 7611 |
anupam.sin |
101 |
<div id="paymode">
|
| 7386 |
anupam.sin |
102 |
<div class='addressLine'>
|
|
|
103 |
<div class='addressText'>Amount in cash </div>
|
|
|
104 |
<input name="cashAmount" type="text" class='orderInputBox w150'></input>
|
|
|
105 |
</div>
|
|
|
106 |
<div class='addressLine'>
|
|
|
107 |
<div class='addressText' >Amount by card </div>
|
|
|
108 |
<input name="cardAmount" type="text" class='orderInputBox w150'></input>
|
|
|
109 |
</div>
|
| 7248 |
anupam.sin |
110 |
</div>
|
| 7611 |
anupam.sin |
111 |
<div id="bankSelector" style='display:none;'>
|
|
|
112 |
<div class="addressLine">
|
| 7772 |
anupam.sin |
113 |
<div class="addressText">EDC Bank </div>
|
| 7611 |
anupam.sin |
114 |
<select class="select_bank" name="edc" id="edcSelector" style='font-size:15px;height:25px;'>
|
|
|
115 |
#foreach($bank in $action.getAllEdcBanks())
|
|
|
116 |
<option value="$bank">$bank</option>
|
|
|
117 |
#end
|
|
|
118 |
</select>
|
| 7423 |
anupam.sin |
119 |
</div>
|
| 7611 |
anupam.sin |
120 |
<div class="addressLine">
|
|
|
121 |
<div class="addressText">Card Type </div>
|
|
|
122 |
<select class="select_bank" name="cardType" id="cardTypeSelector" style="font-size:15px;height:25px;">
|
|
|
123 |
<option value="credit">CREDIT CARD</option>
|
|
|
124 |
<option value="debit">DEBIT CARD</option>
|
|
|
125 |
</select>
|
|
|
126 |
</div>
|
|
|
127 |
<div class="addressLine">
|
|
|
128 |
<div class="addressText">Approval Code </div>
|
|
|
129 |
<input name="approvalCode" type="text" class="orderInputBox w150">
|
|
|
130 |
</div>
|
| 7248 |
anupam.sin |
131 |
</div>
|
|
|
132 |
|
|
|
133 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 7435 |
anupam.sin |
134 |
<div style="text-align:right;height:56px;line-height:56px">
|
|
|
135 |
<span id="waitSpan" style='color:red;font-weight:bold;display: none;'>Please Wait...</span>
|
|
|
136 |
<input id="createOrder" type="submit" style="background-color:orange;color:black;" value="CREATE ORDER" class="submitButton"></input>
|
|
|
137 |
</div>
|
| 7248 |
anupam.sin |
138 |
</form>
|
|
|
139 |
</div>
|
|
|
140 |
</div>
|
|
|
141 |
</body>
|
| 7263 |
anupam.sin |
142 |
|
| 7325 |
anupam.sin |
143 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-1.4.2.js"></script>
|
|
|
144 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-ui.min.js"></script>
|
|
|
145 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.colorbox-min.js"></script>
|
|
|
146 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.validate.js"></script>
|
|
|
147 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.dataTables.min.js"></script>
|
| 7695 |
anupam.sin |
148 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/storewebsite_20130704.js"></script>
|
| 7325 |
anupam.sin |
149 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.ui.autocomplete.js"></script>
|
| 7248 |
anupam.sin |
150 |
</html>
|