Subversion Repositories SmartDukaan

Rev

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

Rev 6207 Rev 6241
Line 26... Line 26...
26
  <script>	
26
  <script>	
27
    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 };
27
    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
  </script>
28
  </script>
29
	\#end
29
	\#end
30
  <div class="productPrice">
30
  <div class="productPrice">
31
	\#if ($AFTER_ARRIVAL)
31
	\#if ($SHOW_PRICE=="FALSE")
32
		&nbsp;
32
		&nbsp;
33
	\#else 
33
	\#else 
34
  		\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
34
  		\#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
35
			<div class="originalPrice">Rs $minPriceItem.getMrp().intValue()</div>
35
			<div class="originalPrice">Rs $minPriceItem.getMrp().intValue()</div>
36
		\#end
36
		\#end