#4666

Tu Tran
Moderator

Hi,

To fix this issue, please go to the file app\design\frontend\default\default\layout\sns\ajaxfilter.xml, find and replace the code

<block type="ajaxfilter/ajax" name="ajaxfilter" template="sns/ajaxfilter/script.phtml" output="toHtml" />

By:

<block type="ajaxfilter/ajax" name="ajaxfilter" template="sns/ajaxfilter/script.phtml"  />

And the code

<block type="ajaxfilter/ajax" name="ajaxfilter" template="sns/ajaxfilter/script.phtml" output="toHtml" />

By:

<block type="ajaxfilter/ajax" name="ajaxfilter" template="sns/ajaxfilter/script.phtml" />

Thanks you,