| Line 1... |
Line 1... |
| 1 |
#if($action.getCartMsg())
|
1 |
#if($action.getCartMsg())
|
| - |
|
2 |
#set($userinfo = $action.getUserInfo())
|
| - |
|
3 |
#set($email="Enter your email address")
|
| - |
|
4 |
#if($userinfo.isLoggedIn())
|
| - |
|
5 |
#set($email=$userinfo.getEmail())
|
| - |
|
6 |
#end
|
| 2 |
<div id='cartRecommendationBox'>
|
7 |
<div id='cartRecommendationBox'>
|
| 3 |
<h3 style='margin-top:5px; margin-bottom:5px;'>$action.getCartMsg()</h3>
|
8 |
<h3 style='margin-top:5px; margin-bottom:5px;'>$action.getCartMsg()</h3>
|
| - |
|
9 |
<input id="itemId" name="itemId" value=$action.getItemId() type="hidden" />
|
| 4 |
#set($snippets=$action.getSnippet())
|
10 |
#set($snippets=$action.getSnippet())
|
| 5 |
#if($snippets && !$snippets.equals(""))
|
11 |
#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>
|
12 |
<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/>
|
13 |
<hr size=1/>
|
| 8 |
$snippets
|
14 |
$snippets
|
| 9 |
#end
|
15 |
#end
|
| 10 |
<div class="clearBoth"></div>
|
16 |
<div class="clearBoth"></div>
|
| 11 |
</div>
|
17 |
</div>
|
| - |
|
18 |
<hr size=1/>
|
| - |
|
19 |
<div id="notificationBox">
|
| - |
|
20 |
<label>Notify me when back in stock:</label>
|
| - |
|
21 |
<div style="margin-top:5px;" class="imgTextBox textbox-image">
|
| - |
|
22 |
<input type="text" id="emailId" name="emailId" value="$email" class="textbox"/>
|
| - |
|
23 |
</div>
|
| - |
|
24 |
<div style="margin-left:10px;margin-bottom:3px;" class="bigImgButton floatRight yellow-image">
|
| - |
|
25 |
<input type="button" class="button" value="Submit" id="notify"/>
|
| - |
|
26 |
</div>
|
| - |
|
27 |
</div>
|
| 12 |
#end
|
28 |
#end
|