| 2433 |
rajveer |
1 |
<div class="header product-name">
|
|
|
2 |
<div class="product-name-left-cart">
|
|
|
3 |
<span class="phone-name">
|
|
|
4 |
<a href="$params.URL" title="$params.PROD_NAME">
|
|
|
5 |
$params.TITLE
|
|
|
6 |
</a>
|
|
|
7 |
</span>
|
| 6207 |
amit.gupta |
8 |
<div class="summary-left-price" \#if ($AFTER_ARRIVAL) style="visibility:hidden" \#end>
|
| 2433 |
rajveer |
9 |
<span class="newPrice">Rs </span>
|
|
|
10 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
|
|
11 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
|
|
12 |
\#end
|
|
|
13 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
|
|
14 |
</div>
|
|
|
15 |
|
|
|
16 |
\#if($itemDetails && $itemDetails.size() > 1)
|
|
|
17 |
<script>
|
|
|
18 |
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 };
|
|
|
19 |
</script>
|
|
|
20 |
\#end
|
|
|
21 |
|
|
|
22 |
<span class="cart-image">
|
|
|
23 |
\#if($itemDetails.size()<=1)
|
| 2760 |
rajveer |
24 |
<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 |
25 |
\#else
|
|
|
26 |
<a class="addtocart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
|
|
|
27 |
\#end
|
|
|
28 |
</span>
|
|
|
29 |
</div>
|
|
|
30 |
<div class="product-name-right-image">
|
|
|
31 |
<span class="phone-image">
|
|
|
32 |
<a href="$params.URL" title="$params.PROD_NAME">
|
| 3931 |
mandeep.dh |
33 |
<img src="$staticurl/images/media/${params.CATALOG_ID}/${params.IMAGE_PREFIX}-thumbnail-${params.DEFAULT_IMAGE_SUFFIX}.jpg" alt="$params.PROD_NAME" title="$params.PROD_NAME"/>
|
| 2433 |
rajveer |
34 |
</a>
|
|
|
35 |
</span>
|
|
|
36 |
</div>
|
|
|
37 |
</div>
|