| 2716 |
varun.gupt |
1 |
<table cellspacing="0" cellpadding="0" border="0" width="100%" id="$params.CATALOG_ID" >
|
|
|
2 |
<tr>
|
|
|
3 |
<td class="borderBottom widgetChkBox">
|
| 5930 |
amit.gupta |
4 |
<input type="checkbox" name="" producttype="$params.COMPARE_CATEGORY" title="$params.TITLE" value="$params.CATALOG_ID" totalcolors="$itemDetails.size()" itemid="$minPriceItem.getId()" CHECKED />
|
| 2716 |
varun.gupt |
5 |
</td>
|
|
|
6 |
<td class="borderBottom widgetImg">
|
| 3931 |
mandeep.dh |
7 |
<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"/>
|
| 2716 |
varun.gupt |
8 |
</td>
|
|
|
9 |
<td class="borderBottom">
|
|
|
10 |
<div>
|
|
|
11 |
<a href="$params.URL" title="$params.PROD_NAME" class="truncate">$params.TITLE</a>
|
| 6241 |
amit.gupta |
12 |
\#if ($SHOW_PRICE!="FALSE")
|
| 2716 |
varun.gupt |
13 |
<div class="price">Price: Rs. $minPriceItem.getSellingPrice().intValue()</div>
|
| 6207 |
amit.gupta |
14 |
\#end
|
| 2716 |
varun.gupt |
15 |
<div class="text">$params.TINY_SNIPPET</div>
|
|
|
16 |
<div class="spacing"> </div>
|
| 2731 |
varun.gupt |
17 |
<a class="view-my-notes" entity="${params.CATALOG_ID}">Notes</a>
|
| 2716 |
varun.gupt |
18 |
</div>
|
|
|
19 |
</td>
|
|
|
20 |
</tr>
|
|
|
21 |
</table>
|