How to call the another phtml template file. For example if you want to call the coupon code. First we will need go to the checkout.xml file which is located at app >> code >> design >> THEME NAME >> default >> layout >> checkout.xml. After that look for the…
How to install Magento 1.9x
How to install Magento 1.9 – This tutorial is for magento beginner developer to install the magento 1.9 successfully. Firstly, we will download the files from the magento.com and secondly, configure the setup wizard successfully. So, open the new tab and type https://magento.com and press enter. Hover to the community…
Check if current page is category, login, registration, checkout page and more – Magento 1.9
Sometimes in theme development, you will need to display a particular block code for specific page. To display the specific block of code into particular page, we can run these below code. These code can will easily fetch the module, controller, action name in phtml template file. These code only…
Calling the phtml file from cms page – Magento 1x
This tutorial is about calling the phtml template in cms page. This tutorial will be straight forward. In summary, We will create a new page in admin panel and custom phtml file in the backend. So, before we move forward this tutorial is applied only on the Magento 1x. Step…
Calling the static block from phtml files – Magento 1x
I know for beginners calling the static blocks into your phtml template file could be intimidating. But don’t worry this tutorial make you ease but appropriate step. I hope you already downloaded and install the magento and working on your project. Step 1: Login into the admin panel and hover…
Get base Url, Skin Url, Media Url in both phtml files and cms pages or static blocks – Magento 1x
I have been searching in the web for these helpful code for Magento 1x and gather together here for my own purpose. But you want use these codes into your project then please go head. Get the URL in CMS pages and Static Blocks 1. Base URL {{store url=””}} 2….
Parking Management System – Codeigniter
Parking Management System is the most compete and versatile parking management system. This system is an open source project. We have provided the most advance backend management functionality with parking slot, parking rates, parking category and more best functionality. Parking Management System, is an open source project for people who…
Online School Management System
School Management System, is an open source project for people who wants to grab the core idea of the data process within the system. As well as, you can practice this system for the assignments too. Though, if you want to use it on the online project then I highly…
How to upload image with ajax and php
AJAX (Asynchronous JavaScript and XML) is a popular technique to update the part of a web page without reloading the whole page. The ajax method will enhance the web application better, faster, and interactive. To upload the image into the database, we will be working with procedural PHP, and using…
CodeIgniter Tutorial – Register and Login with Ajax
Codeigniter is a PHP framework which contains libraries, helpers, plugin-in and other resources. It will make the PHP codes in simple, quick and user-friendly. It is a lightweight and MVC programming technique to keep the business logic separate from the layout of the application. MVC stands for Model View Controller…