Product List Querystring Evaluation Mode
What's the syntax to get the Product list to respond to a QueryString evaluation mode?
This is what I'm using
/products?taxonomy=departments&propertyName=department&taxon=%2fcookware-tools%2fclay-cookware
What do I have wrong here? (Custom widget based on the TaxonomyControl instead of the Department one btw...for consistency)
The above querystring returns 0 products (always), and if I drill down further, I 404?
Hello Steve,
That is strange, as the QueryString should respond correctly to the given parameters. However, you can try the ShopBy filter syntax, as described here:
www.sitefinity.com/.../-shop-by-filters-come-to-ecommerce-in-sitefinity-5.2
as for example: ByDepartment=dep1,dep2&ByPrice=0-100&ByBrand=xyz
where brand is a custom classification that you have.
Kind regards,
Victor Velev
the Telerik team