Subversion Repositories SmartDukaan

Rev

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

Rev 6071 Rev 6207
Line 31... Line 31...
31
					</div>
31
					</div>
32
					<div class="price-n-warranty left">
32
					<div class="price-n-warranty left">
33
						\#set($item = $itemDetails.get(0))
33
						\#set($item = $itemDetails.get(0))
34
						<div class="price">
34
						<div class="price">
35
							<span class="left label">All Inclusive Price:</span>
35
							<span class="left label">All Inclusive Price:</span>
-
 
36
							\#if ($AFTER_ARRIVAL)
-
 
37
								<span id="mrp" class="red bold">&nbsp;&nbsp;Coming Soon!</span>
-
 
38
							\#else	
36
							<div class="left rupeeimage"></div>
39
							<div class="left rupeeimage"></div>
37
						\#if($item.SHOWMRP.equals("true"))
40
						\#if($item.SHOWMRP.equals("true"))
38
							<span id="mrp" class="mrp bold">$item.MRP</span>
41
							<span id="mrp" class="mrp bold">$item.MRP</span>
39
						\#end
42
						\#end
40
							<span id="sp" class="list-price red bold">$item.SP</span>
43
							<span id="sp" class="list-price red bold">$item.SP</span>
41
						\#if($item.SHOWMRP.equals("true"))
44
						\#if($item.SHOWMRP.equals("true"))
42
							<span class="price-diff">(<span id="saving">$item.SAVING</span>% off)</span>
45
							<span class="price-diff">(<span id="saving">$item.SAVING</span>% off)</span>
43
						\#end
46
						\#end
-
 
47
						\#end
44
						</div>
48
						</div>
45
						<div class="warranty">
49
						<div class="warranty">
46
						#if($params.WARRANTY && $params.WARRANTY != "")
50
						#if($params.WARRANTY && $params.WARRANTY != "")
47
							<label class="bold">$params.WARRANTY</label><br />
51
							<label class="bold">$params.WARRANTY</label><br />
48
                        #end
52
                        #end