- 8
Hello Everyone,
I'm having a strange issue with NopCommerce 2.6 and the Ajax Filters. Normally, when you integrate the filters, you still get the following dropdown boxes at the top of the category page:
Sort By
Display Number of Items per Page
Veiw Mode
I get lists displayed instead of dropdown boxes... They look like li elements with bulleted items that match what should be in the dropdowns.
My Sort By Dropdown looks like this:
Sort By
Position
• Position
• Brand: A to Z
• Brand: Z to A
• Price: Low to High
• Price: High to Low
• Created On
----------------------------------------
My Display number of Items to Display Dropdown looks like this:
Display
12
• 2
• 4
• 8
• 12
• 24
Per Page
----------------------------------------
My View Mode Dropdown looks like this:
View As
Grid
• Grid
• List
----------------------------------------
It's like if the dropdowns were being rendered as list boxes... If anyone has any insight on this, I would be very appreciative.
Thanks
Jose
I'm having a strange issue with NopCommerce 2.6 and the Ajax Filters. Normally, when you integrate the filters, you still get the following dropdown boxes at the top of the category page:
Sort By
Display Number of Items per Page
Veiw Mode
I get lists displayed instead of dropdown boxes... They look like li elements with bulleted items that match what should be in the dropdowns.
My Sort By Dropdown looks like this:
Sort By
Position
• Position
• Brand: A to Z
• Brand: Z to A
• Price: Low to High
• Price: High to Low
• Created On
----------------------------------------
My Display number of Items to Display Dropdown looks like this:
Display
12
• 2
• 4
• 8
• 12
• 24
Per Page
----------------------------------------
My View Mode Dropdown looks like this:
View As
Grid
• Grid
• List
----------------------------------------
It's like if the dropdowns were being rendered as list boxes... If anyone has any insight on this, I would be very appreciative.
Thanks
Jose
Jose Gonzalez