Subversion Repositories SmartDukaan

Rev

Rev 2036 | Rev 3080 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2036 rajveer 1
#if($action.getCartMsg())
2810 rajveer 2
	<div id='cartRecommendationBox'>
3
		<h3 style='margin-top:5px; margin-bottom:5px;'>$action.getCartMsg()</h3>
4
		#set($snippets=$action.getSnippet())
5
		#if($snippets && !$snippets.equals(""))
6
		<span style='font-size:14px; color:#003300; background-color:#ffffdd;  margin-bottom:8px;'>You can check out following similar products</span>
7
		<hr size=1/>
8
		$snippets
9
		#end
10
		<div class="clearBoth"></div>
11
	</div>
2036 rajveer 12
#end