Subversion Repositories SmartDukaan

Rev

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

Rev 7345 Rev 7351
Line 25... Line 25...
25
			<th>Active For Store?</th>
25
			<th>Active For Store?</th>
26
			<th>Action</th>
26
			<th>Action</th>
27
			<th>Min Price</th>
27
			<th>Min Price</th>
28
			<th>Max Price</th>
28
			<th>Max Price</th>
29
			<th>Min Advance Price</th>
29
			<th>Min Advance Price</th>
-
 
30
			<th>Absolute Advance Price</th>
30
			<th>Recommended Price</th>
31
			<th>Recommended Price</th>
31
			<th>Freebie ItemId</th>
32
			<th>Freebie ItemId</th>
32
			<th>Best Deal Text</th>
33
			<th>Best Deal Text</th>
33
        </tr>
34
        </tr>
34
    </thead>
35
    </thead>
Line 45... Line 46...
45
			<td><a href="$action.getServletContextPath()/store-admin/$item.getId()">Store Pricing</a></td>
46
			<td><a href="$action.getServletContextPath()/store-admin/$item.getId()">Store Pricing</a></td>
46
			<td>$sp.getMinPrice()</td>
47
			<td>$sp.getMinPrice()</td>
47
			<td>$sp.getMaxPrice()</td>
48
			<td>$sp.getMaxPrice()</td>
48
			<td>$sp.getMinAdvancePrice()</td>
49
			<td>$sp.getMinAdvancePrice()</td>
49
			<td>$sp.getRecommendedPrice()</td>
50
			<td>$sp.getRecommendedPrice()</td>
-
 
51
			<td>$sp.getAbsoluteMinPrice()</td>
50
			<td>$sp.getFreebieItemId()</td>
52
			<td>$sp.getFreebieItemId()</td>
51
			<td>$sp.getBestDealText()</td>
53
			<td>$sp.getBestDealText()</td>
52
		</tr>
54
		</tr>
53
		#end
55
		#end
54
	</tbody>
56
	</tbody>
Line 64... Line 66...
64
		Product Detail                     		<input type="text" disabled name="productName" value="$action.getProductNameFromItem($item)"><br>
66
		Product Detail                     		<input type="text" disabled name="productName" value="$action.getProductNameFromItem($item)"><br>
65
		Min Price: 								<input type="text" name="minPrice" value="$sp1.getMinPrice()"><br>
67
		Min Price: 								<input type="text" name="minPrice" value="$sp1.getMinPrice()"><br>
66
		Max Price: 								<input type="text" name="maxPrice" value="$sp1.getMaxPrice()"><br>
68
		Max Price: 								<input type="text" name="maxPrice" value="$sp1.getMaxPrice()"><br>
67
		Min Advance Amount: 					<input type="text" name="minAdvancePrice"  value="$sp1.getMinAdvancePrice()"><br>
69
		Min Advance Amount: 					<input type="text" name="minAdvancePrice"  value="$sp1.getMinAdvancePrice()"><br>
68
		Recommended Selling Price: 				<input type="text" name="recommendedPrice"  value="$sp1.getRecommendedPrice()"><br>
70
		Recommended Selling Price: 				<input type="text" name="recommendedPrice"  value="$sp1.getRecommendedPrice()"><br>
-
 
71
		Absolute Minimum Price: 				<input type="text" name="absoluteMinPrice"  value="$sp1.getAbsoluteMinPrice()"><br>
69
		Freebie ItemId: 						<input type="text" name="freebieItemId" value="$sp1.getFreebieItemId()"><br>
72
		Freebie ItemId: 						<input type="text" name="freebieItemId" value="$sp1.getFreebieItemId()"><br>
70
		Best Deal Text: 						<input type="text" name="bestDealText" value="$sp1.getBestDealText()"><br>
73
		Best Deal Text: 						<input type="text" name="bestDealText" value="$sp1.getBestDealText()"><br>
71
		Active on store:                        <input type="checkbox" name="activeonstore" #if($item.isActiveOnStore()) checked #end><br>
74
		Active on store:                        <input type="checkbox" name="activeonstore" #if($item.isActiveOnStore()) checked #end><br>
72
		<input type="submit" value="Update">
75
		<input type="submit" value="Update">
73
	</form>
76
	</form>