[ start | index | login ]
start > iStore Todo > Manual

Manual

Created by mpecher. Last edited by mpecher, one year and 52 days ago. Viewed 69 times. #5
[diff] [history] [edit] [rdf]
labels
attachments


Side Menu

The side menu can be configured in various ways:
  1. Whether the Side menu is displayed for the entire application is set in web.xml parameter: showCategorySideMenu (true/false). Setting this to off will display for entire appliaction.
  2. If the side menu is on application wide, pages can decide no to display the side menu. This is done through:
  1. In ApplicationResources: need to define a broseMenu.xx if the page should display or not the sidebar
  2. In the jsp for that page page add the tag <meta name="displayBrowseMenu" content="<fmt:message key="browseMenu.xx"/>"/>
  3. by default all pages will display if global var is set

Products

Products can be disabled in web.xml config settings:
<context-param>
  <param-name>allowProducts</param-name>
  <param-value>true</param-value> <!-- true/false (false will also disable specials and cart -->
</context-param>


Cart

The shopping cart can be disabled in web.xml config settings:
<context-param>
 <param-name>useCart</param-name>
 <param-value>true</param-value> <!-- true/false -->
</context-param>


Specials

Specials can be disabled in web.xml config settings:
<context-param>
      <param-name>allowSpecials</param-name>
      <param-value>true</param-value> <!-- true/false -->
  </context-param>


Services

Services can be disabled in web.xml config settings:
<context-param>
  <param-name>allowServices</param-name>
  <param-value>true</param-value> <!-- true/false -->


Member Sign Up

Users can automatically signup. This can be disabled in web.xml config settings:
<context-param>
    <param-name>allowMemberSignup</param-name>
    <param-value>false</param-value> <!-- true/false -->
</context-param>


Password Hint

Users can ask (in login screen) to have a password hint mailed to them. This can be disabled in web.xml config settings:
<context-param>
    <param-name>allowPasswordHint</param-name>
    <param-value>false</param-value> <!-- true/false -->
</context-param>
no comments | post comment

Menu:
Java & J2EE
Development
Books

Help:
Help FAQ
Formatting


< September 2010 >
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
2627282930


Logged in Users: (1)
… and 13 Guests.



Disclaimer: Views and opinions are that of the individual author, and not that of Marand Custom Solutions. This site is an open forum for technical content, and the company accepts no liability for any content or view expressed.