Inline: -- Ashish
On Mon, Jan 25, 2010 at 12:33 AM, Suresh Yellamaraju <[email protected]> wrote: > Hi > > New to OFBiz and finding my way around. So sorry if this is a repeat or > known. > > Is it the intention (for product features demonstration reasons) that the > ecommerce web application shows the menu options of order history, profile, > quotes, ... when user is not logged in? Clicking on these links seems to be > doing the right thing of asking the user to login. > > Noticed the following line in header.ftl of the ecommerce web application > that seems to allow that to happen. > > <#if !userLogin?has_content || (userLogin.userLoginId)?if_exists != > "anonymous"> This check is provided to show the features in the ecommerce front end component to the logged in users as well as to the one who are not logged in. And Yes, this was done intentionally. > > Thanks! >
