Developer forum

Forum » Development » Parameter based search - Ecom

Parameter based search - Ecom


Reply
Im developing a paremeter based search in ecom, and are working on and "advanced search" page.

I need to be able to make a filter on the variants of the products.
In this case its a shoe shop, and the variants is the shoe sizes.

So in this case i need top be able to search for shoes the have size 39, are red and are made by Ecco and maybe some other parameters.

all the searching is going fine, but filtering on variants is not so fine :(

Is it posible in the "eComSearch" to filter on variants??

I would like a querystring something like
/?ecomsearch=1&VariantId=VO19

/Kenneth

Replies

 
Reply
Hi Kenneth,

Don't know if you've solved you problem, but I'll give it a shot anyway:-)

Sadly this is not supported in parameter based search. But based on

Dynamicweb.Notifications.eCommerce.ProductList.BeforePaging notification it would be fairly easy to make a notification subscriber that filters away the stuff you don't want from the product list based on what you supply in the querystring.

BR.
Lars

 

You must be logged in to post in the forum