Uncategorized
Custom Layout on Checkout Page
While working on Magento checkout process, many retailers are facing issue named – one page checkout. Well let’s check out the main issue behind this and let’s get to its solution. As we know, Magento checkout page contains two columns: 1. side column with „checkout progress”, list of all currently entered data in checkout process …
How to Create New theme in Magento
In last article we have seen how to manage Default templates in Magento, in this article we will see how to create new theme in Magento? You need to follow simple few steps as below. Step 1: Create folders for new theme We will create few files & folders for our new theme, let’s give …
Default templates in magento
Magento allows you to create templates rather than using default one. You can easily customize magento default templates, its HTML and it’s CSS too according to your requirements. But the preferable option is to use default templates because it save lot of your time and work. Let’s have a look on the basic standard HTML …
Multiple stores with multi domain in Magento
One of the most interesting and needful feature of Magento is creating multiple stores with multi domain. In this article we are going to see how we will use this feature for setting up multi ple stores or multiple websites with multi domain setup? We just have to go through 3 steps only. Step 1: …