How do I add a cms block for a particular category above the pagination toolbar and below the products grid?
How do I add a cms block for a particular category above the pagination toolbar and below the products grid? <referenceBlock name=”product_list_toolbar”> <block class=”MagentoCmsBlockBlock” name=”accessories.stand.out” before=”-“> <arguments> <argument name=”block_id” xsi:type=”string”>accessories_stand_out</argument> </arguments> </block> </referenceBlock> app/design/frontend/cb/vannicholas/Magento_Catalog/layout/catalog_category_view_id_4.xml I have added it for the… Read More »How do I add a cms block for a particular category above the pagination toolbar and below the products grid?