| 2433 |
rajveer |
1 |
<div class="productItem">
|
|
|
2 |
<div class="productImg">
|
|
|
3 |
<a href="$params.URL" title="$params.PROD_NAME">
|
| 3931 |
mandeep.dh |
4 |
<img src="$staticurl/images/media/${params.CATALOG_ID}/${params.IMAGE_PREFIX}-icon-${params.DEFAULT_IMAGE_SUFFIX}.jpg" alt="$params.PROD_NAME" title="$params.PROD_NAME"/>
|
| 2433 |
rajveer |
5 |
</a>
|
|
|
6 |
</div>
|
|
|
7 |
<div class="productDetails">
|
|
|
8 |
<div class="title">
|
|
|
9 |
<a href="$params.URL" title="$params.PROD_NAME">
|
|
|
10 |
$params.TITLE
|
|
|
11 |
</a>
|
|
|
12 |
</div>
|
|
|
13 |
<div class="productDesp">
|
|
|
14 |
<ul>
|
|
|
15 |
<li>$params.SNIPPET_1</li>
|
|
|
16 |
#if($params.SNIPPET_2)
|
|
|
17 |
<li>$params.SNIPPET_2</li>
|
|
|
18 |
#end
|
|
|
19 |
#if($params.SNIPPET_3)
|
|
|
20 |
<li>$params.SNIPPET_3</li>
|
|
|
21 |
#end
|
|
|
22 |
</ul>
|
|
|
23 |
</div>
|
|
|
24 |
</div>
|
|
|
25 |
\#if($itemDetails && $itemDetails.size() > 1)
|
|
|
26 |
<script>
|
|
|
27 |
var PARAMETERS_$params.CATALOG_ID = { \#foreach($item in $itemDetails) \#if($velocityCount == 1) $item.ITEM_ID : "$item.COLOR" \#else ,$item.ITEM_ID : "$item.COLOR" \#end \#end };
|
|
|
28 |
</script>
|
|
|
29 |
\#end
|
|
|
30 |
<div class="productPrice">
|
| 6241 |
amit.gupta |
31 |
\#if ($SHOW_PRICE=="FALSE")
|
| 6207 |
amit.gupta |
32 |
|
|
|
33 |
\#else
|
| 2433 |
rajveer |
34 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
|
|
35 |
<div class="originalPrice">Rs $minPriceItem.getMrp().intValue()</div>
|
|
|
36 |
\#end
|
|
|
37 |
<div class="newPrice">Rs $minPriceItem.getSellingPrice().intValue()</div>
|
| 6207 |
amit.gupta |
38 |
\#end
|
| 2433 |
rajveer |
39 |
</div>
|
|
|
40 |
<div class="productDetailsIcon">
|
| 5552 |
phani.kuma |
41 |
<a class="add-to-research-icon" id="list-$params.CATALOG_ID" href="#" title='Add to "Comparison List"' alt='Add to "Comparison List"'></a>
|
| 2433 |
rajveer |
42 |
\#if($itemDetails.size()<=1)
|
| 2760 |
rajveer |
43 |
<a class="add-to-cart-icon" id="list-$minPriceItem.getId()" catalogid="$params.CATALOG_ID" href="#" title='Add to Cart' alt='Add to Cart'></a>
|
| 2433 |
rajveer |
44 |
\#else
|
|
|
45 |
<a class="addtocart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
|
|
|
46 |
\#end
|
|
|
47 |
</div>
|
|
|
48 |
<div class="clearBoth"></div>
|
|
|
49 |
</div>
|