ProductFilterControl returning products for all subcategories
I need to modify the Browse page, namely the ProductList user control, to show all products for the selected category and also all products for subcategories. I see how the filter is currently being configured, but I don't know what the searchoptions are (if any) to allow this?
Also, I need to access a custom property on an item that I've created in the ProductList. I think I'll need to instantiate a new Product object, but I'm not sure how I'd do that. Can anyone help out?
TIA
gene

