Page 66 of 68

How to merge and minify CSS files in Magento 2?

This tutorial will show you how to merge and minify CSS files in Magento 2 store. Please follow below steps to merge and minify CSS files in Magento 2. 1) Log in to Magento 2 using your admin account. 2) From left sidebar, click Stores, and then Settings -> Configuration. 3) In this page, expand…

How to add color picker on system configuration in Magento 2?

Recently I have found one solution to add color picker on system configuration options in Magento 2. Lets discuss in detail. In order to add color picker on system configuration options, we have to add one system field and require one Block file. Use below code to add system field. <field id=”color” translate=”label” type=”text” sortOrder=”10″…

Add a new product type in Magento 2

Happy to see you guys again! In this Magento 2 Tutorial, we will learn how to Add a new product type in Magento 2 step by step using one real extension. As you know, Magento 2 store comes with six different product types. Simple product Configurable product Grouped product Bundle product Downloadable product Virtual products…

How to Create Product Attributes in Magento 2

agento 2 provides you with a flexible functionality to set properties to each product in a catalog. Attributes and attribute sets are one of the most powerful features in Magento. Using Magento product attributes you can set such product features as color, size, shape, etc. You can essentially customize the product attribute in Magento 2…

How to Add sitemap.xml file in Magento 2

Sitemaps allow website owners to inform search engines what pages on their website are available for crawling. Do not worry. You do not need to manually enter every single URL from your website in order to create your sitemap. Magento 2 comes bundled with the ability to generate a Google sitemap. Google sitemaps are XML…

How to increase Magento 2 admin session timeout

If you’re getting logged out of your Magento 2 admin after some time you can easily increase the session timeout from backend. In this blog post, we will learn how to increase Magento 2 admin session timeout. Lets set session timeout to 1 day(86400). In order to increase session timeout, Log into your Magento 2…

Add Google Analytics Code In Magento 2

Google Analytics is a free Web analytics service that provides statistics and basic analytical tools for search engine optimization (SEO) and marketing purposes. This service helps store owners to boost sales, find more customers, improve their business. Here are some benefits of using Google Analytics with eCommerce store. Able to find out how your visitors…

Add a non-category links to the navigation menu in Magento 2

As we know Magento 2 does not include features like adding extra(home, blog) links to main navigation menu. In this blog post we will discuss how to add non category links to navigation menu in Magento 2. In this we will use Magento 2 Observer page_block_html_topmenu_gethtml_before to add new link to menu. Lets consider module…

Magento 2 intl php extension missing

As we all know Magento 2 is released and every developers are trying to install and learn Magento 2. When you trying to install Magento 2 the most common error used to get for the first time is php extension intl missing. How to check php intl extension enable or not? Open php.ini file and…

« Older posts Newer posts »