- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I add a static block to category page below Products
is there any way to add a different cms block to each category page
at the end of the product list - below Products?
https://share.getcloudapp.com/L1u6OXND
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do I add a static block to category page below Products
Hi ygl1
I will be glad if I can be useful to you.
CMS blocks in Magento 2 are a great way to display different information to your users.
To add a CMS block via a widget in Magento 2, follow these steps:
1. Go to Content > Elements > Widgets and click the Add Widget button.
2. Select CMS Static Block as Type, set Design Theme, and click Continue.
3. Fill in the Storefront Properties.
Since the CMS Block Type and Design Theme are already selected, you cannot change this at this stage.
- Give the CMS to the Title block.
- Bind it to Store Views where it will be available.
- Set Sort Order. Note: The lower the number, the higher the widget will appear in the widget list.
4. Set Layout Updates.
Here you specify the exact page and place the page where you want to display the CMS block.
- Select any Page, such as Category, Product, or Generic, to place the CMS block.
- Select the Container, the exact part of the page where you want to display the CMS block.
5. Go to Widget Options and select the CMS block you want to assign to this widget.
After saving the widget, you can go to the storefronts and check it out.
You can contact us on our website if you have any questions ideainyou
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do I add a static block to category page below Products
Yes, you can add a static block to the category page below products in Magento. Here is a step by step guide to do that:
- Go to the Magento admin panel
- Click on "Content" and then "Blocks"
- Click on "Add New Block"
- Enter the Block Title, identifier and the content of the block
- Save the block
- Go to the category page you want to add the block to
- Click on "Design" tab
- In the "Layout Update XML" section, add the following code:
<referenceContainer name="content">
<block class="Magento\Cms\Block\Block" name="block_identifier" after="product_list">
<arguments>
<argument name="block_id" xsi:type="string">block_identifier</argument>
</arguments>
</block>
</referenceContainer>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do I add a static block to category page below Products
Thanks
any way add a block in category page placed after some products ?
like here : https://www.delta.co.il/men/pajamas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do I add a static block to category page below Products
Thanks
Any way to add block after some products on category page ?
like here : https://www.delta.co.il/men/pajamas