After July 2021, the 2.3.x release line will no longer receive quality updates, or user guide updates. PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. We strongly recommend planning your upgrade now to Adobe Commerce 2.4.x to help maintain PCI compliance.

Tutorial 2: Blocks

The information on this page is intended for Adobe Commerce 2.3 customers who are on an extended support contract. The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.
Magento Commerce only. Learn more.

The following tutorial illustrates the difference between simple blocks and dynamic blocks, and how to use Page Builder to create each type of block.

Page Builder has a new content type called Banner which is featured in the first tutorial and is unrelated to the previous banner functionality. What was previously the Banner option in the Content menu is now Dynamic Block.

Dynamic block in the storefront

This tutorial assumes that you have completed Tutorial 1: Simple Page, including the prerequisites and downloaded sample files.

In Part 1 of this tutorial, you will create a simple block, and add it to the page that you created in the first tutorial. In Part 2, you will create a dynamic block with a price rule promotion that appears only to members of a specific customer segment. In Part 3, you will add the dynamic block that you created to the page. In Part 4, you will edit a dynamic block that is live in your store.

Follow parts 1, 2, 3, and 4 of this tutorial in order.

PART 1: Create a simple block

In this tutorial, you will create a simple block with content from Google Maps. Simple blocks are sometimes called CMS blocks or static blocks, because the content does not change. A simple block is ideal for content that you might want to reuse.

Step 1: Create a new block

  1. On the Admin sidebar, go to Content > Elements > Blocks.

  2. In the upper-right corner, click Add New Block.

  3. For Block Title, enter Google Map.

  4. For Identifier, enter google-map.

  5. Choose the Store View where the block is to be available.

    Block Information

  6. In the upper-right corner, click Save.

Step 2: Add a Google Map

  1. Scroll down to the Page Builder workspace.

  2. In the Page Builder panel, expand Media and drag a Map placeholder to the stage.

    Dragging a map to the stage

    A map to your store location appears if Google Maps is configured for your store.

    Configured Google Map for your store

    A placeholder map appears if Google Maps isn’t yet configured for your store.

    Google Maps placeholder

  3. In the upper-right corner, click the Save arrow and choose Save & Close.

Step 3: Configure Google Maps

If Google Maps is already configured for your store, you can skip this step and proceed to the next.

  1. Go to the Google Cloud Platform Console.

  2. Click the project drop-down and select or create the project for which you want to add an API key.

  3. Follow the [instructions][4] in the Google Maps documentation to configure your API credentials.

  4. Copy your API Key to the clipboard.

  5. Return to the Magento Admin and go to Stores > Settings > Configuration.

  6. In the left panel under General, choose Content Management.

  7. Expand Expansion selector Advanced Content Tools.

    Advanced Content Tools

  8. For Google Maps API Key, paste the key you copied.

  9. Click Test Key.

    If there is a problem with your key, return to the Google Maps Platform site to resolve the problem. Then, try again.

  10. After your key is verified, click Save Config.

Step 4: Add the block to a page

  1. On the Admin sidebar, go to Content > Elements > Pages.

  2. In the grid, find the Simple Page that you created in the first tutorial and select Edit in the Action column.

  3. Expand Expansion selector the Content section and scroll down to the Page Builder workspace.

  4. In the Page Builder panel under Layout, drag a Row placeholder to the top of the stage.

    Adding the row to the top of the stage

  5. In the Page Builder panel, expand Add Content and drag a Block placeholder to the new row.

  6. Hover over the empty block container to display the toolbox and choose the Settings () icon.

    Block toolbox

  7. On the Edit Block page, click Select Block.

    Select Block

  8. In the search box, enter map and press the Enter/Return key to find the block that you created.

    Find Block in List

  9. In the grid, click Select to choose the Google Maps block and then in the upper-right corner, click Add Selected.

  10. In the upper-right corner, click Save to save the settings and return to the Page Builder workspace.

  11. In the upper-right corner, click the Save arrow and choose Save & Close.

    Choosing the Save & Close option

