| 3827 |
rajveer |
1 |
<div class="home-listing-common-content-product left">
|
|
|
2 |
<div class="productItem" id="$params.CATALOG_ID">
|
| 2433 |
rajveer |
3 |
<div class="productImg">
|
| 4131 |
rajveer |
4 |
\#if($OFFER_TEXT)
|
| 5162 |
phani.kuma |
5 |
<div class="left offer" title="$OFFER_TEXT"></div>
|
| 4131 |
rajveer |
6 |
\#end
|
| 4138 |
rajveer |
7 |
<a \#if($OFFER_TEXT) class="left" \#end href="$params.URL" title="$params.PROD_NAME">
|
| 3931 |
mandeep.dh |
8 |
<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 |
9 |
</a>
|
|
|
10 |
</div>
|
|
|
11 |
<div class="productDetails" style="padding-bottom : 5px">
|
|
|
12 |
<div class="title" style="padding-bottom : 10px">
|
|
|
13 |
<a href="$params.URL" title="$params.PROD_NAME">
|
|
|
14 |
$params.TITLE
|
|
|
15 |
</a>
|
|
|
16 |
</div>
|
|
|
17 |
<div style="padding-bottom : 5px">
|
|
|
18 |
<span class="newPrice">Rs </span>
|
|
|
19 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
|
|
20 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
|
|
21 |
\#end
|
|
|
22 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
|
|
23 |
</div>
|
|
|
24 |
\#if($itemDetails && $itemDetails.size() > 1)
|
|
|
25 |
<script>
|
|
|
26 |
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 };
|
|
|
27 |
</script>
|
|
|
28 |
\#end
|
|
|
29 |
<div class="productDesp">
|
|
|
30 |
<ul class="product-description">
|
|
|
31 |
<li>$params.SNIPPET_1</li>
|
|
|
32 |
#if($params.SNIPPET_2)
|
|
|
33 |
<li>$params.SNIPPET_2</li>
|
|
|
34 |
#end
|
|
|
35 |
#if($params.SNIPPET_3)
|
|
|
36 |
<li>$params.SNIPPET_3</li>
|
|
|
37 |
#end
|
|
|
38 |
</ul>
|
|
|
39 |
</div>
|
|
|
40 |
<div class="icon">
|
| 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>
|
| 3827 |
rajveer |
49 |
</div>
|
|
|
50 |
</div>
|