HomeHome Product Discus... Product Discus...SmithCartSmithCartCategory Treeview ProblemCategory Treeview Problem
Previous
 
Next
New Post
3/10/2010 2:06 PM
 

My treeview will not expand properly. If I set expand first to true, then it will work, but the other categories don't. I don't want to have to set expand all, is there something I am missing here? To see what I mean you can go here http://temp.yandasmpa.com/TestStore.aspx and try to expand strings

 
New Post
3/11/2010 2:03 PM
 

I clicked on the link you provided and it takes me to the login screen. Please send a link where I can see your category menu.

Thanks,

Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
3/12/2010 6:44 AM
 

I apologize, I tested it, but forgot that I was already logged in when I clicked on it. It is open to everyone now. Strings should have two sub categories, violins, and cellos.

 
New Post
3/12/2010 2:03 PM
 

I tried to replicate this on our test server and all the categories that have sub categories expand correctly. Can you set the expand all property of the category module so I can see that "Strings" has sub categories?


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
3/12/2010 2:50 PM
 

I have set it to expand all. Now it works fine. I did not add those sub categories, they have been there all along.

 
New Post
3/12/2010 2:59 PM
 

Are you running cart version 2.62 ?


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
3/15/2010 12:14 PM
 

I just uninstalled the module and re-installed it. I am still not getting it to work. I added the dll to my bin folder that you emailed me.

 
New Post
3/15/2010 1:42 PM
 

Michael,

I see the issue with the category menu on your site but we are unable to replicate the same issue in our test enviroment. We just sent you the latest build try installing 2.64 over the top of your existing module to see if it fixes it. Install the new module as normal from the dnn - hosts menu.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
3/15/2010 2:30 PM
 

I removed all of the module and re-installed per your request, I am still having the issue.

 
New Post
3/15/2010 4:03 PM
 

Can you send me an email to skelly@smith-consulting.com with host access to your site to see if I can troubleshoot the issue.

Thanks,

Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
3/19/2010 4:29 PM
Accepted Answer 

This issue is solved it turned out to be an issue with the customers portal skin that disabled javascript that the category menu treeview controlneeds to expand the subcategories. He made some tweeks to his skin and its now working.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
3/22/2010 6:40 AM
 

Just in case anyone comes across this and needs the fix, here is what you need.

Before you <html> tag add these

<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>

<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>

And then add these anywhere in the html note: the comments are there on purpose

<!--

<dnn:SEARCH runat="server" id="dnnSEARCH" CssClass="ServerSkinWidget" UseDropDownList="True" submit="<img src=&quot;images/search.gif&quot; border=&quot;0&quot; alt=&quot;Search&quot; /&gt;" />

<dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" IndicateChildren="False" ControlOrientation="Horizontal" CSSNodeRoot="main_dnnmenu_rootitem" CSSNodeHoverRoot="main_dnnmenu_rootitem_hover" CSSNodeSelectedRoot="main_dnnmenu_rootitem_selected" CSSBreadCrumbRoot="main_dnnmenu_rootitem_selected" CSSContainerSub="main_dnnmenu_submenu" CSSNodeHoverSub="main_dnnmenu_itemhover" CSSNodeSelectedSub="main_dnnmenu_itemselected" CSSContainerRoot="main_dnnmenu_container" CSSControl="main_dnnmenu_bar" CSSBreak="main_dnnmenu_break" />

-->

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCategory Treeview ProblemCategory Treeview Problem