Congratulations! You have completed the Part 1 of the Block tutorial. Make sure to keep your work for reference.

PART 2: Create a dynamic block

A dynamic block includes logic that determines where, when, and to whom it appears. In this tutorial, you will create a dynamic block for a promotion that is triggered when price rule conditions are met, and that appears only to a specific customer segment. The end result of this example is similar to the banner that was created in the first tutorial, but with logic that controls when it appears in the storefront.

Sample Luma tee promotion

Step 1: Create a new dynamic block

  1. On the Admin sidebar, go to Content > Elements > Dynamic Blocks.

    Dynamic Blocks list

  2. In the upper-right corner, click Add Dynamic Block.

    New Dynamic Block page

  3. Complete the basic settings for the new dynamic block:

    • Set Enable Dynamic Block to Yes.

    • For Dynamic Block Name, enter Tee Shirt Promo.

    • Set Dynamic Block Type to Content Area and click Done.

      The Dynamic Block Type determines where in the page layout the block is to be placed. When setting up a dynamic block for your store, take into consideration both the page layout and the theme, so you can put the available space to good use. Some stores have an active content area that is limited to a fixed width, while others extend the full width of the screen.

      Dynamic Block Type setting

    • For Customer Segment, select the checkbox of each segment that you want to apply to the dynamic block and click Done to save the list of segments.

      For this example, we created two customer segments that identify registered customers by gender. This dynamic block appears only to registered female customers who are logged in to their accounts while they shop in your store.

      Choosing the customer segments

Step 2: Complete the settings

Expand Expansion selector the Content section. Then, complete the following tasks.

Task 1: Add an Image

  1. In the Page Builder panel, expand Media and drag an Image placeholder to the row.

  2. In the image placeholder, click Select from Gallery and choose the wide-banner-background.png image.

    Row with the image

  3. Hover over the row container to display the toolbox and chhose the Settings () icon.

  4. For Minimum Height, enter 400.

  5. In the upper-right corner, click Save to return to the Page Builder workspace.

  6. In the upper-right corner of the Tee Shirt Promo page, click Save again.

Task 2: Add columns

In the Page Builder panel under Layout, drag a Column placeholder onto the row.

Row with two equal columns

The row is now divided into two columns of equal width.

Task 3: Add text

  1. In the Page Builder panel, expand Elements and drag a Text placeholder to the second column.

    Dragging a text box to the second column

  2. Enter the following three lines of text into the editor:

    Even more ways to mix and match. Buy 3 Luma tees and get a 4th free. Shop Tees >

    Entering text for the column

  3. Select all three lines of text and use the toolbar to set the Line Height to 40px.

    Setting the line height

  4. Set the Font Size for each line as follows:

    Line 1: 28px
    Line 2: 24px
    Line 3: 18px

    Because this block could be placed anywhere on the page, we use the default paragraph style, rather than heading levels. Also, don’t worry that the text does not yet wrap correctly in the column.  

    Formatted text

Task 4: Add a Link

In the first tutorial, you learned how to use the Button content type to create a link. This example shows how to insert a link from the editor toolbar.

  1. In the storefront, navigate to the page that is to be the target destination for the link.

    You can use the fully qualified URL or a relative URL that omits the reference to your store domain.

    Full URL
    https://mystore.com/women/tops-women/tees-women.html
    Relative URL
    ../women/tops-women/tees-women.html
  2. In the text editor, select the Shop Tees > text in the third line and choose Bold () in the editor toolbar.

  3. With the Shop Tees > text in the third line still selected, choose Insert/edit link () in the editor toolbar.

    Inserting a link

  4. For Url, enter the relative link that you prepared.

  5. Set Target to None.

    This setting opens the page in the same browser window, rather than opening a new tab.

  6. For Title, enter Shop Tees.

    The Title link attribute is used by some browsers as a tooltip.

  7. Click OK to save the link and return to the Page Builder workspace.

    Link details

  8. In the upper-right corner, click Save.

