Announcement
Collapse
No announcement yet.
Change Categories from header nav to left nav
Collapse
X
-
Your store looks nice. I love clean websites without a lot of clutter. You let the products be the focal point.
Good Job.
jeff
Leave a comment:
-
Works great!! Thank you so, so much for the feedback!! :)
Leave a comment:
-
Sorry for the duplicate answer. Started the reply
Leave a comment:
-
Have you removed the category code from the header?
You can only use the category code once per page.
Sorry for the duplicate answer. Started the reply and took a call and did not see that Shaun had answered.
jeff
Leave a comment:
-
You must remove all of the category tags from the header.
Remove:
<!--START: FRAME_CATEGORY-->
to
<!--END: FRAME_CATEGORY-->
From the header
Then your categories should show in your sidebar. You cannot have the 3dcart provided tags within 2 areas in the frame template.
Hope this helps.
Shaun
Leave a comment:
-
Change Categories from header nav to left nav
Does anyone know where I can find code to change my category listings from the header down to the left bar? I have tried to copy from a template that already has this setup but it won't bring up the category names. It just has:
CATEGORY
CATEGORY (sub category)
I'm missing something somewhere and I just can't figure it out. This is the code I have:
<!--START: LEFT_BAR_BLOCKS-->
<!--START: FRAME_CATEGORY-->
<div id="modCategory" class="module"> <span class="menu-headers">[frame_categories]</span>
<ul class="mobile">
<!--START: CATEGORIES-->
<!--START: CATEGORY_FORMAT-->
<li><a href="view_category.asp?cat=CATID" class="cat">CATEGORY</a></li>
<!--END: CATEGORY_FORMAT-->
<!--START: SUB_CATEGORY_FORMAT-->
<li class="sub-cat"><a href="view_category.asp?cat=CATID" class="subcat">CATEGORY</a></li>
<!--END: SUB_CATEGORY_FORMAT-->
<!--END: CATEGORIES-->
</ul>
</div>
<!--END: FRAME_CATEGORY-->
Any help would be much appreciated. Thanks!Tags: None
Leave a comment: