Without a doubt, your Magento product page is the precious place where your customers will decide to shop or leave. To improvise sales and you have to serve better user experience with your store design that turns your store customer into returning one. By default you can change your whole store layout by changing the theme from the store backend, but what if you want to change the page layout without store layout?

Here is the complete tutorial to create your new store frontend page layout option inside your Magento 1 store. For this purpose first you need to create your own extension and then you have to create layout option in store backend for drop-down selection.

First, create “Vendor_Extension.xml” file inside your extension folder at following path.
app\etc\modules\Vendor_Extension.xml

After that, you need to define your custom layout option.
app\code\local\Vendor\Extension\etc\config.xml

Lastly, you need to write your own custom layout code “custom.pthml” file for the frontend.
app\design\frontend\Themes\Yourtheme\template\page\custom.phtml

That’s the final step! I hope you enjoy creating your own page layout in Magento 1.
Don’t forget to hit that stars and comment down below if you are facing an issue while using this code.
Happy Coding!

Click to rate this post!
[Total: 4 Average: 5]