In this tutorial, Today I will explain to how to create custom cms page layout xml file in Magento 2. When, you want to add any custom css and js in your custom cms page and your want to use layout XML file then, how you will create layout xml file for custom cms page? You may also like this…
Tag: layout
Magento 2 : Change Product View Page Layout based on Price
In this tutorial, Today I will explain to you how to change product view page layout based on price in Magento 2. Sometimes, customer requirement is like that they want to set product page layout when the product price is like XYZ. But, Magento doesn’t provide default functionality or any configuration about change product page layout based on price. At…
Magento 2 Get Config Value in Layout XML
In this tutorial, I will explain you about how to get config value in layout XML file in Magento 2. There are sometimes need to set value in layout XML file from system config which admin set value in system configuration from admin panel. For example : Header and Footer link and label set from admin panel which admin want…
Add new page layout option in Magento 2
In this tutorial, I will explain you how to add new page layout option in Magento 2. Sometimes, you want to change page layout of your product page, category page, cms page etc. Your store’s page layout is also one of the important part to make your sales high and serve customer experience more better. There are 4 layout types…
How to create Tic Tac Toe Game in Android
Tic Tac Toe is a simple 3*3 game and almost every people played this game in their childhood. There are so many articles you will find in other sites, but I write this blog especially for beginners which can easily understand and create simple gaming app. Here, I explain all files with it’s flow and also mention comment. So, Let’s…