Hello everyone,
Can anyone direct me to resources that can help me implement additional search criteria on the Advance Search page. The goal is to allow a visitor to search by weight range (low/high textboxes) and dimensions (length x width x height, with each dimension as a textbox).
Thanks,
Albert
Advance Search Customization Help
Re: Advance Search Customization Help
Yes you can do it by writing a custom query like this one
e-g
e-g
Code: Select all
ProductCollection products=ProductDataSoruce.LoadForCriteria(String.Format("weight={0}",WeightTextBox.Text)
ProductList.DataSoruce=products;
ProductList.DataBind();
hope this helps!
__________________
s_ismail

AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog
__________________
s_ismail


AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog