1. Use the developer mode:
Developer mode: In this mode, static files are not cached, and system errors and exceptions are displayed to users. In this mode, there is no need to manage the external Internet traffic.
The developer mode is...
Widget is a greater tool to insert or edit content into a CMS Page Block or Page, so I am so happy to bring you Create Widget in Magento 2 topic. Reading the post will help you understand: “What...
This topic discusses how to add custom js File with the components provided by Magento or custom replacement implementations.
We strongly recommend that you do not change the source code of default Magento components and widgets. All customizations must be implemented in...
Step 1: Put your image on Your Magento 2 Path: /app/design/frontend/< Vendor >/< theme >/web/images
Step 2: Use this code to call the image in phtml file
<?php echo $block->getViewFileUrl('images/demo.jpg'); ?>
Ref: chetansanghani, stackexchange
Install magento
Before installing Magento, you require the following system requirements.
System Requirements for Magento
Database − MySQL 5.1 +
Web Server −
Apache 2.x
Nginx 1.7.x
Operating System − Cross-platform
Browser Support − IE (Internet Explorer 7), Firefox, Google chrome
...
What is E-commerce?
E-commerce (Electronic Commerce) is a type of business that involves the commercial transaction or purchasing or selling of goods and services through electronic channels known as internet. It was first introduced in the year 1960 through EDI...
While working on a project, I had to add a unique static block between header and main content of the CMS page on each CMS page. Element had to be fully customizable via Magento admin panel and it had to be...
Integrate Zopim in Magento 2
Step 1: Get Zopim Addon
Step 2: Integrate Zopim with your Magento store.
Step 1: Get Zopim Code
Go to https://dashboard.zopim.com/
Login your Zopim account
Under the Settings section choose Widget
Now copy the embed...
There are some fairly major differences between Magento 1 and Magento 2. Magento 2 provides major updates on its previous version after some hard work to create the best solutions to old issues such as performance and security. The...
To merge CSS files:
On the Admin panel, click Stores. In the Settings section, select Configuration.
Select Developer under Advanced in the panel on the left
Open the CSS Settings section, and continue with following:
In the Merge CSS Files...