How to install Magento 2

How to install Magento 2 – This tutorial is for Magento beginner developers to install Magento 2 successfully. Firstly, we will download the files from magento.com and secondly, configure the setup wizard successfully. So, open the new tab and type https://magento.com and press enter. Hover over the community menu and click on the documentation and resources link below the developers’ section. It will redirect you to the documentation and resources page, on the top right side of the menu click on the download section.

Read More

Online Inventory Management Software - V2 - PHP

Online Inventory Management Software will help you to manage your product stock in a manageable way. This system is a second version and more advance than the previous one. This system is built on CodeIgniter with proper management of users, groups, brands, stores, products, orders, and reports. You can create as many users as you want and assign them to the required modules. The system features are listed below section. In addition, We will also teach you how to install the system successfully.

Read More
Call another phtml template file in phtml file

Call another phtml template file in phtml file - Magento 1x

How to call another phtml template file. For example, if you want to call the coupon code. First, we will need to go to the checkout.xml file which is located at app >> code >> design >> THEME NAME >> default >> layout >> checkout.xml. After that look for the coupon html file then you will find the below code.

Read More
How to install Magento 1.9x

How to install Magento 1.9x

How to install Magento 1.9 – This tutorial is for magento beginner developers to install magento 1.9 successfully. Firstly, we will download the files from magento.com and secondly, configure the setup wizard successfully. So, open the new tab and type https://magento.com and press enter. Hover over the community menu and click on the documentation and resources link below the developer’s section. It will redirect you to the documentation and resources page, on the top right side of the menu click on the release section. Find the magento ver 1.9.x there you can select the version and download the files

Read More
Check if current page is category, login, registration, checkout page and more

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 a specific page. To display a specific block of code on a particular page, we can run the below code. This code can ease you to fetch the module, controller, and action name in phtml template file. These codes only work on the phtml template file not in static blocks or cms page in the admin panel.

Read More