| 7283 |
kshitij.so |
1 |
#set ($itemDetail = $action.fetchItemDetail())
|
| 7365 |
kshitij.so |
2 |
#set ($item = $action.getSaholicItem("$itemDetail.getItemid()"))
|
| 7283 |
kshitij.so |
3 |
<style>
|
|
|
4 |
* { font-family: Verdana; font-size: 96%; }
|
|
|
5 |
label {
|
|
|
6 |
float: left;
|
|
|
7 |
}
|
|
|
8 |
|
|
|
9 |
#upload > table {
|
|
|
10 |
color: #747474;
|
|
|
11 |
width: 100%;
|
|
|
12 |
}
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
#upload tbody {
|
|
|
16 |
background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
|
|
|
17 |
font-weight: bold;
|
|
|
18 |
}
|
|
|
19 |
|
| 12661 |
kshitij.so |
20 |
#upload-promo > table {
|
|
|
21 |
color: #747474;
|
|
|
22 |
width: 100%;
|
|
|
23 |
}
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
#upload-promo tbody {
|
|
|
27 |
background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
|
|
|
28 |
font-weight: bold;
|
|
|
29 |
}
|
|
|
30 |
|
| 12889 |
kshitij.so |
31 |
#upload-promo-right tbody {
|
|
|
32 |
background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
|
|
|
33 |
font-weight: bold;
|
|
|
34 |
}
|
|
|
35 |
|
|
|
36 |
#upload-promo-right-ex tbody {
|
|
|
37 |
background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
|
|
|
38 |
font-weight: bold;
|
|
|
39 |
}
|
|
|
40 |
|
| 15703 |
kshitij.so |
41 |
#upload-promo-fbd tbody {
|
|
|
42 |
background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
|
|
|
43 |
font-weight: bold;
|
|
|
44 |
}
|
|
|
45 |
|
| 12661 |
kshitij.so |
46 |
#upload-promo-right > table {
|
|
|
47 |
color: #747474;
|
|
|
48 |
width: 100%;
|
| 12889 |
kshitij.so |
49 |
font-weight: bold;
|
| 12661 |
kshitij.so |
50 |
}
|
|
|
51 |
|
| 15703 |
kshitij.so |
52 |
#upload-promo-fbd > table {
|
|
|
53 |
color: #747474;
|
|
|
54 |
width: 100%;
|
|
|
55 |
font-weight: bold;
|
|
|
56 |
}
|
|
|
57 |
|
| 12889 |
kshitij.so |
58 |
#upload-promo-right-ex > table {
|
|
|
59 |
color: #747474;
|
|
|
60 |
width: 100%;
|
|
|
61 |
font-weight: bold;
|
|
|
62 |
}
|
| 12661 |
kshitij.so |
63 |
|
|
|
64 |
#upload-promo-right tbody {
|
|
|
65 |
background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
|
|
|
66 |
font-weight: bold;
|
|
|
67 |
}
|
|
|
68 |
|
| 7283 |
kshitij.so |
69 |
.detail {
|
|
|
70 |
background: url("/Support/images/center-blue.png") repeat-y scroll left top #E4EBF8;
|
|
|
71 |
border-bottom: 1px solid #B3C1DB;
|
|
|
72 |
border-right: 1px solid #CED9EC;
|
|
|
73 |
color: #1F3D71;
|
|
|
74 |
height: 25px;
|
|
|
75 |
padding: 10px 0 0 24px;
|
|
|
76 |
}
|
|
|
77 |
|
|
|
78 |
.value {
|
|
|
79 |
border-bottom: 1px solid #B3C1DB;
|
|
|
80 |
border-right: 1px solid #CED9EC;
|
|
|
81 |
height: 24px;
|
|
|
82 |
text-align: center;
|
|
|
83 |
color: #747474;
|
|
|
84 |
}
|
|
|
85 |
|
|
|
86 |
select {
|
|
|
87 |
padding-top: 2px;
|
|
|
88 |
vertical-align: middle;
|
| 7420 |
kshitij.so |
89 |
direction: ltr;
|
| 7283 |
kshitij.so |
90 |
font-weight: bold;
|
|
|
91 |
width: 50%;
|
| 7591 |
kshitij.so |
92 |
height: 22px;
|
| 7283 |
kshitij.so |
93 |
}
|
|
|
94 |
|
|
|
95 |
input {
|
|
|
96 |
font-size: 12px;
|
|
|
97 |
text-align: center;
|
|
|
98 |
width: 50%;
|
|
|
99 |
font-weight: bold;
|
|
|
100 |
}
|
| 12889 |
kshitij.so |
101 |
|
|
|
102 |
.extended {
|
|
|
103 |
width : 75%;
|
|
|
104 |
}
|
|
|
105 |
|
| 7283 |
kshitij.so |
106 |
</style>
|
|
|
107 |
<link href="/Support/css/jquery.alerts.css" type="text/css" rel="stylesheet">
|
|
|
108 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
|
|
109 |
<script type="text/javascript" src="/Support/js/jquery.alerts.js"></script>
|
|
|
110 |
<script type="text/javascript">
|
|
|
111 |
$(document).ready(function() {
|
|
|
112 |
$('#cancelbutton').click(function(e) {
|
|
|
113 |
window.location.href = '/Support/amazon-list';
|
|
|
114 |
});
|
|
|
115 |
});
|
|
|
116 |
</script>
|
| 8620 |
kshitij.so |
117 |
<form id="amazon-form" action="/Support/amazon-list!update" enctype="multipart/form-data" method="post">
|
|
|
118 |
<div class="left" style="float: left; width: 48%;">
|
|
|
119 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
| 7283 |
kshitij.so |
120 |
<thead>
|
|
|
121 |
</thead>
|
|
|
122 |
<tbody>
|
| 8620 |
kshitij.so |
123 |
<tr style="display:none;">
|
| 7283 |
kshitij.so |
124 |
<td class="detail">Item Id</td>
|
| 12449 |
kshitij.so |
125 |
<td class="value"><input id="itemId" name="itemId" value='$itemDetail.getItemid()'type="text" ></td>
|
| 7283 |
kshitij.so |
126 |
</tr>
|
|
|
127 |
<tr>
|
| 8620 |
kshitij.so |
128 |
<td class="detail">Product Description</td>
|
|
|
129 |
<td class="value">$itemDetail.getItemid() | $itemDetail.getName()</td>
|
| 7283 |
kshitij.so |
130 |
</tr>
|
|
|
131 |
<tr>
|
| 12889 |
kshitij.so |
132 |
<td class="detail">FBA Tax Code (Maharashtra)</td>
|
| 8620 |
kshitij.so |
133 |
<td class="value">
|
|
|
134 |
#if($itemDetail.getTaxCode())
|
|
|
135 |
<input id="taxCode" name="taxCode" value='$itemDetail.getTaxCode()'type="text"/></td>
|
|
|
136 |
#else
|
|
|
137 |
<input id="taxCode" name="taxCode" value=''type="text"/></td>
|
|
|
138 |
#end
|
| 7283 |
kshitij.so |
139 |
</tr>
|
| 10922 |
kshitij.so |
140 |
<tr>
|
| 12889 |
kshitij.so |
141 |
<td class="detail">FBB Tax Code (Bangalore)</td>
|
| 10922 |
kshitij.so |
142 |
<td class="value">
|
|
|
143 |
#if($itemDetail.getFbbtaxCode())
|
|
|
144 |
<input id="fbbTaxCode" name="fbbTaxCode" value='$itemDetail.getFbbtaxCode()'type="text"/></td>
|
|
|
145 |
#else
|
|
|
146 |
<input id="fbbTaxCode" name="fbbTaxCode" value=''type="text"/></td>
|
|
|
147 |
#end
|
|
|
148 |
</tr>
|
| 7283 |
kshitij.so |
149 |
<tr>
|
| 12889 |
kshitij.so |
150 |
<td class="detail">FBG Tax Code (Gurgaon)</td>
|
|
|
151 |
<td class="value">
|
|
|
152 |
#if($itemDetail.getFbgtaxCode())
|
|
|
153 |
<input id="fbgTaxCode" name="fbgTaxCode" value='$itemDetail.getFbgtaxCode()'type="text"/></td>
|
|
|
154 |
#else
|
|
|
155 |
<input id="fbgTaxCode" name="fbgTaxCode" value=''type="text"/></td>
|
|
|
156 |
#end
|
|
|
157 |
</tr>
|
|
|
158 |
<tr>
|
| 15703 |
kshitij.so |
159 |
<td class="detail">FBD Tax Code (Delhi)</td>
|
|
|
160 |
<td class="value">
|
|
|
161 |
#if($itemDetail.getFbdtaxCode())
|
|
|
162 |
<input id="fbdTaxCode" name="fbdTaxCode" value='$itemDetail.getFbdtaxCode()'type="text"/></td>
|
|
|
163 |
#else
|
|
|
164 |
<input id="fbdTaxCode" name="fbdTaxCode" value=''type="text"/></td>
|
|
|
165 |
#end
|
|
|
166 |
</tr>
|
|
|
167 |
<tr>
|
| 7603 |
kshitij.so |
168 |
<td class="detail">MFN Listing</td>
|
| 7283 |
kshitij.so |
169 |
<td class="value">#if ($itemDetail.isIsNonFba())
|
| 8401 |
kshitij.so |
170 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
171 |
<input name="isNonFba" value='True' type="hidden"/>
|
| 7283 |
kshitij.so |
172 |
#else
|
| 8401 |
kshitij.so |
173 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
174 |
<input name="isNonFba" value='False' type="hidden"/>
|
| 7283 |
kshitij.so |
175 |
#end
|
|
|
176 |
</td>
|
|
|
177 |
</tr>
|
|
|
178 |
<tr>
|
| 12889 |
kshitij.so |
179 |
<td class="detail">FBA Listing (Maharashtra)</td>
|
| 10938 |
kshitij.so |
180 |
<td class="value">#if ($itemDetail.isIsFba())
|
|
|
181 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
182 |
<input name="isFba" value='True' type="hidden"/>
|
|
|
183 |
#else
|
|
|
184 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
185 |
<input name="isFba" value='False' type="hidden"/>
|
|
|
186 |
#end</td>
|
| 7283 |
kshitij.so |
187 |
</tr>
|
| 10922 |
kshitij.so |
188 |
<tr>
|
| 12889 |
kshitij.so |
189 |
<td class="detail">FBB Listing (Bangalore)</td>
|
| 10922 |
kshitij.so |
190 |
<td class="value">#if ($itemDetail.isIsFbb())
|
| 10926 |
kshitij.so |
191 |
<select name="isFbb"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| 10922 |
kshitij.so |
192 |
#else
|
| 10926 |
kshitij.so |
193 |
<select name="isFbb"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 10922 |
kshitij.so |
194 |
#end
|
|
|
195 |
</td>
|
|
|
196 |
</tr>
|
| 10938 |
kshitij.so |
197 |
<tr>
|
| 12889 |
kshitij.so |
198 |
<td class="detail">FBG Listing (Gurgaon)</td>
|
|
|
199 |
<td class="value">#if ($itemDetail.isIsFbg())
|
|
|
200 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
201 |
<input name="isFbg" value='True' type="hidden"/>
|
|
|
202 |
#else
|
|
|
203 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
204 |
<input name="isFbg" value='False' type="hidden"/>
|
|
|
205 |
#end
|
|
|
206 |
</td>
|
|
|
207 |
</tr>
|
|
|
208 |
<tr>
|
| 15703 |
kshitij.so |
209 |
<td class="detail">FBD Listing (Delhi)</td>
|
|
|
210 |
<td class="value">#if ($itemDetail.isIsFbd())
|
|
|
211 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
212 |
<input name="isFbd" value='True' type="hidden"/>
|
|
|
213 |
#else
|
|
|
214 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
215 |
<input name="isFbd" value='False' type="hidden"/>
|
|
|
216 |
#end
|
|
|
217 |
</td>
|
|
|
218 |
</tr>
|
|
|
219 |
<tr>
|
| 10938 |
kshitij.so |
220 |
<td class="detail">MFN Price</td>
|
|
|
221 |
<td class="value"><input id="sellingPrice" name="sellingPrice" value='$itemDetail.getSellingPrice()'type="text"/></td>
|
|
|
222 |
</tr>
|
|
|
223 |
<tr>
|
| 12889 |
kshitij.so |
224 |
<td class="detail">FBA Price (Maharashtra)</td>
|
| 10938 |
kshitij.so |
225 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
|
|
226 |
</tr>
|
| 12449 |
kshitij.so |
227 |
<tr>
|
| 12889 |
kshitij.so |
228 |
<td class="detail">FBB Price (Bangalore)</td>
|
| 12449 |
kshitij.so |
229 |
<td class="value"><input id="fbbPrice" name="fbbPrice" value='$itemDetail.getFbbPrice()'type="text"/></td>
|
|
|
230 |
</tr>
|
|
|
231 |
<tr>
|
| 12889 |
kshitij.so |
232 |
<td class="detail">FBG Price (Gurgaon)</td>
|
|
|
233 |
<td class="value"><input id="fbgPrice" name="fbgPrice" value='$itemDetail.getFbgPrice()'type="text"/></td>
|
|
|
234 |
</tr>
|
|
|
235 |
<tr>
|
| 15703 |
kshitij.so |
236 |
<td class="detail">FBD Price (Delhi)</td>
|
|
|
237 |
<td class="value"><input id="fbdPrice" name="fbdPrice" value='$itemDetail.getFbdPrice()'type="text"/></td>
|
|
|
238 |
</tr>
|
|
|
239 |
<tr>
|
| 12449 |
kshitij.so |
240 |
<td class="detail">WANLC</td>
|
|
|
241 |
<td class="value"><input id="wanlc" name="wanlc" value='$action.getWanlcForItem("$itemDetail.getItemid()")'type="text" disabled/></td>
|
|
|
242 |
</tr>
|
| 12661 |
kshitij.so |
243 |
<!--<tr>
|
| 12449 |
kshitij.so |
244 |
<td class="detail">FBA Sale Price</td>
|
|
|
245 |
<td class="value"><input id="fbaSalePrice" name="fbaSalePrice" value='$itemDetail.getFbaSalePrice()'type="text" disabled/></td>
|
|
|
246 |
</tr>
|
|
|
247 |
<tr>
|
|
|
248 |
<td class="detail">FBB Sale Price</td>
|
|
|
249 |
<td class="value"><input id="fbbSalePrice" name="fbbSalePrice" value='$itemDetail.getFbbSalePrice()'type="text" disabled/></td>
|
| 12661 |
kshitij.so |
250 |
</tr>-->
|
| 8620 |
kshitij.so |
251 |
</tbody>
|
|
|
252 |
</table>
|
|
|
253 |
</div>
|
|
|
254 |
<div class="left" style="float: right; width: 48%;">
|
|
|
255 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
|
|
256 |
<thead>
|
|
|
257 |
</thead>
|
|
|
258 |
<tbody>
|
| 7283 |
kshitij.so |
259 |
<tr>
|
| 15703 |
kshitij.so |
260 |
<td class="detail">Exceptional WANLC</td>
|
|
|
261 |
<td class="value"><input id="exceptionalWanlc" name="exceptionalWanlc" value='$itemDetail.getExceptionalWanlc()'type="text" /></td>
|
|
|
262 |
</tr>
|
|
|
263 |
<tr>
|
| 12889 |
kshitij.so |
264 |
<td class="detail">Other Cost</td>
|
|
|
265 |
<td class="value"><input id="otherCost" name="otherCost" value='$itemDetail.getOtherCost()'type="text"></td>
|
|
|
266 |
</tr>
|
|
|
267 |
<tr>
|
| 12449 |
kshitij.so |
268 |
<td class="detail">WANLC Override</td>
|
|
|
269 |
<td class="value">#if ($itemDetail.isOverrrideWanlc())
|
|
|
270 |
<select name="overrrideWanlc"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
271 |
#else
|
|
|
272 |
<select name="overrrideWanlc"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
273 |
#end
|
|
|
274 |
</td>
|
|
|
275 |
</tr>
|
|
|
276 |
<tr>
|
|
|
277 |
<td class="detail">Auto Favourite</td>
|
|
|
278 |
<td class="value">#if ($itemDetail.isAutoFavourite())
|
| 12454 |
kshitij.so |
279 |
<select name="autoFavourite"><option selected="selected" value="True">Active</option></select>
|
| 12449 |
kshitij.so |
280 |
#else
|
| 12454 |
kshitij.so |
281 |
<select name="autoFavourite"><option selected="selected" value="False">InActive</option></select>
|
| 12449 |
kshitij.so |
282 |
#end
|
|
|
283 |
</td>
|
|
|
284 |
</tr>
|
|
|
285 |
<tr>
|
|
|
286 |
<td class="detail">Manual Favourite</td>
|
|
|
287 |
<td class="value">#if ($itemDetail.isManualFavourite())
|
|
|
288 |
<select name="manualFavourite"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
289 |
#else
|
|
|
290 |
<select name="manualFavourite"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
291 |
#end
|
|
|
292 |
</td>
|
|
|
293 |
</tr>
|
|
|
294 |
<tr>
|
|
|
295 |
<td class="detail">Auto Increment</td>
|
|
|
296 |
<td class="value">#if ($itemDetail.isAutoIncrement())
|
|
|
297 |
<select name="autoIncrement"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
298 |
#else
|
|
|
299 |
<select name="autoIncrement"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
300 |
#end
|
|
|
301 |
</td>
|
|
|
302 |
</tr>
|
|
|
303 |
<tr>
|
|
|
304 |
<td class="detail">Auto Decrement</td>
|
|
|
305 |
<td class="value">#if ($itemDetail.isAutoDecrement())
|
|
|
306 |
<select name="autoDecrement"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
307 |
#else
|
|
|
308 |
<select name="autoDecrement"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
309 |
#end
|
|
|
310 |
</td>
|
|
|
311 |
</tr>
|
|
|
312 |
<tr>
|
| 7834 |
vikram.rag |
313 |
<td class="detail">Inventory Override</td>
|
| 7283 |
kshitij.so |
314 |
<td class="value">#if ($itemDetail.isIsInventoryOverride())
|
| 7591 |
kshitij.so |
315 |
<select name="isInventoryOverride"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| 7283 |
kshitij.so |
316 |
#else
|
| 7591 |
kshitij.so |
317 |
<select name="isInventoryOverride"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 7283 |
kshitij.so |
318 |
#end
|
|
|
319 |
</td>
|
|
|
320 |
</tr>
|
|
|
321 |
<tr>
|
| 10938 |
kshitij.so |
322 |
<td class="detail">Suppress MFN Price</td>
|
|
|
323 |
<td class="value">#if ($itemDetail.isSuppressMfnPriceUpdate())
|
|
|
324 |
<select name="suppressMfnPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
325 |
#else
|
|
|
326 |
<select name="suppressMfnPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
327 |
#end
|
|
|
328 |
</td>
|
|
|
329 |
</tr>
|
|
|
330 |
<tr>
|
| 12889 |
kshitij.so |
331 |
<td class="detail">Suppress FBA Price (Maharashtra)</td>
|
| 8168 |
kshitij.so |
332 |
<td class="value">#if ($itemDetail.isSuppressFbaPriceUpdate())
|
|
|
333 |
<select name="suppressFbaPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
334 |
#else
|
|
|
335 |
<select name="suppressFbaPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
336 |
#end</td>
|
|
|
337 |
</tr>
|
|
|
338 |
<tr>
|
| 12889 |
kshitij.so |
339 |
<td class="detail">Suppress FBB Price (Bangalore)</td>
|
| 10922 |
kshitij.so |
340 |
<td class="value">#if ($itemDetail.isSuppressFbbPriceUpdate())
|
|
|
341 |
<select name="suppressFbbPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
342 |
#else
|
|
|
343 |
<select name="suppressFbbPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
344 |
#end</td>
|
|
|
345 |
</tr>
|
|
|
346 |
<tr>
|
| 12889 |
kshitij.so |
347 |
<td class="detail">Suppress FBG Price (Gurgaon)</td>
|
|
|
348 |
<td class="value">#if ($itemDetail.isSuppressFbgPriceUpdate())
|
|
|
349 |
<select name="suppressFbgPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
350 |
#else
|
|
|
351 |
<select name="suppressFbgPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
352 |
#end</td>
|
|
|
353 |
</tr>
|
|
|
354 |
<tr>
|
| 15703 |
kshitij.so |
355 |
<td class="detail">Suppress FBD Price (Delhi)</td>
|
|
|
356 |
<td class="value">#if ($itemDetail.isSuppressFbdPriceUpdate())
|
|
|
357 |
<select name="suppressFbdPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
|
|
358 |
#else
|
|
|
359 |
<select name="suppressFbdPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
|
|
360 |
#end</td>
|
|
|
361 |
</tr>
|
|
|
362 |
|
|
|
363 |
<tr>
|
| 7365 |
kshitij.so |
364 |
<td class="detail">Lead Time To Ship</td>
|
|
|
365 |
<td class="value">
|
|
|
366 |
#if ( !$itemDetail.isIsCustomTime() )
|
| 7591 |
kshitij.so |
367 |
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
|
| 7365 |
kshitij.so |
368 |
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
|
|
|
369 |
<span>Days</span>
|
| 7591 |
kshitij.so |
370 |
<input type="radio" value="True" name="isTime" style="width: 10%;">Custom
|
| 7365 |
kshitij.so |
371 |
<input type="text" value='$itemDetail.getHandlingTime()' name="customHandlingTime" id="customHandlingTime" style="width: 10%;">
|
|
|
372 |
<span>Days</span>
|
|
|
373 |
#else
|
| 7591 |
kshitij.so |
374 |
<input type="radio" value="False" name="isTime" style="width: 10%;">Default
|
| 7365 |
kshitij.so |
375 |
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
|
|
|
376 |
<span>Days</span>
|
| 7591 |
kshitij.so |
377 |
<input type="radio" value="True" name="isTime" checked="checked" style="width: 10%;">Custom
|
| 7365 |
kshitij.so |
378 |
<input type="text" value='$itemDetail.getHandlingTime()' name="customHandlingTime" id="customHandlingTime" style="width: 10%;">
|
|
|
379 |
<span>Days</span>
|
|
|
380 |
#end
|
|
|
381 |
</td>
|
|
|
382 |
</tr>
|
|
|
383 |
<tr>
|
| 7603 |
kshitij.so |
384 |
<td class="detail">Risky Inventory / Virtual Inventory</td>
|
| 7461 |
kshitij.so |
385 |
<td class="value">
|
| 7603 |
kshitij.so |
386 |
<span>Risky Inventory</span>
|
| 7461 |
kshitij.so |
387 |
<input type="text" value='$item.getHoldInventory()' name="holdInventory" id="holdInventory" style="width: 10%;">
|
| 7603 |
kshitij.so |
388 |
<span>Virtual Inventory</span>
|
| 7461 |
kshitij.so |
389 |
<input type="text" value='$item.getDefaultInventory()' name="defaultInventory" id="defaultInventory" style="width: 10%;">
|
|
|
390 |
</td>
|
|
|
391 |
</tr>
|
|
|
392 |
<tr>
|
| 7283 |
kshitij.so |
393 |
<td class="detail">Action</td>
|
|
|
394 |
<td class="value"><input type="submit" value="Update" name="upload" style="width: 25%;">
|
|
|
395 |
<input type="button" style="padding-left: 5px; margin-left: 10px;width: 25%;" id="cancelbutton" name="cancel" value="Cancel">
|
| 12661 |
kshitij.so |
396 |
</td>
|
| 7283 |
kshitij.so |
397 |
</tr>
|
|
|
398 |
</tbody>
|
|
|
399 |
</table>
|
| 8620 |
kshitij.so |
400 |
</div>
|
| 7283 |
kshitij.so |
401 |
</form>
|
| 12661 |
kshitij.so |
402 |
<!--Amazon Promotion Starts -->
|
|
|
403 |
<table style="text-align: center;width: 100%;">
|
|
|
404 |
<thead>
|
|
|
405 |
<tr>
|
|
|
406 |
<th>Amazon WPI Promotion</th>
|
|
|
407 |
</tr>
|
|
|
408 |
</thead>
|
|
|
409 |
<tbody></tbody>
|
|
|
410 |
</table>
|
|
|
411 |
<form id="amazon-promo-form" action="/Support/amazon-list!updatePromotion" enctype="multipart/form-data" method="post">
|
| 15703 |
kshitij.so |
412 |
<div class="left" style="float: left; width: 50%;">
|
| 12661 |
kshitij.so |
413 |
#if ($itemDetail.isIsFbaPromotionActive())
|
|
|
414 |
#set($dis-fba="")
|
|
|
415 |
#else
|
|
|
416 |
#set($dis-fba="disabled")
|
|
|
417 |
#end
|
|
|
418 |
<table id="upload-promo" style="text-align: center;width: 100%;height:200px;">
|
|
|
419 |
<thead>
|
|
|
420 |
</thead>
|
|
|
421 |
<tbody>
|
|
|
422 |
<tr style="display:none;">
|
|
|
423 |
<td class="detail">Item Id</td>
|
|
|
424 |
<td class="value"><input id="promoItemId" name="promoItemId" value='$itemDetail.getItemid()' type="text" ></td>
|
|
|
425 |
</tr>
|
|
|
426 |
<tr>
|
|
|
427 |
#if ($itemDetail.isIsFbaPromotionActive())
|
|
|
428 |
<td class="detail" colspan="2" style="color:green;">FBA PROMO ACTIVE</td>
|
|
|
429 |
#else
|
|
|
430 |
<td class="detail" colspan="2" style="color:red;">FBA PROMO INACTIVE</td>
|
|
|
431 |
#end
|
|
|
432 |
</tr>
|
|
|
433 |
<tr>
|
|
|
434 |
<td class="detail">Fba Promo Price</td>
|
| 12889 |
kshitij.so |
435 |
<td class="value"><input id="fbaPromoPrice" class="extended" name="fbaPromoPrice" value='$itemDetail.getFbaPromoPrice()' type="text" $dis-fba></td>
|
| 12661 |
kshitij.so |
436 |
</tr>
|
|
|
437 |
<tr>
|
|
|
438 |
<td class="detail">Fba Max Promo Price</td>
|
|
|
439 |
<td class="value">
|
| 12889 |
kshitij.so |
440 |
<input id="fbaMaxSalePrice" class="extended" name="fbaMaxSalePrice" value='$itemDetail.getMaxFbaSalePrice()' type="text" disabled/>
|
| 12661 |
kshitij.so |
441 |
</td>
|
|
|
442 |
</tr>
|
|
|
443 |
<tr>
|
|
|
444 |
<td class="detail">Fba Promo Start Date</td>
|
|
|
445 |
<td class="value">
|
| 12889 |
kshitij.so |
446 |
<input id="fbaPromoStartDate" class="extended" name="fbaPromoStartDate" value='$action.getDate($itemDetail.getFbaPromoStartDate())' type="text" disabled/>
|
| 12661 |
kshitij.so |
447 |
</td>
|
|
|
448 |
</tr>
|
|
|
449 |
<tr>
|
|
|
450 |
<td class="detail">Fba Promo End Date</td>
|
|
|
451 |
<td class="value">
|
| 12889 |
kshitij.so |
452 |
<input id="fbaPromoEndDate" class="extended" name="fbaPromoEndDate" value='$action.getDate($itemDetail.getFbaPromoEndDate())' type="text" disabled/>
|
| 12661 |
kshitij.so |
453 |
</td>
|
|
|
454 |
</tr>
|
| 12889 |
kshitij.so |
455 |
</tbody>
|
| 12661 |
kshitij.so |
456 |
</table>
|
|
|
457 |
</div>
|
| 15703 |
kshitij.so |
458 |
<div class="left" style="float: right;width:50%;">
|
| 12661 |
kshitij.so |
459 |
#if ($itemDetail.isIsFbbPromotionActive())
|
|
|
460 |
#set($dis-fbb="")
|
|
|
461 |
#else
|
|
|
462 |
#set($dis-fbb="disabled")
|
|
|
463 |
#end
|
|
|
464 |
<table id="upload-promo-right" style="text-align: center;width: 100%;height:200px;">
|
|
|
465 |
<thead>
|
|
|
466 |
</thead>
|
|
|
467 |
<tbody>
|
|
|
468 |
<tr>
|
|
|
469 |
#if ($itemDetail.isIsFbbPromotionActive())
|
|
|
470 |
<td class="detail" colspan="2" style="color:green;">FBB PROMO ACTIVE</td>
|
|
|
471 |
#else
|
|
|
472 |
<td class="detail" colspan="2" style="color:red;">FBB PROMO INACTIVE</td>
|
|
|
473 |
#end
|
|
|
474 |
</tr>
|
|
|
475 |
<tr>
|
|
|
476 |
<td class="detail">Fbb Promo Price</td>
|
| 12889 |
kshitij.so |
477 |
<td class="value"><input id="fbbPromoPrice" class="extended" name="fbbPromoPrice" value='$itemDetail.getFbbPromoPrice()' type="text" $dis-fbb></td>
|
| 12661 |
kshitij.so |
478 |
</tr>
|
|
|
479 |
<tr>
|
|
|
480 |
<td class="detail">Fbb Max Promo Price</td>
|
|
|
481 |
<td class="value">
|
| 12889 |
kshitij.so |
482 |
<input id="fbbMaxSalePrice" class="extended" name="fbbMaxSalePrice" value='$itemDetail.getMaxFbbSalePrice()' type="text" disabled/></td>
|
| 12661 |
kshitij.so |
483 |
</tr>
|
|
|
484 |
<tr>
|
|
|
485 |
<td class="detail">Fbb Promo Start Date</td>
|
|
|
486 |
<td class="value">
|
| 12889 |
kshitij.so |
487 |
<input id="fbbPromoStartDate" class="extended" name="fbbPromoStartDate" value='$action.getDate($itemDetail.getFbbPromoStartDate())' type="text" disabled/>
|
| 12661 |
kshitij.so |
488 |
</td>
|
|
|
489 |
</tr>
|
|
|
490 |
<tr>
|
|
|
491 |
<td class="detail">Fbb Promo End Date</td>
|
|
|
492 |
<td class="value">
|
| 12889 |
kshitij.so |
493 |
<input id="fbbPromoEndDate" class="extended" name="fbbPromoEndDate" value='$action.getDate($itemDetail.getFbbPromoEndDate())' type="text" disabled/>
|
| 12661 |
kshitij.so |
494 |
</td>
|
|
|
495 |
</tr>
|
| 15703 |
kshitij.so |
496 |
</tbody>
|
|
|
497 |
</table>
|
|
|
498 |
</div>
|
|
|
499 |
|
|
|
500 |
<div class="left" style="float: left;width:50%;">
|
|
|
501 |
#if ($itemDetail.isIsFbdPromotionActive())
|
|
|
502 |
#set($dis-fbd="")
|
|
|
503 |
#else
|
|
|
504 |
#set($dis-fbd="disabled")
|
|
|
505 |
#end
|
|
|
506 |
<table id="upload-promo-fbd" style="text-align: center;width: 100%;height:200px;">
|
|
|
507 |
<thead>
|
|
|
508 |
</thead>
|
|
|
509 |
<tbody>
|
|
|
510 |
<tr>
|
|
|
511 |
#if ($itemDetail.isIsFbdPromotionActive())
|
|
|
512 |
<td class="detail" colspan="2" style="color:green;">FBD PROMO ACTIVE</td>
|
|
|
513 |
#else
|
|
|
514 |
<td class="detail" colspan="2" style="color:red;">FBD PROMO INACTIVE</td>
|
|
|
515 |
#end
|
|
|
516 |
</tr>
|
|
|
517 |
<tr>
|
|
|
518 |
<td class="detail">Fbd Promo Price</td>
|
|
|
519 |
<td class="value"><input id="fbdPromoPrice" class="extended" name="fbdPromoPrice" value='$itemDetail.getFbdPromoPrice()' type="text" $dis-fbd></td>
|
|
|
520 |
</tr>
|
|
|
521 |
<tr>
|
|
|
522 |
<td class="detail">Fbd Max Promo Price</td>
|
|
|
523 |
<td class="value">
|
|
|
524 |
<input id="fbdMaxSalePrice" class="extended" name="fbdMaxSalePrice" value='$itemDetail.getMaxFbdSalePrice()' type="text" disabled/></td>
|
|
|
525 |
</tr>
|
|
|
526 |
<tr>
|
|
|
527 |
<td class="detail">Fbd Promo Start Date</td>
|
|
|
528 |
<td class="value">
|
|
|
529 |
<input id="fbdPromoStartDate" class="extended" name="fbdPromoStartDate" value='$action.getDate($itemDetail.getFbdPromoStartDate())' type="text" disabled/>
|
|
|
530 |
</td>
|
|
|
531 |
</tr>
|
|
|
532 |
<tr>
|
|
|
533 |
<td class="detail">Fbd Promo End Date</td>
|
|
|
534 |
<td class="value">
|
|
|
535 |
<input id="fbdPromoEndDate" class="extended" name="fbdPromoEndDate" value='$action.getDate($itemDetail.getFbdPromoEndDate())' type="text" disabled/>
|
|
|
536 |
</td>
|
|
|
537 |
</tr>
|
| 12661 |
kshitij.so |
538 |
<tr style="height:36px;">
|
| 15703 |
kshitij.so |
539 |
<td class="detail"></td>
|
|
|
540 |
<td class="detail"></td>
|
| 12889 |
kshitij.so |
541 |
</tr>
|
| 15703 |
kshitij.so |
542 |
</tbody>
|
| 12889 |
kshitij.so |
543 |
</table>
|
|
|
544 |
</div>
|
| 15703 |
kshitij.so |
545 |
|
|
|
546 |
|
|
|
547 |
|
|
|
548 |
|
|
|
549 |
|
|
|
550 |
|
|
|
551 |
|
|
|
552 |
|
|
|
553 |
|
|
|
554 |
|
|
|
555 |
|
|
|
556 |
|
|
|
557 |
|
|
|
558 |
<div class="left" style="float:right;width:50%;">
|
| 12889 |
kshitij.so |
559 |
#if ($itemDetail.isIsFbgPromotionActive())
|
|
|
560 |
#set($dis-fbg="")
|
|
|
561 |
#else
|
|
|
562 |
#set($dis-fbg="disabled")
|
|
|
563 |
#end
|
|
|
564 |
<table id="upload-promo-right-ex" style="text-align: center;width: 100%;height:200px;">
|
|
|
565 |
<thead>
|
|
|
566 |
</thead>
|
|
|
567 |
<tbody>
|
|
|
568 |
<tr>
|
|
|
569 |
#if ($itemDetail.isIsFbgPromotionActive())
|
|
|
570 |
<td class="detail" colspan="2" style="color:green;">FBG PROMO ACTIVE</td>
|
|
|
571 |
#else
|
|
|
572 |
<td class="detail" colspan="2" style="color:red;">FBG PROMO INACTIVE</td>
|
|
|
573 |
#end
|
|
|
574 |
</tr>
|
|
|
575 |
<tr>
|
|
|
576 |
<td class="detail">Fbg Promo Price</td>
|
|
|
577 |
<td class="value"><input id="fbgPromoPrice" class="extended" name="fbgPromoPrice" value='$itemDetail.getFbgPromoPrice()' type="text" $dis-fbg></td>
|
|
|
578 |
</tr>
|
|
|
579 |
<tr>
|
|
|
580 |
<td class="detail">Fbg Max Promo Price</td>
|
|
|
581 |
<td class="value">
|
|
|
582 |
<input id="fbgMaxSalePrice" name="fbgMaxSalePrice" class="extended" value='$itemDetail.getMaxFbgSalePrice()' type="text" disabled/></td>
|
|
|
583 |
</tr>
|
|
|
584 |
<tr>
|
|
|
585 |
<td class="detail">Fbg Promo Start Date</td>
|
|
|
586 |
<td class="value">
|
|
|
587 |
<input id="fbgPromoStartDate" name="fbgPromoStartDate" class="extended" value='$action.getDate($itemDetail.getFbgPromoStartDate())' type="text" disabled/>
|
|
|
588 |
</td>
|
|
|
589 |
</tr>
|
|
|
590 |
<tr>
|
|
|
591 |
<td class="detail">Fbg Promo End Date</td>
|
|
|
592 |
<td class="value">
|
|
|
593 |
<input id="fbgPromoEndDate" name="fbgPromoEndDate" class="extended" value='$action.getDate($itemDetail.getFbgPromoEndDate())' type="text" disabled/>
|
|
|
594 |
</td>
|
|
|
595 |
</tr>
|
|
|
596 |
<tr style="height:36px;">
|
| 15703 |
kshitij.so |
597 |
#if ($itemDetail.isIsFbaPromotionActive() || $itemDetail.isIsFbbPromotionActive() || $itemDetail.isIsFbgPromotionActive() || $itemDetail.isIsFbdPromotionActive())
|
|
|
598 |
<td class="value" colspan="2"><input type="submit" value="Update Promo" name="upload" style="width:60%;"></td>
|
| 12661 |
kshitij.so |
599 |
#else
|
| 15703 |
kshitij.so |
600 |
<td class="value" colspan="2"><input type="submit" value="Update Promo" name="upload" style="width:60%;" disabled></td>
|
| 12661 |
kshitij.so |
601 |
#end
|
|
|
602 |
</tr>
|
|
|
603 |
<tr style="display:none">
|
|
|
604 |
<td class="detail">Is Fba Promo</td>
|
|
|
605 |
<td class="value">
|
|
|
606 |
<input id="isFbaPromotionActive" name="isFbaPromotionActive" value='$itemDetail.isIsFbaPromotionActive()' type="text">
|
|
|
607 |
</td>
|
|
|
608 |
</tr>
|
|
|
609 |
<tr style="display:none;">
|
|
|
610 |
<td class="detail">Is Fbb Promo</td>
|
|
|
611 |
<td class="value">
|
|
|
612 |
<input id="isFbbPromotionActive" name="isFbbPromotionActive" value='$itemDetail.isIsFbbPromotionActive()' type="text">
|
|
|
613 |
</td>
|
|
|
614 |
</tr>
|
| 12889 |
kshitij.so |
615 |
<tr style="display:none;">
|
|
|
616 |
<td class="detail">Is Fbg Promo</td>
|
|
|
617 |
<td class="value">
|
|
|
618 |
<input id="isFbgPromotionActive" name="isFbgPromotionActive" value='$itemDetail.isIsFbgPromotionActive()' type="text">
|
|
|
619 |
</td>
|
|
|
620 |
</tr>
|
| 15703 |
kshitij.so |
621 |
<tr style="display:none;">
|
|
|
622 |
<td class="detail">Is Fbd Promo</td>
|
|
|
623 |
<td class="value">
|
|
|
624 |
<input id="isFbdPromotionActive" name="isFbdPromotionActive" value='$itemDetail.isIsFbdPromotionActive()' type="text">
|
|
|
625 |
</td>
|
|
|
626 |
</tr>
|
| 12889 |
kshitij.so |
627 |
</tbody>
|
| 12661 |
kshitij.so |
628 |
</table>
|
|
|
629 |
</div>
|
|
|
630 |
</form>
|
| 7283 |
kshitij.so |
631 |
#set($mapAvailable = $action.getAvailableItemInventory("$itemDetail.getItemid()"))
|
|
|
632 |
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))
|
| 8620 |
kshitij.so |
633 |
<div class="left" style="padding-top:10px;">
|
|
|
634 |
<table id="upload" style="text-align: center;width: 100%;font-size: 14px;padding-top:10px;">
|
| 7283 |
kshitij.so |
635 |
<thead>
|
|
|
636 |
<tr>
|
| 7365 |
kshitij.so |
637 |
<th colspan="3">Inventory Saholic & Amazon (Total)</th>
|
| 7283 |
kshitij.so |
638 |
</tr>
|
|
|
639 |
</thead>
|
|
|
640 |
<tbody>
|
|
|
641 |
<tr>
|
| 8620 |
kshitij.so |
642 |
<td class="detail" style="width:33%">Warehouse</td>
|
| 7283 |
kshitij.so |
643 |
<td class="value">Available</td>
|
|
|
644 |
<td class="value">Reserved</td>
|
|
|
645 |
</tr>
|
|
|
646 |
#foreach( $keyAvailable in $mapAvailable.keySet() )
|
|
|
647 |
<tr>
|
|
|
648 |
<td class="detail">$action.getWarehouseName("$keyAvailable")</td>
|
|
|
649 |
<td class="value">$mapAvailable.get($keyAvailable)</td>
|
|
|
650 |
<td class="value">$mapReserved.get($keyAvailable)</td>
|
|
|
651 |
</tr>
|
|
|
652 |
#end
|
|
|
653 |
</tbody>
|
|
|
654 |
</table>
|
| 7591 |
kshitij.so |
655 |
<br />
|
|
|
656 |
<br />
|
| 8620 |
kshitij.so |
657 |
</div>
|
| 7283 |
kshitij.so |
658 |
#set( $amazonInventory = $action.getInventoryForAmazonItem("$itemDetail.getItemid()") )
|
| 8620 |
kshitij.so |
659 |
#set( $amazonFbaInventory = $action.getFbaInventoryForAmazonItem("$itemDetail.getItemid()") )
|
|
|
660 |
<div class="right" style="padding-top:10px;">
|
| 7283 |
kshitij.so |
661 |
<table style="text-align: center; width: 100%; font-size: 14px;">
|
|
|
662 |
<thead>
|
|
|
663 |
<tr>
|
| 8620 |
kshitij.so |
664 |
<th colspan="3">Amazon Inventory</th>
|
| 7283 |
kshitij.so |
665 |
</tr>
|
|
|
666 |
</thead>
|
|
|
667 |
<tbody>
|
|
|
668 |
<tr>
|
| 8620 |
kshitij.so |
669 |
<td class="detail">MFN Available</td>
|
|
|
670 |
<td class="detail">MFN Reserved</td>
|
|
|
671 |
<td class="value">FBA Available</td>
|
| 7283 |
kshitij.so |
672 |
</tr>
|
|
|
673 |
<tr>
|
| 7316 |
kshitij.so |
674 |
#if ( !$amazonInventory.getAvailability() )
|
|
|
675 |
<td class="detail"></td>
|
|
|
676 |
#else
|
|
|
677 |
<td class="detail">$amazonInventory.getAvailability()</td>
|
|
|
678 |
#end
|
|
|
679 |
#if ( !$amazonInventory.getReserved() )
|
| 8620 |
kshitij.so |
680 |
<td class="detail"></td>
|
| 7316 |
kshitij.so |
681 |
#else
|
| 8620 |
kshitij.so |
682 |
<td class="detail">$amazonInventory.getReserved()</td>
|
|
|
683 |
#end
|
| 11201 |
kshitij.so |
684 |
#set($mumbai="False")
|
|
|
685 |
#set($bangalore="False")
|
| 15703 |
kshitij.so |
686 |
#set($gurgaon="False")
|
|
|
687 |
#set($delhi="False")
|
| 11197 |
kshitij.so |
688 |
<td class="value">
|
|
|
689 |
#foreach($amazonFbaInventoryLocationWise in $amazonFbaInventory)
|
| 11201 |
kshitij.so |
690 |
#if ($amazonFbaInventoryLocationWise.getLocation().toString()=="Mumbai")
|
|
|
691 |
#set($mumbai="True")
|
|
|
692 |
#end
|
|
|
693 |
#if ($amazonFbaInventoryLocationWise.getLocation().toString()=="Bangalore")
|
|
|
694 |
#set($bangalore="True")
|
|
|
695 |
#end
|
| 15703 |
kshitij.so |
696 |
#if ($amazonFbaInventoryLocationWise.getLocation().toString()=="Gurgaon")
|
|
|
697 |
#set($gurgaon="True")
|
|
|
698 |
#end
|
|
|
699 |
#if ($amazonFbaInventoryLocationWise.getLocation().toString()=="Delhi")
|
|
|
700 |
#set($delhi="True")
|
|
|
701 |
#end
|
| 11201 |
kshitij.so |
702 |
#end
|
|
|
703 |
#foreach($amazonFbaInventoryLocationWise in $amazonFbaInventory)
|
| 11197 |
kshitij.so |
704 |
$amazonFbaInventoryLocationWise.getLocation() - $amazonFbaInventoryLocationWise.getAvailability()
|
|
|
705 |
|
|
|
706 |
#end
|
| 15703 |
kshitij.so |
707 |
#if ($mumbai=="False")
|
|
|
708 |
Mumbai - 0
|
|
|
709 |
#end
|
|
|
710 |
#if ($bangalore=="False")
|
|
|
711 |
Bangalore - 0
|
|
|
712 |
#end
|
|
|
713 |
#if ($gurgaon=="False")
|
|
|
714 |
Gurgaon - 0
|
|
|
715 |
#end
|
|
|
716 |
#if ($delhi=="False")
|
|
|
717 |
Delhi - 0
|
|
|
718 |
#end
|
| 11197 |
kshitij.so |
719 |
</td>
|
| 8620 |
kshitij.so |
720 |
|
| 7316 |
kshitij.so |
721 |
|
| 7283 |
kshitij.so |
722 |
</tr>
|
|
|
723 |
</tbody>
|
|
|
724 |
</table>
|
| 8620 |
kshitij.so |
725 |
</div>
|