How to move static block in magento 2.1.8 at the bottom of product list in Category
问题 I am using MAgento 2.1.8 but i am stuck in moving static block to bottom of product list of a category page as i want to write the content Before and after to products. 回答1: If you have child theme then override the catalog_category_view.xml. To override the xml file follow the below steps. Copy the file from path vendor/magento/mdoule-catalog/view/frontend/layout/catalog_category_view.xml paste it into the path app/design/frontend/vendor/theme/Magento_Catalog/layout/catalog_category_view.xml