Subversion Repositories SmartDukaan

Rev

Rev 3255 | 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" style="height: 70px; background-color:#F8F8F8; margin-top:5px;">
                <h3 style='margin-top:5px; margin-left:5px; margin-bottom:5px;'>$action.getActionMessage()</h3>
                <div style="margin-top:5px; margin-left: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="Notify Me" alt="Notify Me" id="notify"/>
                </div>
                <div class="clearBoth"></div>
        </div>
        #set ($offerNote = $action.getOfferNote()) 
        #if($offerNote)
                <hr size="1" />
                <div style="clear:both;font-size:14px">$offerNote</div>
        #end
#end