Subversion Repositories SmartDukaan

Rev

Rev 11878 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11878 Rev 11897
Line 20... Line 20...
20
			<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
20
			<span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
21
		\#end
21
		\#end
22
		<span class="originalPrice"> $minPriceItem.getSellingPrice().intValue() </span>
22
		<span class="originalPrice"> $minPriceItem.getSellingPrice().intValue() </span>
23
      <span class="newPrice"> $PRIVATE_DEAL_PRICE </span>    
23
      <span class="newPrice"> $PRIVATE_DEAL_PRICE </span>    
24
    </div>
24
    </div>
25
    \#if($AVAILABLE)
-
 
26
    <div style="padding-bottom:5px">
25
    \#if($AVAILABLE)<div style="padding-bottom:5px">$AVAILABLE</div>\#end
27
	$AVAILABLE
-
 
28
    </div>
-
 
29
    \#end
-
 
30
    \#if($itemDetails && $itemDetails.size() > 1)
26
    \#if($itemDetails && $itemDetails.size() > 1)
31
    <script>
27
    <script>
32
      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 };
28
      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 };
33
    </script>
29
    </script>
34
    \#end
30
    \#end