Subversion Repositories SmartDukaan

Rev

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

Rev 6071 Rev 6207
Line 12... Line 12...
12
  </div>
12
  </div>
13
  <div class="productDetails">
13
  <div class="productDetails">
14
    <div class="title">
14
    <div class="title">
15
      <a href="$params.URL" title="$params.PROD_NAME">$params.TITLE</a>
15
      <a href="$params.URL" title="$params.PROD_NAME">$params.TITLE</a>
16
    </div>
16
    </div>
-
 
17
	\#if ($AFTER_ARRIVAL)
-
 
18
	\#else
17
    <div class="price-list">
19
    <div class="price-list">
18
      <span class="newPrice">Rs </span>
20
      <span class="newPrice">Rs </span>
19
   \#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
21
   \#if($minPriceItem.getMrp() > $minPriceItem.getSellingPrice())
20
      <span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
22
      <span class="originalPrice"> $minPriceItem.getMrp().intValue()</span>
21
  \#end
23
  \#end
22
      <span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
24
      <span class="newPrice"> $minPriceItem.getSellingPrice().intValue() </span>
23
    </div>
25
    </div>
-
 
26
	  \#end
24
    \#if($itemDetails && $itemDetails.size() > 1)
27
    \#if($itemDetails && $itemDetails.size() > 1)
25
    <script>
28
    <script>
26
      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 };
29
      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
    </script>
30
    </script>
28
    \#end
31
    \#end