• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

davebar000
#1 Posted : Monday, August 20, 2007 12:53:43 PM(UTC)
davebar000

Rank: Member

Joined: 12/30/2006(UTC)
Posts: 65

Hey Gang,

I'm taking my first plunge into the world of BV Commerce and geting my feet wet in .net

My first task (if it can be done), is to create a Category Menu with Tree Menu functionality. In that the categories and subcategories can be opened and closed without the page reloading.
Like I created for this site: http://www.hanleywoodopportunities.com/index.asp

Using Firefox's handy Web Dev and Firebug tools, I believe I tracked down the file that handles this:
CategoryMenu/View.aspx
<div class="categorymenu">
<div class="decoratedblock">
<asp:PlaceHolder ID="TitlePlaceHolder" runat="server"></asp:PlaceHolder>
<asp:PlaceHolder ID="MenuControl" runat="Server"></asp:PlaceHolder>
</div>
</div>

Being new to .net, I'm not sure, but I suspect that's a server side control for .net and I may not be able to accomplish what I'd like to do.

Ultimately, instead of the control creating an set of <ul><li>
I'd like it to put the categories into Div Tags with:
onClick="P7_TMenu(this);return false"
In the anchor tags


<div><a href="#" onClick="P7_TMenu(this);return false">Category</a>
<div><a href="URL">Sub Category</a></div>
<div><a href="URL">Sub Category</a></div>
<div><a href="URL">Sub Category</a></div>
</div>

Is this possible, or is there another method or plugin available?

I'd rather have this work dynamically, than Hard-Code the menu
Thanks
-Dave
bvuser
#2 Posted : Monday, August 20, 2007 1:26:44 PM(UTC)
bvuser

Rank: Member

Joined: 4/10/2006(UTC)
Posts: 462

Hi Dave,

The category menu can definitely be programmed to dynamically display as you would like, however it would require a pretty extensive rewrite of the existing module. Depending on the interest on the forum, I would consider undertaking the project for a per domain based licensing module, however if interest is limited to only you, it would probably need to be a custom development job.
Netriplex Corporation<br />
davebar000
#3 Posted : Monday, August 20, 2007 1:34:47 PM(UTC)
davebar000

Rank: Member

Joined: 12/30/2006(UTC)
Posts: 65

Thanks for the quick reply.
I was afraid it was going to be on the extensive side.

Unfortunately, I don't have any further budget to work with, so I may need to nix the idea.

Thanks again,
-Dave
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012