Subversion Repositories SmartDukaan

Rev

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

Rev 2433 Rev 2760
Line 24... Line 24...
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()" href="#" title='Add to Cart' alt='Add to Cart'></a>
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>
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" href="#" catalogid="$params.CATALOG_ID" title='Add to Cart' alt='Add to Cart'></a>
32
    		\#end
32
    		\#end
33
      </span>
33
      </span>
34
 
34