Magento2 version of the Magento transformed ecommerce platform with a brand new architectures, coding structures and database design.Magento1 support will end soon so best thing in the ecommerce development industry are focus on making Magento2 a successful ecommerce platform. Before starting Data Migration from Magento1 to Magento2 follow the recommendations below:- Step-01:-Take a full backup…

1.Create a Module in app/code(Example: Say_Hello). Then create a registration.php in app/code/Say/Hello/registration.php 2.Create a composer.json file for your module. 3.Create a module.xml in app/code/Say/Hello/etc/module.xml. 4.Create a InstallData.php in app/code/Say/Hello/Setup/InstallData.php(under Setup folder).For creating additional customer attribute. 5.Create a view file additional.phtml in app/code/Say/Hello/view/frontend/templates/additional.phtml to show additional field on customer registration form. 6.Create layout file named customer_account_create.xml…

During installation the Magento 2.3.4 using Terminal in Ubuntu in my local system. I got the PHP Fatal error: Uncaught Error: Call to undefined function xdebug_disable() in vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/_bootstrap.php:73 To remove this Error you have to follow steps:- Step1:- We have to go to the vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/_bootstrap.php:73.

Magento 2 Sales Promotion Pro extends default rule-based promotions of Magento 2 by adding new rules like FREE gift along with several shopping cart conditions as according the rules.. Magento 2 promotions have limited functionality.Therefore, such tools as Magento 2 Sales Promotion Pro are most useful among merchants.It helps to boost sales and loyalty with…

Chandrayaan-2 is the most complex and prestigious that Isro has ever undertaken for India.It will take a India into the new height in Space Program in the World.If the mission successfully launched it will make India the fourth country after the US, USSR, and China to land on Moon. ISRO Official link:-https://www.youtube.com/watch?v=7iqNTeZAq-c Doordarshan Live:-https://www.youtube.com/watch?v=2srV-bEi_DU Bureau…

The first thing to do is open your functions.php file and paste in the following code:- Once that’s done,open index.php file and replace the standard code for printing titles. … with a call to our newly created print_post_title() function: Now, pointing one of in posts’ titles somewhere other than own blog, just scroll down in…

WordPress does not use meta description tags by default in POSTS.To create meta description tags for individual posts in your wordpress website use the following Code. Ans:-Open your header.php file in wordpress. Then paste the following code anywhere within the <html> and</html> tags:- Note:- For category pages, tag pages, archives and the home page, a…

To Create database from local file by using terminal:- At first open terminal (CTRL + ALT + T) and then type this following code:- Example:- Here:- Username = admin Password = admin37 New database = new_db Database want to import = demo_db.sql as this format:- mysql -u user_name(username of database) -ppassword(Database password)