Subversion Repositories SmartDukaan

Rev

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

Rev 5232 Rev 6021
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
Line 72... Line 76...
72
							<div id="shipping_time_1" style="display:none">This Location is not serviceable</div>
76
							<div id="shipping_time_1" style="display:none">This Location is not serviceable</div>
73
							<div>This item has <label class="red">Free Shipping</label>.</div>
77
							<div>This item has <label class="red">Free Shipping</label>.</div>
74
							<div id="cod">You can pay by <span class="red">Cash on Delivery</span></div>
78
							<div id="cod">You can pay by <span class="red">Cash on Delivery</span></div>
75
						</div>
79
						</div>
76
					</div>
80
					</div>
-
 
81
					\#if ($AFTER_ARRIVAL)  
-
 
82
					<a id="addToCart" class="left" style="height: 39px; padding: 9px 0px 6px;">Tell me when available</a>
-
 
83
					\#else
77
					<a id="addToCart" class="left">ADD TO CART</a>
84
					<a id="addToCart" class="left">ADD TO CART</a>
-
 
85
					\#end
78
				</div>
86
				</div>
79
				<input id="item_id" name="item_id" value="$item.ITEM_ID" type="hidden" />
87
				<input id="item_id" name="item_id" value="$item.ITEM_ID" type="hidden" />
80
				<input id="catalog_id" name="catalog_id" value="$item.CATALOG_ID" type="hidden" />
88
				<input id="catalog_id" name="catalog_id" value="$item.CATALOG_ID" type="hidden" />
81
				<input type="hidden" value="$params.CATALOG_ID" id="product_id" name="">
89
				<input type="hidden" value="$params.CATALOG_ID" id="product_id" name="">
82
				<!-- /Product Detail -->
90
				<!-- /Product Detail -->
83
91