Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Add to Entity Helpers

  1. #1
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default Add to Entity Helpers

    I want to modify the Category EntityHelpers and add a field that has the most looked at product within that category and sub categories. Where is the code for Category EntityHelpers at? I think I can get the most looked at but I need to figure out how to output a new field first.

  2. #2
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default

    Does anyone know what file EntityHelpers are built for categories or what query is run to populate them?

  3. #3
    mmcgeachy is offline Senior Member
    Join Date
    Sep 2008
    Posts
    174

    Default

    Take a look at EntityMgr.xml.config file in the EntityHelper folder. Which works similar to other xmlpackages.

  4. #4
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default

    Thanks mmcgeachy! I never even looked in that folder. I figured it was in the compiled code somewhere.