| 2433 |
rajveer |
1 |
<!-- productItem -->
|
|
|
2 |
<div class="productItem">
|
| 7317 |
amit.gupta |
3 |
\#if($OFFER_TEXT && $IS_STORE=="FALSE")
|
| 4147 |
rajveer |
4 |
<div class="offer-image">
|
| 5162 |
phani.kuma |
5 |
<div class="nomargin offer" title="$OFFER_TEXT"></div>
|
| 4147 |
rajveer |
6 |
</div>
|
|
|
7 |
\#end
|
| 2433 |
rajveer |
8 |
<div class="productImg">
|
| 7342 |
amit.gupta |
9 |
\#if($IS_STORE=="TRUE")
|
|
|
10 |
<a href="/storewebsite$params.URL" title="$params.PROD_NAME">
|
|
|
11 |
\#else
|
|
|
12 |
<a href="$params.URL" title="$params.PROD_NAME">
|
|
|
13 |
\#end
|
| 3931 |
mandeep.dh |
14 |
<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 |
15 |
</a>
|
|
|
16 |
</div>
|
|
|
17 |
<div class="productDetails">
|
|
|
18 |
<div class="title">
|
| 7342 |
amit.gupta |
19 |
\#if($IS_STORE=="TRUE")
|
| 7359 |
amit.gupta |
20 |
<a href="/storewebsite$params.URL" title="$params.PROD_NAME">$params.TITLE</a>
|
| 7342 |
amit.gupta |
21 |
\#else
|
|
|
22 |
<a href="$params.URL" title="$params.PROD_NAME">$params.TITLE</a>
|
|
|
23 |
\#end
|
| 2433 |
rajveer |
24 |
</div>
|
| 6241 |
amit.gupta |
25 |
\#if ($SHOW_PRICE=="FALSE")
|
| 6207 |
amit.gupta |
26 |
\#else
|
| 2433 |
rajveer |
27 |
<div class="price-list">
|
|
|
28 |
<span class="newPrice">Rs </span>
|
|
|
29 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
|
|
30 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
|
|
31 |
\#end
|
|
|
32 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
|
|
33 |
</div>
|
| 6207 |
amit.gupta |
34 |
\#end
|
| 2433 |
rajveer |
35 |
\#if($itemDetails && $itemDetails.size() > 1)
|
|
|
36 |
<script>
|
|
|
37 |
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 };
|
|
|
38 |
</script>
|
|
|
39 |
\#end
|
|
|
40 |
|
|
|
41 |
<div class="productDesp">
|
|
|
42 |
<ul class="product-description">
|
|
|
43 |
<li>$params.SNIPPET_1</li>
|
|
|
44 |
#if($params.SNIPPET_2)
|
|
|
45 |
<li>$params.SNIPPET_2</li>
|
|
|
46 |
#end
|
|
|
47 |
#if($params.SNIPPET_3)
|
|
|
48 |
<li>$params.SNIPPET_3</li>
|
|
|
49 |
#end
|
|
|
50 |
</ul>
|
|
|
51 |
</div>
|
|
|
52 |
<div class="icon">
|
| 5552 |
phani.kuma |
53 |
<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 |
54 |
\#if($itemDetails.size()<=1)
|
| 2760 |
rajveer |
55 |
<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 |
56 |
\#else
|
|
|
57 |
<a class="addtocart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
|
|
|
58 |
\#end
|
|
|
59 |
</div>
|
|
|
60 |
</div>
|
|
|
61 |
<div class="clearBoth"></div>
|
|
|
62 |
</div>
|
|
|
63 |
<!-- /productItem -->
|