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 8 of 8

Thread: Category Page mod

  1. #1
    sam.bengtson is offline Member
    Join Date
    Jan 2011
    Posts
    64

    Default Category Page mod

    Hey I would like to delete the subcategory links on the category page because I would like to replace them with an image map. Does anybody have any insight on how this would be done? I also need to keep any products in the main category visible. Just the links to subcategories to disappear. thanks

  2. #2
    sam.bengtson is offline Member
    Join Date
    Jan 2011
    Posts
    64

    Default

    ideas?? Thanks

  3. #3
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Is setting the appconfig: ShowSubcatsInGrid to true won't do what you want?

  4. #4
    sam.bengtson is offline Member
    Join Date
    Jan 2011
    Posts
    64

    Default

    Not really. I plan on making something a little more flashy. I would rather not have them there at all. But still show the products mapped to that main category we would be in

  5. #5
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    I'm not sure if I'm missing your meaning here, but it seems like it would be a simple modification in your entity xmlpackage?


    TTFN

    BFG

  6. #6
    sam.bengtson is offline Member
    Join Date
    Jan 2011
    Posts
    64

    Default

    Quote Originally Posted by BFG 9000 View Post
    I'm not sure if I'm missing your meaning here, but it seems like it would be a simple modification in your entity xmlpackage?


    TTFN

    BFG
    yeah you are correct. I know nothing about xml but I would guess it would be as simple as deleting a couple of lines to make those go away?

  7. #7
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    I don't know exactly which xmlpackage you're using - but the line you need to remove probably looks like this :-

    <xsl:call-template name="SubEntity" />

    If you can't find it - post your xmlpackage in here & I'll take a look.


    TTFN

    BFG

  8. #8
    sam.bengtson is offline Member
    Join Date
    Jan 2011
    Posts
    64

    Default

    ah great found it. Thank you