Subversion Repositories SmartDukaan

Rev

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

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