Magento 2
How to add a static block before product images on product page in Magento 2
Ok so this one is pretty much the same as the last one except we’re going to put the image before the product image gallery. Create the static block you want to add after the image. When asked to give the block an identifier add something unique this will replace block_indentifier_here in the code below. Use this code to add the block remembering…
How to add a static block after a product title in Magento 2
Create the static block you want to add after the title. When asked to give the block an identifier add something unique this will replace block_indentifier_here in the code below. Use this code to add the block remembering to change the block identifier and giving the layout update a namespace such as custom.product.title.after Now you just need to style your contents that you’ve…
How to add a static block after product images on product page in Magento 2
Create the static block you want to add after the image. When asked to give the block an identifier add something unique this will replace block_indentifier_here in the code below. Use this code to add the block remembering to change the block identifier and giving the layout update a namespace such as custom.image.after Now you just need to style your contents that you’ve…
- « Previous
- 1
- 2


