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

Install extension in magento 2

How to enable module in magento 2 Suppose that I want to enable 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 enable module bin/magento module:enable Ashsmith_Blog 4. To properly enable module run following command next bin/magento setup:upgrade 5.Thats All.See video demonstration

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

Magento remove email to friend in magento 2

How to disable email to friend functionality in magento 2 1.Login to admin panel. 2.Click on Stores 3.Click on Configuration 4.Select Catalog and click on Email to a Friend 5.Set Enabled to No 6.Click on “Save Config” 7.If it ask for clear cache then clear it. 8.Thats All See video demonstration for easy explanation

Read more

Magento 2 admin session time settings

How to increase admin session timeout in magento 2 1.Login to admin panel. 2.Click on Stores 3.Click on Configuration 4.Select Advance Tab and click on Admin 5.Click on Security Tab 6.Set value in “Admin Session Lifetime (seconds)” 7.Click on “Save Config” 8.Thats All See bellow video demonstration for more info.

Read more

Magento 2 Validation Rules List

Here is list of validations classes rules supported by magento 2. You just need to add css class for the rule to apply. min_text_length max_text_length max-words min-words range-words letters-with-basic-punc alphanumeric letters-only no-whitespace zip-range integer vinUS dateITA dateNL time time12h phoneUS phoneUK mobileUK stripped-min-length email2 url2 credit-card-types ipv4 ipv6 pattern validate-no-html-tags validate-select validate-no-empty validate-alphanum-with-spaces validate-data validate-street validate-phoneStrict validate-phoneLax validate-fax validate-email validate-emailSender

Read more

Magento 2 Add Coupon Code

Here is how to create Coupon Code. For example you want to set “10%” off on whole cart when total of cart 200 or more 1.Login to admin panel of magento2. 2.Goto “MARKETING” in left panel and then click “Cart Price Rule” and Click “Add New Rule” 3.Click on “Rule Information” and set Rulename,Coupon,Coupon code and other required information. 4.If

Read more

Magento 2 set number of products per page

Here is how to change number of products per page in magento2. For example you want to set “10” products per page. 1.Login to admin panel of magento2. 2.Goto “STORES” in left panel and then click “Configuration” 3.Click on “CATALOG” and in sub item click “Catalog” 4.Click “Storefront” 5.Set “Products per Page on Grid Allowed Values” to new value like

Read more

Magento 2 Change Grid View To List View Or List View To Grid View Permanently

Here is how to change Magento2 Products Grid View to List View Permanently. 1.Login to admin panel of magento2. 2.Goto “STORES” in left panel and then click “Configuration” 3.Click on “CATALOG” and in sub item click “Catalog” 4.Click “Storefront” 5.Select List Mode to “List (default) / Grid” 6.Click “Save Config” 7.If it is ask for clear cache the goto “SYSTEM”

Read more
1 2 3 4 7