| Line 1... |
Line -... |
| 1 |
<!-- productItem -->
|
- |
|
| 2 |
<div class="productItem">
|
1 |
<div class="home-listing-common-content-product left">
|
| 3 |
\#if($OFFER_TEXT)
|
- |
|
| 4 |
<div class="offer-image">
|
- |
|
| 5 |
<div class="nomargin offer" title="$OFFER_TEXT"></div>
|
2 |
<div class="productItem" id="$params.CATALOG_ID">
|
| 6 |
</div>
|
- |
|
| 7 |
\#end
|
- |
|
| 8 |
<div class="productImg">
|
3 |
<div class="productImg">
|
| - |
|
4 |
\#if($PRIVATE_DEAL_TEXT)
|
| - |
|
5 |
<div class="left offer" title="$PRIVATE_DEAL_TEXT"></div>
|
| - |
|
6 |
\#end
|
| 9 |
<a href="$params.URL" title="$params.PROD_NAME">
|
7 |
<a \#if($PRIVATE_DEAL_TEXT) class="left" \#end href="$params.URL" title="$params.PROD_NAME">
|
| 10 |
<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" />
|
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" />
|
| 11 |
</a>
|
9 |
</a>
|
| 12 |
</div>
|
10 |
</div>
|
| 13 |
<div class="productDetails">
|
11 |
<div class="productDetails" style="padding-bottom : 5px">
|
| 14 |
<div class="title">
|
12 |
<div class="title">
|
| 15 |
<a href="$params.URL" title="$params.PROD_NAME">$params.TITLE</a>
|
13 |
<a href="$params.URL" title="$params.PROD_NAME">
|
| - |
|
14 |
$params.TITLE
|
| - |
|
15 |
</a>
|
| 16 |
</div>
|
16 |
</div>
|
| 17 |
<div class="price-list">
|
17 |
<div style="padding-bottom : 5px">
|
| 18 |
<span class="newPrice">Rs.</span>
|
18 |
<span class="newPrice">Rs </span>
|
| 19 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
19 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
| 20 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
20 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
| 21 |
\#end
|
21 |
\#end
|
| - |
|
22 |
<span class="originalPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
| - |
|
23 |
<span class="newPrice"> $PRIVATE_DEAL_PRICE </span>
|
| 22 |
</div>
|
24 |
</div>
|
| 23 |
\#foreach($item in $itemDetails)
|
- |
|
| 24 |
\#if($item.DEAL_PRICE)
|
25 |
\#if($AVAILABLE)
|
| 25 |
<div>Deal on $item.COLOR </div>
|
26 |
<div style="padding-bottom:5px">
|
| 26 |
<div class="price-list">
|
27 |
$AVAILABLE
|
| 27 |
<span class="newPrice">Rs.</span>
|
- |
|
| 28 |
<span class="originalPrice"> $item.SP</span>
|
- |
|
| 29 |
<span class="newPrice"> $item.DEAL_PRICE </span>
|
- |
|
| 30 |
<span class="icon right"><a class="add-to-cart-icon" id="list-$item.ITEM_ID" catalogid="$params.CATALOG_ID" href="#" title='Add to Cart' alt='Add to Cart'></a></span>
|
- |
|
| 31 |
</div>
|
28 |
</div>
|
| 32 |
\#end
|
29 |
\#end
|
| - |
|
30 |
\#if($itemDetails && $itemDetails.size() > 1)
|
| - |
|
31 |
<script>
|
| - |
|
32 |
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 };
|
| - |
|
33 |
</script>
|
| 33 |
\#end
|
34 |
\#end
|
| - |
|
35 |
<div class="productDesp">
|
| - |
|
36 |
<ul class="product-description">
|
| - |
|
37 |
<li>$params.SNIPPET_1</li>
|
| - |
|
38 |
#if($params.SNIPPET_2)
|
| - |
|
39 |
<li>$params.SNIPPET_2</li>
|
| - |
|
40 |
#end
|
| - |
|
41 |
</ul>
|
| - |
|
42 |
</div>
|
| - |
|
43 |
<div style="font-size:14px;font-weight:bold">
|
| - |
|
44 |
\#if($itemDetails.size()<=1)
|
| - |
|
45 |
<a class="add-to-cart-button" id="list-$minPriceItem.getId()" catalogid="$params.CATALOG_ID" href="#" title='Add to Cart' alt='Add to Cart'>Buy Now</a>
|
| - |
|
46 |
\#else
|
| - |
|
47 |
<a class="addtocartbutton" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Buy Now'> Buy now</a>
|
| - |
|
48 |
\#end
|
| - |
|
49 |
</div>
|
| 34 |
</div>
|
50 |
</div>
|
| 35 |
<div class="clearBoth"></div>
|
- |
|
| 36 |
</div>
|
51 |
</div>
|
| 37 |
<!-- /productItem -->
|
52 |
</div>
|
| 38 |
|
53 |
|