Rev 2810 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#if($action.getCartMsg())#set($userinfo = $action.getUserInfo())#set($email="Enter your email address")#if($userinfo.isLoggedIn())#set($email=$userinfo.getEmail())#end<div id='cartRecommendationBox'><h3 style='margin-top:5px; margin-bottom:5px;'>$action.getCartMsg()</h3><input id="itemId" name="itemId" value=$action.getItemId() type="hidden" />#set($snippets=$action.getSnippet())#if($snippets && !$snippets.equals(""))<span style='font-size:14px; color:#003300; background-color:#ffffdd; margin-bottom:8px;'>You can check out following similar products</span><hr size=1/>$snippets#end<div class="clearBoth"></div></div><hr size=1/><div id="notificationBox"><label>Notify me when back in stock:</label><div style="margin-top:5px;" class="imgTextBox textbox-image"><input type="text" id="emailId" name="emailId" value="$email" class="textbox"/></div><div style="margin-left:10px;margin-bottom:3px;" class="bigImgButton floatRight yellow-image"><input type="button" class="button" value="Submit" id="notify"/></div></div>#end