| 27875 |
amit.gupta |
1 |
<h3 style="margin-top:-2px;font-size:17px; margin-bottom:3px;color:#c70db8;font-weight:bold">
|
|
|
2 |
$offer.getName()
|
|
|
3 |
</h3>
|
|
|
4 |
<h5>Based on $offer.getSchemeType()
|
|
|
5 |
From $dateFormatter.format($offer.getStartDate())
|
|
|
6 |
to $dateFormatter.format($offer.getEndDate())</h5>
|
|
|
7 |
<h5>Models considered for achievement - $offer.getItemCriteriaString()</h5>
|
|
|
8 |
<div class="terms">
|
|
|
9 |
<ul style="padding:5px">Note -
|
|
|
10 |
#if($offer.getBrandShareTerms() > 0)
|
|
|
11 |
<li style="list-style: inside">Maximum brand share should not exceed $offer.getBrandShareTerms()% of the total Sale Value</li>
|
|
|
12 |
#end
|
|
|
13 |
#if($offer.getSellinPercentage() > 0)
|
|
|
14 |
<li style="list-style: inside">Sellin should be >= Sellout by $offer.getSellinPercentage()%</li>
|
|
|
15 |
#end
|
|
|
16 |
#if($offer.getOfferNotes())
|
|
|
17 |
#foreach($note in $offer.getOfferNotes().split(";"))
|
|
|
18 |
<li style="list-style: inside"><span>$note.trim()</span></li>
|
|
|
19 |
#end
|
|
|
20 |
#end
|
|
|
21 |
</ul>
|
|
|
22 |
</div>
|