#3967

Tu Tran
Moderator

Hi,

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


<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>

By:


<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
    <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
        <block type="page/html_pager" name="product_list_toolbar_pager"/>
    </block>
    <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
</block>

Thanks you,