B2B eCommerce
How to add a static block to the main content of a product page in Magento 2
This one is really handy. You may be wondering how to get a banner or block of text to the top of a 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…
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…
Why Security Updates Matter
You may consider security updates to your website as a bugbear (excuse the pun), a budget taking activity, but it can save you a lot of hassle and huge costs in the long run. Every website will need security updates at some time as code will always be worked on and improved making it better for those using the website…
- « Previous
- 1
- 2
- 3
- 4






