Subversion Repositories SmartDukaan

Rev

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

Rev 7366 Rev 7420
Line 2... Line 2...
2
    "-//W3C//DTD XHTML 1.1 Transitional//EN"
2
    "-//W3C//DTD XHTML 1.1 Transitional//EN"
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
    
4
    
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
<head>
6
<head>
-
 
7
<link type="image/x-icon" href="/Support/images/favicon_alt.ico" rel="shortcut icon">
7
#set ($itemDetail = $action.fetchItemDetail())
8
#set ($itemDetail = $action.fetchItemDetail())
8
#set ($item = $action.getSaholicItem("$itemDetail.getItemid()"))
9
#set ($item = $action.getSaholicItem("$itemDetail.getItemid()"))
9
<style>
10
<style>
10
* { font-family: Verdana; font-size: 96%; }
11
* { font-family: Verdana; font-size: 96%; }
11
		label {
12
		label {
Line 46... Line 47...
46
    border-bottom: 1px solid #B3C1DB;
47
    border-bottom: 1px solid #B3C1DB;
47
    border-right: 1px solid #CED9EC;
48
    border-right: 1px solid #CED9EC;
48
    color: #1F3D71;
49
    color: #1F3D71;
49
    height: 25px;
50
    height: 25px;
50
    padding: 10px 0 0 24px;
51
    padding: 10px 0 0 24px;
51
    width: 147px;
52
    width: 270px;
52
}
53
}
53
 
54
 
54
.value {
55
.value {
55
    border-bottom: 1px solid #B3C1DB;
56
    border-bottom: 1px solid #B3C1DB;
56
    border-right: 1px solid #CED9EC;
57
    border-right: 1px solid #CED9EC;
Line 62... Line 63...
62
select {
63
select {
63
    font-size: 12px;
64
    font-size: 12px;
64
    height: 83%;
65
    height: 83%;
65
    padding-top: 2px;
66
    padding-top: 2px;
66
    vertical-align: middle;
67
    vertical-align: middle;
-
 
68
	direction: ltr;
67
    padding-left: 70px;
69
	padding-left: 145px;
68
    font-weight: bold;
70
    font-weight: bold;
69
    width: 50%;
71
    width: 50%;
70
}
72
}
71
 
73
 
72
input {
74
input {
73
    font-size: 12px;
75
    font-size: 12px;
74
    text-align: center;
76
    text-align: center;
75
    width: 50%;
77
    width: 50%;
76
    font-weight: bold;
78
    font-weight: bold;
77
}
79
}
-
 
80
body {
-
 
81
    background: url("/Support/images/background_image.jpg") repeat scroll 0 0 transparent;
-
 
82
}
78
</style>
83
</style>
79
<link href="/Support/css/jquery.alerts.css" type="text/css" rel="stylesheet">
84
<link href="/Support/css/jquery.alerts.css" type="text/css" rel="stylesheet">
80
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
85
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
81
<script type="text/javascript" src="/Support/js/jquery.alerts.js"></script>
86
<script type="text/javascript" src="/Support/js/jquery.alerts.js"></script>
82
<script>
87
<script>
Line 103... Line 108...
103
if ( fbaPrice > saholicPrice || nonFbaPrice > saholicPrice )
108
if ( fbaPrice > saholicPrice || nonFbaPrice > saholicPrice )
104
  {
109
  {
105
  jAlert('Fba / Non Fba Price Cant Be Greater Than Saholic Price', 'ERROR');
110
  jAlert('Fba / Non Fba Price Cant Be Greater Than Saholic Price', 'ERROR');
106
  return false;
111
  return false;
107
  }
112
  }
-
 
113
if ( handlingTime > 30 || customHandlingTime > 30 )
108
  
114
  {
-
 
115
  jAlert('Unacceptable Value In Lead Time To Ship', 'ERROR');
-
 
116
  return false;
-
 
117
  }
109
}
118
}
110
 
119
 
111
</script>
120
</script>
112
<script type="text/javascript">
121
<script type="text/javascript">
113
$(document).ready(function() {
122
$(document).ready(function() {
Line 127... Line 136...
127
<body>
136
<body>
128
<div id="spinner" class="spinner" style="display:none;">
137
<div id="spinner" class="spinner" style="display:none;">
129
    <img id="img-spinner" src="/Support/images/spinner.gif" alt="Loading"/>
138
    <img id="img-spinner" src="/Support/images/spinner.gif" alt="Loading"/>
130
</div>
139
</div>
131
<br>
140
<br>
132
<div id="amazon-form" style="padding-top: 15px;padding-left: 10px;width: 40%; display: inline-block;">
141
<div id="amazon-form" style="padding-top: 25px;width: 70%; display: inline-block;">
133
<form id="upload" name="amazonList" action="/Support/amazon-list!update" onsubmit="return validateForm()" method="post">
142
<form id="upload" name="amazonList" action="/Support/amazon-list!update" onsubmit="return validateForm()" method="post">
134
<table style="text-align: center;width: 100%;">
143
<table style="text-align: center;width: 100%;">
135
<thead>
144
<thead>
136
<tr>
145
<tr>
137
<th colspan="2">Product Details</th>
146
<th colspan="2">Product Details</th>
Line 263... Line 272...
263
<br></br>
272
<br></br>
264
</form>
273
</form>
265
</div>
274
</div>
266
#set($mapAvailable = $action.getAvailableItemInventory("$itemDetail.getItemid()"))
275
#set($mapAvailable = $action.getAvailableItemInventory("$itemDetail.getItemid()"))
267
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))
276
#set($mapReserved = $action.getReservedItemInventory("$itemDetail.getItemid()"))
268
<div style="display: inline-block; position: absolute; width: 50%;margin-top:15px;margin-left:70px;">
277
<div style="width: 70%;margin-top:15px;">
269
	<table id="upload" style="text-align: center;width: 100%">
278
	<table id="upload" style="text-align: center;width: 100%">
270
<thead>
279
<thead>
271
<tr>
280
<tr>
272
<th colspan="3">Inventory Saholic & Amazon (Total)</th>
281
<th colspan="3">Inventory Saholic & Amazon (Total)</th>
273
</tr>
282
</tr>
Line 286... Line 295...
286
</tr>
295
</tr>
287
#end
296
#end
288
</tbody>
297
</tbody>
289
</table>
298
</table>
290
#set( $amazonInventory = $action.getInventoryForAmazonItem("$itemDetail.getItemid()") )
299
#set( $amazonInventory = $action.getInventoryForAmazonItem("$itemDetail.getItemid()") )
291
<div id="upload" style="display: inline-block; position: absolute; width: 100%; padding-top: 40px;">
300
<div id="upload" style="width: 100%; padding-top: 40px;">
292
	<table style="text-align: center; width: 100%; font-size: 14px;">
301
	<table style="text-align: center; width: 100%; font-size: 14px;">
293
<thead>
302
<thead>
294
<tr>
303
<tr>
295
<th colspan="2">Amazon Inventory</th>
304
<th colspan="2">Amazon Inventory</th>
296
</tr>
305
</tr>