Search code examples
magentomagento-1.9

static block doesn't show products in Magento 1.9.2.4


I need to show products in static block, but it does not display any product. when I write any content in static block then the content will appears. But category product will not display. I need to show product with pagination toolbar.

I tried with the code:

{{block type="catalog/product_list" name="product_list" category_id="5" column_count="4" count="6" limit="4" mode="grid" toolbar_block_name="product_list_toolbar" template="catalog/product/list.phtml"}}

Solution

  • You have to add "catalog/product_list" to the permissions: [ System > Permissions > Blocks ], otherwise the block won't show up.