Skip to content

Zend Anwar

Full stack web developer

  • About
  • Services
  • Magento Training
  • Contact

Category: Magento 2

November 29, 2018 admin

New Features in Magento 2.3

1. Progressive Web Apps 2. Page Builder 3. GraphQL 4. Declarative Database Schema 5. Google ReCAPTCHA 6. Multi-Source Inventory 7.

Continue reading
November 28, 2018 admin

How many design patterns in Magento 2?

Magento has a total of 12 design patterns. These patterns are given below: Factory Pattern Singleton Pattern Model View Controller

Continue reading
August 12, 2018 admin

Remove Advanced Search Link from header in Magento 2

Path –  Vendor_Name/Custom_Theme_Name/Magento_Theme/layout/default.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”../../../../../vendor/magento/framework/Module/etc/module.xsd”> <referenceBlock name=”advanced-search-link” remove=”true”/> </page>

Continue reading
August 12, 2018 admin

How to Edit/Change/remove Magento 2 Privacy Policy Page

Path –  Vendor_Name/Custom_Theme_Name/Magento_Theme/layout/default.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”../../../../../vendor/magento/framework/Module/etc/module.xsd”> <referenceBlock name=”footer_links” remove=”true”/> </page>

Continue reading
August 12, 2018 admin

Remove “help us keep magento healthy report all bugs” from footer in Magento 2

just create the following folder & file app/design/frontend/Vendor/theme/Magento_Theme/layout/default.xml add following code in default.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”../../../../../vendor/magento/framework/Module/etc/module.xsd”> <referenceBlock name=”report.bugs”

Continue reading
July 24, 2018 admin

How to add a custom CSS in Magento 2

Just follow below step Step 1: Make sure your developer mode. Step 2: Create the following folder & files app

Continue reading
July 22, 2018 admin

Magento 2 No options under configuration>general>design

I was bit confuse about design option missing. I found in Content > Configuration . Please change header & footer option from

Continue reading
July 22, 2018 admin

Fatal error: Class Zend\Stdlib\Parameters contains …. in Magento 2

To solve this problem run following commands: 1. php bin/Magento setup:upgrade 2. php bin/Magento setup:static-content:deploy 3. php bin/Magento cache:clean 4.

Continue reading
July 19, 2018 admin

Fatal error: Allowed memory size of 792723456 bytes exhausted in Magento 2

Please follow below step with CLI php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:flush php bin/magento cache:clean If you

Continue reading
July 18, 2018 admin

How to transfer localhost to server in Magento 2

Please follow below step Copy source files and database Update config file with new database location in app/etc/env.php Go to

Continue reading

Posts navigation

«Previous Posts 1 2 3 4 Next Posts»

Categories

  • .htaccess
  • Advanced PHP(OOP)
  • AngularJS
  • Bangladesh Tourism
  • Cakephp
  • Drupal
  • HTML
  • HTML5
  • Jquery
  • Linux
  • Magento
  • Magento 2
  • NoSQL
  • Others
  • PHP Basic
  • Python
  • R
  • SEO
  • SQL
  • System Administration
  • Uncategorized
  • Word Press
  • Zend basic
February 2019
M T W T F S S
« Jan    
 123
45678910
11121314151617
18192021222324
25262728  
Powered by WordPress and Wellington.