Subversion Repositories SmartDukaan

Rev

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

Rev 12661 Rev 12889
Line 26... Line 26...
26
#upload-promo tbody {
26
#upload-promo tbody {
27
    background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
27
    background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
28
    font-weight: bold;
28
    font-weight: bold;
29
}
29
}
30
 
30
 
-
 
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
 
31
#upload-promo-right > table {
41
#upload-promo-right > table {
32
    color: #747474;
42
    color: #747474;
33
    width: 100%;
43
    width: 100%;
-
 
44
	font-weight: bold;
34
}
45
}
35
 
46
 
-
 
47
#upload-promo-right-ex > table {
-
 
48
    color: #747474;
-
 
49
    width: 100%;
-
 
50
	font-weight: bold;
-
 
51
}
36
 
52
 
37
#upload-promo-right tbody {
53
#upload-promo-right tbody {
38
    background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
54
    background: url("/Support/images/center-bcg.png") repeat-y scroll right top #F6F6F6;
39
    font-weight: bold;
55
    font-weight: bold;
40
}
56
}
Line 69... Line 85...
69
    font-size: 12px;
85
    font-size: 12px;
70
    text-align: center;
86
    text-align: center;
71
    width: 50%;
87
    width: 50%;
72
    font-weight: bold;
88
    font-weight: bold;
73
}
89
}
-
 
90
 
-
 
91
.extended {
-
 
92
	width : 75%;
-
 
93
}
-
 
94
 
74
</style>
95
</style>
75
<link href="/Support/css/jquery.alerts.css" type="text/css" rel="stylesheet">
96
<link href="/Support/css/jquery.alerts.css" type="text/css" rel="stylesheet">
76
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
97
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
77
<script type="text/javascript" src="/Support/js/jquery.alerts.js"></script>
98
<script type="text/javascript" src="/Support/js/jquery.alerts.js"></script>
78
<script type="text/javascript">
99
<script type="text/javascript">
Line 95... Line 116...
95
<tr>
116
<tr>
96
<td class="detail">Product Description</td>
117
<td class="detail">Product Description</td>
97
<td class="value">$itemDetail.getItemid() | $itemDetail.getName()</td>
118
<td class="value">$itemDetail.getItemid() | $itemDetail.getName()</td>
98
</tr>
119
</tr>
99
<tr>
120
<tr>
100
<td class="detail">FBA Tax Code</td>
121
<td class="detail">FBA Tax Code (Maharashtra)</td>
101
<td class="value">
122
<td class="value">
102
	#if($itemDetail.getTaxCode())
123
	#if($itemDetail.getTaxCode())
103
	<input id="taxCode" name="taxCode" value='$itemDetail.getTaxCode()'type="text"/></td>
124
	<input id="taxCode" name="taxCode" value='$itemDetail.getTaxCode()'type="text"/></td>
104
	#else
125
	#else
105
	<input id="taxCode" name="taxCode" value=''type="text"/></td>
126
	<input id="taxCode" name="taxCode" value=''type="text"/></td>
106
	#end
127
	#end
107
</tr>
128
</tr>
108
<tr>
129
<tr>
109
<td class="detail">FBB Tax Code</td>
130
<td class="detail">FBB Tax Code (Bangalore)</td>
110
<td class="value">
131
<td class="value">
111
	#if($itemDetail.getFbbtaxCode())
132
	#if($itemDetail.getFbbtaxCode())
112
	<input id="fbbTaxCode" name="fbbTaxCode" value='$itemDetail.getFbbtaxCode()'type="text"/></td>
133
	<input id="fbbTaxCode" name="fbbTaxCode" value='$itemDetail.getFbbtaxCode()'type="text"/></td>
113
	#else
134
	#else
114
	<input id="fbbTaxCode" name="fbbTaxCode" value=''type="text"/></td>
135
	<input id="fbbTaxCode" name="fbbTaxCode" value=''type="text"/></td>
115
	#end
136
	#end
116
</tr>
137
</tr>
117
<tr>
138
<tr>
-
 
139
<td class="detail">FBG Tax Code (Gurgaon)</td>
-
 
140
<td class="value">
-
 
141
	#if($itemDetail.getFbgtaxCode())
-
 
