| Line 16... |
Line 16... |
| 16 |
\#end
|
16 |
\#end
|
| 17 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
17 |
<span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
|
| 18 |
</div>
|
18 |
</div>
|
| 19 |
</div>
|
19 |
</div>
|
| 20 |
|
20 |
|
| 21 |
<span class="cartimg">
|
21 |
<div class="linkcart">
|
| 22 |
\#if($itemDetails && $itemDetails.size() > 1)
|
22 |
\#if($itemDetails && $itemDetails.size() > 1)
|
| 23 |
<script>
|
23 |
<script>
|
| 24 |
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 };
|
24 |
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 };
|
| 25 |
</script>
|
25 |
</script>
|
| 26 |
\#end
|
26 |
\#end
|
| 27 |
|
27 |
|
| 28 |
\#if($itemDetails.size()<=1)
|
28 |
\#if($itemDetails.size()<=1)
|
| 29 |
<a class="add-to-cart-icon" id="list-$minPriceItem.getId()" catalogid="$params.CATALOG_ID" href="#" title='Add to Cart' alt='Add to Cart'></a>
|
29 |
<a class="add-to-cart-icon buycart" id="list-$minPriceItem.getId()" catalogid="$params.CATALOG_ID" href="#" title='Add to Cart' alt='Add to Cart'>Buy</a>
|
| 30 |
\#else
|
30 |
\#else
|
| 31 |
<a class="addtocart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
|
31 |
<a class="addtocart buycart" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'>Buy</a>
|
| 32 |
\#end
|
32 |
\#end
|
| - |
|
33 |
<br/>
|
| - |
|
34 |
<a class="buycart" href="$params.URL" title="$params.PROD_NAME">Explore</a>
|
| 33 |
</span>
|
35 |
</div>
|
| 34 |
|
- |
|
| 35 |
<div class="product-name-right-image-summary">
|
36 |
<div class="product-name-right-image-summary">
|
| 36 |
<span class="phone-image">
|
37 |
<span class="phone-image">
|
| 37 |
<a href="$params.URL">
|
38 |
<a href="$params.URL">
|
| 38 |
<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"/>
|
39 |
<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"/>
|
| 39 |
</a>
|
40 |
</a>
|