Skip to Content
0
Former Member
Jul 17, 2008 at 08:43 AM

CRM ISA 5.0 - Add data to the WebCatArea

25 Views

Hello experts

I have to associate an integer value to the WebCatAreas. This value is 1 for the first head webcatarea of catalog and all its childrens, 2 for the next ...

I can generate this value in CategoriesB2C.inc.jsp in the menu displaying loop.

I have to get this value in all the products jsp pages (list of products of an area, product sheet page ...)

But how to add data to the webcatarea bean ? should I use the addExtensionData (I don't have to store this data in the backend ...) ? should I use the userSessionData to store a table which do the mapping between areaID and my custom value ?

Thank you for your help.