It is necessary to have Simple Products. Follow the steps to create a simple product with basic information. After finishing the basic information, it is possible to complete the advanced settings if you need.
It is necessary to have Simple Products. Follow the steps to create a simple product with basic information. After finishing the basic information, it is possible to complete the advanced settings if you need.
Just click on the Show/Hide Editor button if you prefer to work with the HTML code. To create new Blocks in Magento 2. Click Content on the Admin Panel. Select Blocks in the Elements section.
To make searching for specific products much easier for the customers, you can use product categories to better sort the content of your store and improve the user experience. You can create a root category in Magento and name it as you like although it comes with a default root category. At first, you need […]
You can manage cache in Magento 2 either from admin or using SSH. We are going to discuss both methods. Simply follow the steps to manage cache: Admin:- Steps to manage cache in Magento 2. Step 1: Login to your admin. Step 2: Go to System > Tools > Cache Management. Step 3: Click on Flush Magento Cache. Once the […]
Magento gives you the facility to backup different parts of the System like- the file system, database, and media files and to roll back automatically. Using the GZ format, database backup files are compressed. Similarly, the TGZ format is used for the system backups and database and media backups. Step 1: Login to your admin. Step […]
How we can easily setup a customer on our Magento website. Let’s see a new customer is added to your website. So, what all options you can show to him/her. Here, we will see that all field which is visible to him/her you can easily Configure it from admin. Simply follow the steps given below: […]
It is important to supplement offline business with online store to sustain in the market. An offline business can fetch you limited customers whereas online store can bring unlimited customers across the globe. Your business gets global recognition which increase sales. When you sell offline it reaches or available within limited location or area where […]
After the new virus named as Covid-19 has spread globally and left its impact on the lives of people to the great extent, the brick and mortar businesses have incurred huge loss because of locked down situation. We offer you the Corona Proofing and convert your brick and mortar business to Online store. It is […]
Why Magento go-to formula for success for online merchants? Magento is an excellent and popular open-source ecommerce solution for merchants with commendable structure, content handling, design, functionality, and user-friendly navigation. Therefore, it is important for magento store owner to get ready for Magento-driven revolution and changes that occur time to time in the e-commerce landscape. […]
Custom theme creation in shopware 6 is an easy process. First, you need ssh access and make sure file and folder permission and ownership set up correctly then you are good to go. In shopware 6 plugins and themes both are shown under the plugin section in backend. To check all plugins or themes go […]
Please follow the steps to create a custom theme in Magento 2 Step 1: Create a directory for ThemeCreate a directory in app/desing/frontend/ with vendor name and theme like:app/design/frontend/vendorName/themeName Step 2: Declare theme.xml under the theme directoryCreate a theme.xml file under “app/design/frontend/vendorName/themeName” this file will have theme name, parent theme name and preview of the […]
We can use more than one command at a time in magento 2 by using “&&” sign in between the commands. For Example: If we have to run setup upgrade and deploy static content in SSH. Instead of running two commands separately, we can run it simultaneously. By hitting php bin/magento setup:upgrade && php bin/magento […]