Filtering Without Ajax

Hello, is it possible to apply filters on catalog by press of a button instead of ajax?

Hello,



It is possible but requires the additional modification. We can help you to develop it, just contact us.



Sincerely yours,

CS-Market.

Dear Emagine,



Please contact us using the link from the signature and we will help you.



Best regards, Alt-team.

[quote name='emagine' timestamp='1419335238' post='200721']

Hello, is it possible to apply filters on catalog by press of a button instead of ajax?

[/quote]



You just to open the following files:


  1. design\themes\THEME\templates\blocks\product_filters\components\product_filter_variants.tpl



    remove:



cm-ajax cm-ajax-full-render




2. design\themes\THEME\templates\blocks\product_filters\components\product_filter_slider.tpl



add



{assign var="use_ajax" value=false}




before this line:



{* Slider params *}




Hope that helps.

Hello, I'm looking to make this change in version 4.6

I need to stop the page from loading once i select a checkbox and rather use a button to apply the filter.

any suggestions on tweaking the products filter code?

Hello, I'm looking to make this change in version 4.6

I need to stop the page from loading once i select a checkbox and rather use a button to apply the filter.

any suggestions on tweaking the products filter code?

We did not found ready-to-use solution for your task. I am afraid, additional code modification is required