I'm looking at your site and you don't have a URL generated for products_all
You will need to generate one. Either by using the CEON manager if you have it or you will have to manually set it in the database table
Printable View
I'm looking at your site and you don't have a URL generated for products_all
You will need to generate one. Either by using the CEON manager if you have it or you will have to manually set it in the database table
at the moment I don't have a uri mapping for the all_products page.
Yesterday I set it to: products_all (in the main_page field).
Hmm strange, not sure what else to suggest then
I have created a uri mapping for the products_all page. In dutch it is: alle_producten. In english it is: all_products.
I noticed that it displays my discounted products first although the list is sorted to price. It should display cheaper products first. Perhaps this causes my problems?
I just tried your filter. Works fine.
Looks like you have your default sort order set to price low to high but its not stopping the dynamic filter from working.
There is a setting in the admin somewhere where you can choose which you have as the default sort order
Hi Phil,
It really doesn't work fine.
It keeps showing all the 3310 products when you try to filter.
The address is now: http://www.12bead.com/alle_producten
I think you have some sort of code conflict caused by one off the many errors on your page. Maybe you should resolve them first.
You are loading two different versions of jquery (1.7.1 and 1.6.4)
You are loading the back to top script twice.
and you are loading multiple instances of google analytics, one is even after the </html> tag
Thank you for your input. I will try to fix those problems first.