Hi everybody. I want to ask a questions about my web site. I have a lot of categories name and my web site is too long. O have a 50 categories and 100 sub cetegories. I want to use menu3 in frame on my web site left area? What can I do?
See you soon.
» Quick.Cart v3.x
kalanta
2009-01-16 18:28
templates/menu_3.tpl :
<!-- BEGIN LIST --><li class="l$aData[sStyle]"><a href="$aData[sLinkName]" $aData[sSelected]>$aData[sName]</a>$aData[sSubContent]</li><!-- END LIST -->
<!-- BEGIN HEAD --><div id="menu3"><div class="type">$aData[sMenuType]</div><div style="height:150px;overflow:auto;"><ul><!-- END HEAD --> <!-- BEGIN FOOT --></ul></div><!-- END FOOT -->
<!-- BEGIN HEAD_SUB --><ul class="sub$aData[iDepth]"><!-- END HEAD_SUB --> <!-- BEGIN FOOT_SUB --></ul></div><!-- END FOOT_SUB -->
<!-- BEGIN SELECTED -->class="selected"<!-- END SELECTED -->
But you need to detail it by yourself
gokhan
2009-01-16 22:38
Yes. Thanks Kalanta. Very good. Thank your very much. But I can a problem now.
Now my category list is in the frame. But I click one of category name. Opened sub category and frame is not working.
You can see this picture you mean it. Thanks for everything...
www.sukrucalli.com/kalanta.JPG
See you soon.
gokhan
2009-01-16 23:22
Ok. Now is working this code. Thans kalanta. You are perfect...
<!-- BEGIN LIST --><li class="l$aData[sStyle]"><a href="$aData[sLinkName]" $aData[sSelected]>$aData[sName]</a>$aData[sSubContent]</li><!-- END LIST -->
<!-- BEGIN HEAD --><div id="menu3"><div class="type">$aData[sMenuType]</div><div style="height:185px;overflow:auto;"><ul><!-- END HEAD --> <!-- BEGIN FOOT --></ul></div></div><!-- END FOOT -->
<!-- BEGIN HEAD_SUB --><ul class="sub$aData[iDepth]"><!-- END HEAD_SUB --> <!-- BEGIN FOOT_SUB --></ul><!-- END FOOT_SUB -->
<!-- BEGIN SELECTED -->class="selected"<!-- END SELECTED -->