142
	<input id="fbgTaxCode" name="fbgTaxCode" value='$itemDetail.getFbgtaxCode()'type="text"/></td>
-
 
143
	#else
-
 
144
	<input id="fbgTaxCode" name="fbgTaxCode" value=''type="text"/></td>
-
 
145
	#end
-
 
146
</tr>
-
 
147
<tr>
118
<td class="detail">MFN Listing</td>
148
<td class="detail">MFN Listing</td>
119
<td class="value">#if ($itemDetail.isIsNonFba())
149
<td class="value">#if ($itemDetail.isIsNonFba())
120
      <select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
150
      <select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
121
	  <input name="isNonFba" value='True' type="hidden"/>
151
	  <input name="isNonFba" value='True' type="hidden"/>
122
	  #else
152
	  #else
Line 124... Line 154...
124
		<input name="isNonFba" value='False' type="hidden"/>
154
		<input name="isNonFba" value='False' type="hidden"/>
125
	  #end
155
	  #end
126
</td>
156
</td>
127
</tr>
157
</tr>
128
<tr>
158
<tr>
129
<td class="detail">FBA Listing</td>
159
<td class="detail">FBA Listing (Maharashtra)</td>
130
<td class="value">#if ($itemDetail.isIsFba())
160
<td class="value">#if ($itemDetail.isIsFba())
131
      <select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
161
      <select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
132
	  <input name="isFba" value='True' type="hidden"/>
162
	  <input name="isFba" value='True' type="hidden"/>
133
	  #else
163
	  #else
134
		<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
164
		<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
135
		<input name="isFba" value='False' type="hidden"/>
165
		<input name="isFba" value='False' type="hidden"/>
136
	  #end</td>
166
	  #end</td>
137
</tr>
167
</tr>
138
<tr>
168
<tr>
139
<td class="detail">FBB Listing</td>
169
<td class="detail">FBB Listing (Bangalore)</td>
140
<td class="value">#if ($itemDetail.isIsFbb())
170
<td class="value">#if ($itemDetail.isIsFbb())
141
      <select name="isFbb"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
171
      <select name="isFbb"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
142
	  #else
172
	  #else
143
		<select name="isFbb"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
173
		<select name="isFbb"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
144
	  #end
174
	  #end
145
</td>
175
</td>
146
</tr>
176
</tr>
147
<tr>
177
<tr>
-
 
178
<td class="detail">FBG Listing (Gurgaon)</td>
-
 
179
<td class="value">#if ($itemDetail.isIsFbg())
-
 
180
      <select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
-
 
181
	  <input name="isFbg" value='True' type="hidden"/>
-
 
182
	  #else
-
 
183
		<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
-
 
184
		<input name="isFbg" value='False' type="hidden"/>
-
 
185
#end
-
 
186
</td>
-
 
187
</tr>
-
 
188
<tr>
148
<td class="detail">MFN Price</td>
189
<td class="detail">MFN Price</td>
149
<td class="value"><input id="sellingPrice" name="sellingPrice" value='$itemDetail.getSellingPrice()'type="text"/></td>
190
<td class="value"><input id="sellingPrice" name="sellingPrice" value='$itemDetail.getSellingPrice()'type="text"/></td>
150
</tr>
191
</tr>
151
<tr>
192
<tr>
152
<td class="detail">FBA Price</td>
193
<td class="detail">FBA Price (Maharashtra)</td>
153
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
194
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
154
</tr>
195
</tr>
155
<tr>
196
<tr>
156
<td class="detail">FBB Price</td>
197
<td class="detail">FBB Price (Bangalore)</td>
157
<td class="value"><input id="fbbPrice" name="fbbPrice" value='$itemDetail.getFbbPrice()'type="text"/></td>
198
<td class="value"><input id="fbbPrice" name="fbbPrice" value='$itemDetail.getFbbPrice()'type="text"/></td>
158
</tr>
199
</tr>
159
<tr>
200
<tr>
-
 
201
<td class="detail">FBG Price (Gurgaon)</td>
-
 
202
<td class="value"><input id="fbgPrice" name="fbgPrice" value='$itemDetail.getFbgPrice()'type="text"/></td>
-
 
203
</tr>
-
 
