Rank: Member
Joined: 8/16/2008(UTC) Posts: 48 Location: United States
Thanks: 3 times Was thanked: 2 time(s) in 1 post(s)
|
I have some categories we do not want to show up in the left hand menu but I do want them to show up as children categories if you load the parent on the right.
Ideas?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
If I'm understanding you correctly, you want to hide a category from the nav menu but have it show up as a sub-category in the content area, such as in a category grid. This isn't supported out-of-the-box, but it shouldn't be too difficult as a customization. One thing you will need to decide is whether you want to change that behavior across the board or offer it as a per-category option (e.g. "hide this category in menu" checkbox in the admin). |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 8/16/2008(UTC) Posts: 48 Location: United States
Thanks: 3 times Was thanked: 2 time(s) in 1 post(s)
|
Hey Aaron,
Yes, you have it correct. I need a per-category "hide this category in menu". If there isn't a module available to do this, I can look into developing it myself. When we make modifications to the system I always do it without editing the existing code to keep the store compatible with future service packs, etc... I have not made modifications like this before though, so I am not sure how best it should be done.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
I think you will have a tough time making this change without modifying the core source code. It sounds like you will need to add a column to the bvc_Category table in the database and then add the corresponding field to the business object (BVSoftware.Bvc5.Core.Catalog.Category). Once this is done you will need to modify the menu control to look for the new field. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.