Subversion Repositories SmartDukaan

Rev

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

Rev 2036 Rev 2810
Line 1... Line 1...
1
#if($action.getCartMsg())
1
#if($action.getCartMsg())
-
 
2
	<div id='cartRecommendationBox'>
-
 
3
		<h3 style='margin-top:5px; margin-bottom:5px;'>$action.getCartMsg()</h3>
2
	$action.getCartMsg()
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>
3
#end
12
#end