204
<tr>
160
<td class="detail">WANLC</td>
205
<td class="detail">WANLC</td>
161
<td class="value"><input id="wanlc" name="wanlc" value='$action.getWanlcForItem("$itemDetail.getItemid()")'type="text" disabled/></td>
206
<td class="value"><input id="wanlc" name="wanlc" value='$action.getWanlcForItem("$itemDetail.getItemid()")'type="text" disabled/></td>
162
</tr>
207
</tr>
163
<tr>
208
<tr>
164
<td class="detail">Exceptional WANLC</td>
209
<td class="detail">Exceptional WANLC</td>
Line 170... Line 215...
170
</tr>
215
</tr>
171
<tr>
216
<tr>
172
<td class="detail">FBB Sale Price</td>
217
<td class="detail">FBB Sale Price</td>
173
<td class="value"><input id="fbbSalePrice" name="fbbSalePrice" value='$itemDetail.getFbbSalePrice()'type="text" disabled/></td>
218
<td class="value"><input id="fbbSalePrice" name="fbbSalePrice" value='$itemDetail.getFbbSalePrice()'type="text" disabled/></td>
174
</tr>-->
219
</tr>-->
175
<tr>
-
 
176
<td class="detail">Other Cost</td>
-
 
177
<td class="value"><input id="otherCost" name="otherCost" value='$itemDetail.getOtherCost()'type="text"></td>
-
 
178
</tr>
-
 
179
</tbody>
220
</tbody>
180
</table>
221
</table>
181
</div>
222
</div>
182
<div class="left" style="float: right; width: 48%;">
223
<div class="left" style="float: right; width: 48%;">
183
<table id="upload" style="text-align: center;width: 100%;height:200px;">
224
<table id="upload" style="text-align: center;width: 100%;height:200px;">
184
<thead>
225
<thead>
185
</thead>
226
</thead>
186
<tbody>
227
<tbody>
187
<tr>
228
<tr>
-
 
229
<td class="detail">Other Cost</td>
-
 
230
<td class="value"><input id="otherCost" name="otherCost" value='$itemDetail.getOtherCost()'type="text"></td>
-
 
231
</tr>
-
 
232
<tr>
188
<td class="detail">WANLC Override</td>
233
<td class="detail">WANLC Override</td>
189
<td class="value">#if ($itemDetail.isOverrrideWanlc())
234
<td class="value">#if ($itemDetail.isOverrrideWanlc())
190
      <select name="overrrideWanlc"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
235
      <select name="overrrideWanlc"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
191
	  #else
236
	  #else
192
		<select name="overrrideWanlc"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
237
		<select name="overrrideWanlc"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
Line 246... Line 291...
246
		<select name="suppressMfnPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
291
		<select name="suppressMfnPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
247
	  #end
292
	  #end
248
</td>
293
</td>
249
</tr>
294
</tr>
250
<tr>
295
<tr>
251
<td class="detail">Suppress FBA Price</td>
296
<td class="detail">Suppress FBA Price (Maharashtra)</td>
252
<td class="value">#if ($itemDetail.isSuppressFbaPriceUpdate())
297
<td class="value">#if ($itemDetail.isSuppressFbaPriceUpdate())
253
      <select name="suppressFbaPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
298
      <select name="suppressFbaPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
254
	  #else
299
	  #else
255
		<select name="suppressFbaPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
300
		<select name="suppressFbaPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
256
	  #end</td>
301
	  #end</td>
257
</tr>
302
</tr>
258
<tr>
303
<tr>
259
<td class="detail">Suppress FBB Price</td>
304
<td class="detail">Suppress FBB Price (Bangalore)</td>
260
<td class="value">#if ($itemDetail.isSuppressFbbPriceUpdate())
305
<td class="value">#if ($itemDetail.isSuppressFbbPriceUpdate())
261
      <select name="suppressFbbPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
306
      <select name="suppressFbbPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
262
	  #else
307
	  #else
263
		<select name="suppressFbbPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
308
		<select name="suppressFbbPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
264
	  #end</td>
309
	  #end</td>
265
</tr>
310
</tr>
266
<tr>
311
<tr>
-
 
312
<td class="detail">Suppress FBG Price (Gurgaon)</td>
-
 
313
<td class="value">#if ($itemDetail.isSuppressFbgPriceUpdate())
-
 
314
      <select name="suppressFbgPriceUpdate"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
