| Line 3... |
Line 3... |
| 3 |
<span class="phone-name">
|
3 |
<span class="phone-name">
|
| 4 |
<a href="$params.URL" title="$params.PROD_NAME">
|
4 |
<a href="$params.URL" title="$params.PROD_NAME">
|
| 5 |
$params.TITLE
|
5 |
$params.TITLE
|
| 6 |
</a>
|
6 |
</a>
|
| 7 |
</span>
|
7 |
</span>
|
| 8 |
<div class="summary-left-price" \#if ($AFTER_ARRIVAL) style="visibility:hidden" \#end>
|
8 |
<div class="summary-left-price" \#if ($SHOW_PRICE=="FALSE") style="visibility:hidden" \#end>
|
| 9 |
<span class="newPrice">Rs </span>
|
9 |
<span class="newPrice">Rs </span>
|
| 10 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
10 |
\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
|
| 11 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
11 |
<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
|
| 12 |
\#end
|
12 |
\#end
|
| 13 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
13 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|