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 MoreOnline 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 MoreHow 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 MoreHow 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 MoreSometimes 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