Step 3: Add a price rule

  1. On the New Dynamic Block page, expand Expansion selector the Related Promotions section and click Add Cart Price Rules.

    Related promotions

  2. On the Add Related Cart Price Rules page, select the checkbox for the Buy 3 tee shirts and get the 4th free price rule and click Add Selected.

    Adding a related cart price rule

    The price rule appears in the Related Promotions section, under Related Cart Price Rule. You can associate multiple price rules with a dynamic block. However, for this simple example, we’ll use just one.

    Selected cart price rule

  3. In the upper-right corner, click Save to return to the Dynamic Blocks page.

Step 4: Add the dynamic block to a page

  1. In the Admin sidebar, go to Content > Element > Pages

  2. Find the Simple Page that you created in the first tutorial and open it in edit mode.

  3. Expand Expansion selector the Content section.

  4. In the Page Builder panel under Layout, drag a Row placeholder to the top of the stage.

  5. In the Page Builder panel, expand Add Content and drag a Dynamic Block placeholder to the new row.

    Dragging a dynamic block onto the row

  6. Hover over the dynamic block container to display the toolbox and choose the Settings () icon.

    Dynamic block toolbox

  7. On the Edit Dynamic Block page, click Select Dynamic Block.

    Select Dynamic Block

  8. Find the Tee Shirt Promo dynamic block that you created, click Select, and then click Add Selected.

    Selected dynamic block

    A summary of the dynamic block information appears below.

    Dynamic block information

  9. Accept the default Template, Dynamic Block Block Template.

  10. When complete, click Save to save the settings and return to the Page Builder workspace.

    Dynamic Block on the page

Congratulations! You have completed the Part 2 of the Block tutorial. Make sure to keep your work for reference.

PART 3: Update the dynamic block

In this final part of the tutorial, you will edit a dynamic block while the page is live in your store. Then, log in to the store as a member of the customer segment to make the block appear.

Sample dynamic block in the storefront

Step 1: Edit the dynamic block

  1. In the Admin sidebar, go to Content > Elements > Dynamic Blocks.

  2. Find your Tee Shirt Promo dynamic block in the grid and open it in edit mode.

  3. Expand Expansion selector the Content section.

  4. Change the column width:

    • Hover over the border between the two columns.

    • Hold down the mouse button and drag the border two divisions to the left.

      Grid divisions

      The first column is now four of twelve (4/12) grid divisions wide, and the second column is eight of twelve (8/12) divisions wide.

      Two unequal columns

  5. Change the text color:

    • Select the first two lines of text.

    • On the editor toolbar, choose Text Color and click the White swatch.

    Text color

  6. In the upper-right corner, click the Save arrow and choose Save & Close.

    Choosing the Save & Close option

Step 2: View the Dynamic Block

Because this dynamic block is visible only to members of a specific customer segment, you must log in as a customer who is a member of the customer segment to see the promotion. In this example, the block appears only to female customers.

  1. Open a browser window to your storefront.

  2. To view your sample page, modify the URL in the address bar as follows:

    mystore.com/sample-page

    If your store is configured to include the html suffix, include the suffix as follows:

    mystore.com/sample-page.html

  3. Sign in as a female customer:

    • In the upper-right corner of your home page, click Sign In.

    • If the sample Luma data is installed on your system, use the following credentials:

      Email roni_cost@example.com
      Password roni_cost3@example.com
    • Click Sign In.

    • Return to the sample page to see the dynamic block that you created with the Tee Shirt Promo.

    Dynamic block displayed for a customer segment

Congratulations! You have completed the Part 3 of the Block tutorial. Make sure to keep your work for reference.

When you are ready, proceed to Tutorial 3: Catalog Content