Categories Image & Featured Product

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 лет назад
-Where can I see the category Image on my store?
-What is the Featured Product? and where can i see them?
15 лет назад
1) Subcategories are shown with images if theirs parent category template is set to "Products in grid" (ProductsInGrid.ascx user control).

2) Featured products are now shown now. But you modify Templates\Categories\ProductsInGrid.ascx to show it
ProductCategoryCollection productCategoryCollection = ProductCategoryManager.GetProductCategoriesByCategoryID(CategoryID);

Each of ProductCategory item has IsFeaturedProduct property. Use it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.