How to remove review magento 2

How to remove Review/Ratings in magento 2 product page? Here I am demonstrating remove Review/Ratings for “Luma” theme .If you use diffrent theme then change path accordingly. If you are using custom theme then it should be available on diffrent path(ex. /app/design/frontend/NAME_SPACE/THEME_NAME 1.I am removing review/rating for “luma” so my path is “your magento root/vendor/magento/theme-frontend-luma/Magento_Theme/layout/default.xml” Open this file in edit

Read more

How to remove footer links magento 2

How to remove footer links in magento 2 ? Here I am demonstrating remove footer links for “Luma” theme.If you use diffrent theme then change path accordingly.If you are using custom theme then it should be available on diffrent path(ex. /app/design/frontend/NAME_SPACE/THEME_NAME 1.I am removing footer links for “luma” so my path is “your magento root/vendor/magento/theme-frontend-luma/Magento_Theme/layout/default.xml” Open this file in edit

Read more

How to change theme in magento 2

1.Login to admin panel. 2.Click on Content. 3.Click on Configuration. 4.Click on “Default Store View” row edit link. 5.Now select the theme from list of avilable themes. 6.Click on “Save Config”. 7.Clear the cache and then check your theme will be changed. 8.Thats all your theme is changed. See video demonstration for the same

Read more

Magento 2 Create SOAP/REST API user.

How to Create Web Service Rest/Soap Role and User in Magento 2 1.Login to admin panel. 2.Click on System. 3.Click on User Role. 4.Click on User Role “Add New Role”. 5.Set Name as something like “Web Service Role”. 6.Click on “Role Resources”. 7.Set only those resources that are required for web service. 8.Click Save Role. 9.Now create user for the

Read more

Magento 2 Change Copyright text

How to change magento 2 copyright footer? 1.Login to admin panel. 2.Click on Stores 3.Click on Configuration 4.Select GENERAL Tab and click on Design 5.Click on Footer Tab 6.Change Copyright whatever you want. 7.Click on “Save Config” 8.If it ask for clear cache then clear it. 9.Thats All.See video demonstration for the same

Read more

Uninstall extension magento 2

How to disable module in magento 2 Suppose that I want to disable module called “Ashsmith_Blog” 1.Open terminal(Command Prompt) or SSH. 2.Goto Root Directory of magento by cd command 3.Type following command to disable module bin/magento module:disable Ashsmith_Blog 4.Thats All.Module is disabled.

Read more

Magento 2 remove wish list functionality

How to disable Wish List in magento 2 1.Login to admin panel. 2.Click on Stores 3.Click on Configuration 4.Select Customers and click on Wish List 5.Click on General Options and Set Enabled to No 6.Click on “Save Config” 7.If it ask for clear cache then clear it. 8.Thats All.Now wish List is disabled.See video demonstration.

Read more