Developer

How to add a static block to the main content of a product page in Magento 2

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…

Continue reading
How to add a static block before product images on product page in 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…

Continue reading
How to add a static block after a product title in Magento 2

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…

Continue reading
How to add a static block after product images on product page in Magento 2

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…

Continue reading
Why Security Updates Matter

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…

Continue reading
Find emails with no reply automatically in Gmail

Find emails with no reply automatically in Gmail

I recently found a script that looks through your Gmail and adds a label to all of the emails that haven’t had a reply within a certain time period.  As a busy person who sends upwards of 100 emails a day keeping track of everything that needs a response is difficult and this Google script was a treat to find….

Continue reading