Subversion Repositories SmartDukaan

Rev

Rev 2433 | Rev 3827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2433 Rev 2760
Line 35... Line 35...
35
		<div class="newPrice">Rs $minPriceItem.getSellingPrice().intValue()</div>
35
		<div class="newPrice">Rs $minPriceItem.getSellingPrice().intValue()</div>
36
  </div>
36
  </div>
37
  <div class="productDetailsIcon">
37
  <div class="productDetailsIcon">
38
    <a class="add-to-research-icon" id="list-$params.CATALOG_ID" href="#" title='Add to "My Research"' alt='Add to "My Research"'></a>
38
    <a class="add-to-research-icon" id="list-$params.CATALOG_ID" href="#" title='Add to "My Research"' alt='Add to "My Research"'></a>
39
		\#if($itemDetails.size()<=1)
39
		\#if($itemDetails.size()<=1)
40
    <a class="add-to-cart-icon" id="list-$minPriceItem.getId()" href="#" title='Add to Cart' alt='Add to Cart'></a>
40
    <a class="add-to-cart-icon" id="list-$minPriceItem.getId()" catalogid="$params.CATALOG_ID" href="#" title='Add to Cart' alt='Add to Cart'></a>
41
		\#else
41
		\#else
42
    <a class="addtocart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
42
    <a class="addtocart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
43
		\#end
43
		\#end
44
  </div>
44
  </div>
45
  <div class="clearBoth"></div>
45
  <div class="clearBoth"></div>