Updating/Upgrading Magento 2 using Command Line

Posted by on Apr 22, 2018 in Magento, Magento 2 | 1 Comment

In this post we are discussing about how we can update/upgrade Magento 2 using command line First of all you need the ssh access and login with the username and password and move to the root directory in which Magento …

Get product Stock in Magento 2

Posted by on Jun 24, 2017 in General, Magento 2 | No comments yet

In this post we are discussing on how to get the product stock qty in magento 2.

Magento 2 – Add custom links to top menu

Posted by on Jun 24, 2017 in General, Magento 2 | 2 Comments

In this post we are discussing on how we can add custom menu to the magento 2 top menu Add these code to YourTheme/Magento_Theme/layout/default.xml This is how we can add custom links to magento 2 top menu.

Magento2 – Direct Mysql Query without using model

Posted by on Feb 14, 2017 in Magento 2 | No comments yet
Magento2 – Direct Mysql Query without using model

In this post we are discussing about the mysql queries in magento2 that we can execute directly without using model In Magento 1 it uses two resources one for read and another for write, and the scenario in Magento 2 …

Load More