E-Commerce Configuration Guide : Site configuration : Displaying Help text
 
Displaying Help text
 
Up until now, the E-Commerce pages have had the ability to display all of the text entered into the Help field on the General tab of the Item Edit Form in SysManager on the ItemShow.aspx page. The control that handles this on the ItemShow.aspx is asp:label id=“lblInfo”. With the increase in uses for the Help field the ability to only display certain text from the Help field and display it on the ItemShow.aspx became necessary. If you only want to display some of what you have entered into the Help field on ItemShow.aspx, you need to place it between <webinfo>…</webinfo> tags.
 
Example:
If the Help field contained the following:
 
<printtag>This is the stuff I want printed on the layout.</printtag>
<anothertag>This is for some other purpose.</anothertag>
<webinfo><span class=”smallbold”>Here is what I want to display when this is sold in E-Commerce.</span></webinfo>
 
Then, only “Here is what I want to display when this is sold in E-Commerce,” are displayed on the ItemShow.aspx and it is formatted as per the CSS class “smallbold”.