I would like to add an addition drop down list with sort by options (with size option( x, xx, xxl and all other from products Variants from DB for SELECTED category)) on the category page, And I need thAt paging and default sorting (by price , by name and etc) working correctly with a new list!
AbleCommerce 7.0 Asp.Net 2.0 Shopping Cart
MSSQL 2005
Thanks,
Alex
How to make an addition drop down list on catergory page?
Re: How to make an addition drop down list on catergory page?
You may need to write your custom code that loads the variants and sort them by size values.ProductDataSource.NarrowSearch doesn't expose any thing that took care of this extra sort parameter.
- AlexG
- Commander (CMDR)
- Posts: 128
- Joined: Mon Mar 03, 2008 9:51 pm
- Location: StealDeals.com
- Contact:
Re: How to make an addition drop down list on catergory page?
If I get all variants from all products , the site will be slowly!mazhar wrote:You may need to write your custom code that loads the variants and sort them by size values.ProductDataSource.NarrowSearch doesn't expose any thing that took care of this extra sort parameter.
Because the variant (product proporties) is in the other table!
Is that correct?
Re: How to make an addition drop down list on catergory page?
It may. You can try to write your custom queries to accomplish this job by providing your custom category display page..If I get all variants from all products , the site will be slowly!
Because the variant (product proporties) is in the other table!
Is that correct?