- 41
Ok... I figured out the second issue.... sort of. This is more an issue with the
~/Views/Catalog/CategoryTemplate.ProductsInGridOrLines.cshtml
It only show products and the container <div> (product-list, product-grid) when there are products assigned to that category. So I need to make some adjustments.
Is there any documentation on the javascript processes?
Specifically, I'm looking for how it populates the divs (product-list, product-grid).
I want to hide the sub-category-grid <div> when the filter returns results and show it again when all filters are cleared.
No sure which js include file and function(s) to look for.
Thanks again for all your help and patience.
~/Views/Catalog/CategoryTemplate.ProductsInGridOrLines.cshtml
It only show products and the container <div> (product-list, product-grid) when there are products assigned to that category. So I need to make some adjustments.
Is there any documentation on the javascript processes?
Specifically, I'm looking for how it populates the divs (product-list, product-grid).
I want to hide the sub-category-grid <div> when the filter returns results and show it again when all filters are cleared.
No sure which js include file and function(s) to look for.
Thanks again for all your help and patience.