We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Magento 2
-
How to customize the Store URLs in Magento 2
Understanding precisely the configuration of store URLs as well as all types of URLs is compulsory for you in developing a Magento 2 store. There are 3 types of URL, for example: Base URL http:// www.yourdomain. com/magento/ Secure Base URLhttps:// www.yourdomain .com/magento/ URL with IP addresshttp:// ###.###.###.###/magento/ Your -
How To Add Configurable Product In Magento 2
<p>A <strong>configurable product</strong> is a group of simple products with unique SKU. The configurable product lets the customer choose options like (shirt colour). Every configuration has a simple product like (product for each colour).</p> <p>Every option is a simple product with a unique SKU, Which makes it -
How to add user role for admin user through admin panel in Magento 2
<h3>Steps to Add New User Role</h3> <p>Do the following steps to add a new user role in <a href="https://theonlinehelper.com/magento-2">Magento 2</a> to give specific or full access to the new admin user. </p> <ul> <li>In the left sidebar of the Admin panel, go to <strong>SYSTEM</ -
How to add a category and subcategory in Magento 2
<h2><a title="Magento 2 Development Services" href="https://theonlinehelper.com/magento-2">Category And Subcategory In Magento 2</a>:</h2> <p>Do follow the following steps to add categories and subcategories: </p> <ol> <li>In the left sidebar of the Admin panel, go to <strong>CATALOG -
How to add a related products in the product page Magento 2
<p>Do follow the following steps to add related products in <a href="https://theonlinehelper.com/magento-2">Magento 2</a>:</p> <ol> <li>In the left sidebar of the Admin panel, go to <strong>CATALOG</strong> > <strong>Products</strong>.<br><br><img tabindex="0" src=" -
How To Add Simple Product in Magento 2
<p><a href="https://theonlinehelper.com/magento-2">Magento 2</a> holds multiple products within the catalogue, a simple product is a physical item with a unique SKU. Simple products have input controls, available to sell varieties of the product. Simple products can be utilised in cooperation with grouped, bundles, and -
How to add an custom attribute in Magento 2
The products attribute in Magento 2 is basically the properties of the products which help the customers to choose the different sizes, colors, and weights, etc. Magento 2 allowed us to create the attribute as many as we want. We have can choose any type for our attribute like dropdown, visual swatch, etc. In this blog, we are making -
How to create new admin user in Magento 2
Steps To Create New admin User In Magento 2 You can create a new admin user in Magento 2 by using two methods: Using the command line Using Admin panel Method# 1: USING COMMAND LINE: Using the command line is an easy and fastest way to add a new admin user in Magento 2. We just need to run only one command in the terminal.