Marcos wrote:Hello,
Thank you for your answer!
I still can't figure a way to make the top menu show the subcategories included in jackets. I added the categories to be shown on the main page and could remove the footer.
However I have a few more other questions:
1) How to make it to show the subcategories when hovering on the top menu.
2) How to put the contact us at the end of the top menu. (which file should I edit)
3) Is there a way to configure the number of products per page to be divisible by 3? (It's configured to 4, 8 and 12)
4) How to add the color boxes on the products colors instead of only the name of the attribute.
I was able to solve No. 1 and No. 3. So.... I'm adding No.5!
5) Is there any way to get rid of the tags appearing on the left side when searching for products?
Thanks!
Hi,
2. I think you have managed to do it too as now I see the Contact Us link as a last menu item.
4. When adding an attribute to a product you can choose its control type - just select ColorSquares and you will see the colors. You can read more about product attributes
here.
5. Go to this file: /Themes/Tiffany/Views/Shared/_ColumnsTwo.cshtml
and find this row (it is present on two places):
@Html.Action("PopularProductTags", "Catalog")
and comment it like this:
@*@Html.Action("PopularProductTags", "Catalog")*@
I hope this helped!