-
 
315
	  #else
-
 
316
		<select name="suppressFbgPriceUpdate"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
-
 
317
	  #end</td>
-
 
318
</tr>
-
 
319
<tr>
267
<td class="detail">Lead Time To Ship</td>
320
<td class="detail">Lead Time To Ship</td>
268
<td class="value">
321
<td class="value">
269
	#if ( !$itemDetail.isIsCustomTime() )
322
	#if ( !$itemDetail.isIsCustomTime() )
270
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
323
<input type="radio" value="False" name="isTime" checked="checked" style="width: 10%;">Default
271
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
324
<input type="text" value=$action.getTimetoShip("$itemDetail.getItemid()") name="handlingTime" id="handlingTime" style="width: 10%;" readonly/>
Line 310... Line 363...
310
	</tr>
363
	</tr>
311
</thead>
364
</thead>
312
<tbody></tbody>
365
<tbody></tbody>
313
</table>
366
</table>
314
<form id="amazon-promo-form" action="/Support/amazon-list!updatePromotion" enctype="multipart/form-data" method="post">
367
<form id="amazon-promo-form" action="/Support/amazon-list!updatePromotion" enctype="multipart/form-data" method="post">
315
<div class="left" style="float: left; width: 48%;">
368
<div class="left" style="float: left; width: 33%;">
316
#if ($itemDetail.isIsFbaPromotionActive())
369
#if ($itemDetail.isIsFbaPromotionActive())
317
	#set($dis-fba="")
370
	#set($dis-fba="")
318
#else
371
#else
319
	#set($dis-fba="disabled")
372
	#set($dis-fba="disabled")
320
#end
373
#end
Line 333... Line 386...
333
	<td class="detail" colspan="2" style="color:red;">FBA PROMO INACTIVE</td>
386
	<td class="detail" colspan="2" style="color:red;">FBA PROMO INACTIVE</td>
334
#end
387
#end
335
</tr>
388
</tr>
336
<tr>
389
<tr>
337
<td class="detail">Fba Promo Price</td>
390
<td class="detail">Fba Promo Price</td>
338
<td class="value"><input id="fbaPromoPrice" name="fbaPromoPrice" value='$itemDetail.getFbaPromoPrice()' type="text" $dis-fba></td>
391
<td class="value"><input id="fbaPromoPrice" class="extended" name="fbaPromoPrice" value='$itemDetail.getFbaPromoPrice()' type="text" $dis-fba></td>
339
</tr>
392
</tr>
340
<tr>
393
<tr>
341
<td class="detail">Fba Max Promo Price</td>
394
<td class="detail">Fba Max Promo Price</td>
342
<td class="value">
395
<td class="value">
343
	<input id="fbaMaxSalePrice" name="fbaMaxSalePrice" value='$itemDetail.getMaxFbaSalePrice()' type="text" disabled/>
396
	<input id="fbaMaxSalePrice" class="extended" name="fbaMaxSalePrice" value='$itemDetail.getMaxFbaSalePrice()' type="text" disabled/>
344
</td>
397
</td>
345
</tr>
398
</tr>
346
<tr>
399
<tr>
347
<td class="detail">Fba Promo Start Date</td>
400
<td class="detail">Fba Promo Start Date</td>
348
<td class="value">
401
<td class="value">
349
	<input id="fbaPromoStartDate" name="fbaPromoStartDate" value='$action.getDate($itemDetail.getFbaPromoStartDate())' type="text" disabled/>
402
	<input id="fbaPromoStartDate" class="extended" name="fbaPromoStartDate" value='$action.getDate($itemDetail.getFbaPromoStartDate())' type="text" disabled/>
350
</td>
403
</td>
351
</tr>
404
</tr>
352
<tr>
405
<tr>
353
<td class="detail">Fba Promo End Date</td>
406
<td class="detail">Fba Promo End Date</td>
354
<td class="value">
407
<td class="value">
355
	<input id="fbaPromoEndDate" name="fbaPromoEndDate" value='$action.getDate($itemDetail.getFbaPromoEndDate())' type="text" disabled/>
408
	<input id="fbaPromoEndDate" class="extended" name="fbaPromoEndDate" value='$action.getDate($itemDetail.getFbaPromoEndDate())' type="text" disabled/>
356
</td>
409
</td>
357
</tr>
410
</tr>
358
<tr>
411
<tr>
359
	<td colspan="2" class="detail">Update FBA/FBB Promo</td>
412
	<td colspan="2" class="detail"></td>
360
</tr>
413
</tr>
-
 
414
</tbody>
361
</table>
415
</table>
362
</div>
416
</div>
363
<div class="left" style="float: right; width: 48%;">
417
<div class="left" style="float: left;width:33%;">
364
#if ($itemDetail.isIsFbbPromotionActive())
418
#if ($itemDetail.isIsFbbPromotionActive())
365
	#set($dis-fbb="")
419
	#set($dis-fbb="")
366
#else
420
#else
367
	#set($dis-fbb="disabled")
421
	#set($dis-fbb="disabled")
368
#end
422
#end
Line 377... Line 431...
377
	<td class="detail" colspan="2" style="color:red;">FBB PROMO INACTIVE</td>
431
	<td class="detail" colspan="2" style="color:red;">FBB PROMO INACTIVE</td>
378
#end
432
#end
379
</tr>
433
</tr>
380
<tr>
434
<tr>
381
<td class="detail">Fbb Promo Price</td>
435
<td class="detail">Fbb Promo Price</td>
382
<td class="value"><input id="fbbPromoPrice" name="fbbPromoPrice" value='$itemDetail.getFbbPromoPrice()' type="text" $dis-fbb></td>
436
<td class="value"><input id="fbbPromoPrice" class="extended" name="fbbPromoPrice" value='$itemDetail.getFbbPromoPrice()' type="text" $dis-fbb></td>
383
</tr>
437
</tr>
384
<tr>
438
<tr>
385
<td class="detail">Fbb Max Promo Price</td>
439
<td class="detail">Fbb Max Promo Price</td>
386
<td class="value">
440
<td class="value">
387
	<input id="fbbMaxSalePrice" name="fbbMaxSalePrice" value='$itemDetail.getMaxFbbSalePrice()' type="text" disabled/></td>
441
	<input id="fbbMaxSalePrice" class="extended" name="fbbMaxSalePrice" value='$itemDetail.getMaxFbbSalePrice()' type="text" disabled/></td>
388
</tr>
442
</tr>
389
<tr>
443
<tr>
390
<td class="detail">Fbb Promo Start Date</td>
444
<td class="detail">Fbb Promo Start Date</td>
391
<td class="value">
445
<td class="value">
392
	<input id="fbbPromoStartDate" name="fbbPromoStartDate" value='$action.getDate($itemDetail.getFbbPromoStartDate())' type="text" disabled/>
446
	<input id="fbbPromoStartDate" class="extended" name="fbbPromoStartDate" value='$action.getDate($itemDetail.getFbbPromoStartDate())' type="text" disabled/>
393
</td>
447
</td>
394
</tr>
448
</tr>
395
<tr>
449
<tr>
396
<td class="detail">Fbb Promo End Date</td>
450
<td class="detail">Fbb Promo End Date</td>
397
<td class="value">
451
<td class="value">
398
	<input id="fbbPromoEndDate" name="fbbPromoEndDate" value='$action.getDate($itemDetail.getFbbPromoEndDate())' type="text" disabled/>
452
	<input id="fbbPromoEndDate" class="extended" name="fbbPromoEndDate" value='$action.getDate($itemDetail.getFbbPromoEndDate())' type="text" disabled/>
399
</td>
453
</td>
400
</tr>
454
</tr>
401
<tr style="height:36px;">
455
<tr style="height:36px;">
-
 
456
	<td class="value" colspan="2"></td>
-
 
457
</tr>
-
 
458
</tboy>
-
 
459
</table>
-
 
460
</div>
-
 
461
<div class="left" style="float:right;width:33%;">
-
 
462
#if ($itemDetail.isIsFbgPromotionActive())
-
 
463
	#set($dis-fbg="")
-
 
464
#else
-
 
465
	#set($dis-fbg="disabled")
-
 
466
#end
-
 
467
<table id="upload-promo-right-ex" style="text-align: center;width: 100%;height:200px;">
-
 
468
<thead>
-
 
469
</thead>
-
 
470
<tbody>
-
 
471
<tr>
-
 
472
#if ($itemDetail.isIsFbgPromotionActive())
-
 
473
	<td class="detail" colspan="2" style="color:green;">FBG PROMO ACTIVE</td>
-
 
474
#else
-
 
475
	<td class="detail" colspan="2" style="color:red;">FBG PROMO INACTIVE</td>
-
 
476
#end
-
 
477
</tr>
-
 
478
<tr>
-
 
479
<td class="detail">Fbg Promo Price</td>
-
 
480
<td class="value"><input id="fbgPromoPrice" class="extended" name="fbgPromoPrice" value='$itemDetail.getFbgPromoPrice()' type="text" $dis-fbg></td>
-
 
481
</tr>
-
 
482
<tr>
-
 
483
<td class="detail">Fbg Max Promo Price</td>
-
 
484
<td class="value">
-
 
485
	<input id="fbgMaxSalePrice" name="fbgMaxSalePrice" class="extended" value='$itemDetail.getMaxFbgSalePrice()' type="text" disabled/></td>
-
 
486
</tr>
-
 
487
<tr>
-
 
488
<td class="detail">Fbg Promo Start Date</td>
-
 
489
<td class="value">
-
 
490
	<input id="fbgPromoStartDate" name="fbgPromoStartDate" class="extended" value='$action.getDate($itemDetail.getFbgPromoStartDate())' type="text" disabled/>
-
 
491
</td>
-
 
492
</tr>
-
 
493
<tr>
-
 
494
<td class="detail">Fbg Promo End Date</td>
-
 
495
<td class="value">
-
 
496
	<input id="fbgPromoEndDate" name="fbgPromoEndDate" class="extended" value='$action.getDate($itemDetail.getFbgPromoEndDate())' type="text" disabled/>
-
 
497
</td>
-
 
498
</tr>
-
 
499
<tr style="height:36px;">
402
	#if ($itemDetail.isIsFbaPromotionActive() || $itemDetail.isIsFbbPromotionActive())
500
	#if ($itemDetail.isIsFbaPromotionActive() || $itemDetail.isIsFbbPromotionActive() || $itemDetail.isIsFbgPromotionActive())
403
		<td class="value" colspan="2"><input type="submit" value="Update FBA/FBB Promo" name="upload" style="width:40%;"></td>
501
		<td class="value" colspan="2"><input type="submit" value="Update FBA/FBB/FBG Promo" name="upload" style="width:60%;"></td>
404
	#else
502
	#else
405
		<td class="value" colspan="2"><input type="submit" value="Update FBA/FBB Promo" name="upload" style="width:40%;" disabled></td>
503
		<td class="value" colspan="2"><input type="submit" value="Update FBA/FBB/FBG Promo" name="upload" style="width:60%;" disabled></td>
406
	#end
504
	#end
407
</tr>
505
</tr>
408
<tr style="display:none">
506
<tr style="display:none">
409
<td class="detail">Is Fba Promo</td>
507
<td class="detail">Is Fba Promo</td>
410
<td class="value">
508
<td class="value">
Line 415... Line 513...
415
<td class="detail">Is Fbb Promo</td>
513
<td class="detail">Is Fbb Promo</td>
416
<td class="value">
514
<td class="value">
417
	<input id="isFbbPromotionActive" name="isFbbPromotionActive" value='$itemDetail.isIsFbbPromotionActive()' type="text">
515
	<input id="isFbbPromotionActive" name="isFbbPromotionActive" value='$itemDetail.isIsFbbPromotionActive()' type="text">
418
</td>
516
</td>
419
</tr>
517
</tr>
-
 
518
<tr style="display:none;">
-
 
519
<td class="detail">Is Fbg Promo</td>
-
 
520
<td class="value">
-
 
521
	<input id="isFbgPromotionActive" name="isFbgPromotionActive" value='$itemDetail.isIsFbgPromotionActive()' type="text">
-
 
522
</td>
-
 
523
</tr>
-
 
524
</tbody>
420
</table>
525
</table>
421
</div>
526
</div>
422
</form>
527
</form>
423
#set($mapAvailable = $action.getAvailableItemInventory("$itemDetail.getItemid()"))
528
#set($mapAvailable = $action.getAvailableItemInventory("$itemDetail.getItemid()"))
424
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))
529
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))