As you may be aware, Magento version 1 is due to become end-of-life by June 2020. In plain-talk, if your website is based on Magento 1 (M1), it will cease to be supported next month. It is time to move your store to Magento 2 (M2). Many businesses have already made the jump to theRead More
Category Archives: magento
Its about category, If you are Not using custom, these tutorials teach you how to change Category title & description position with default Magento luma theme, In the folder vendor/magento/module-catalog/view/frontend/layout/ is the file catalog_category_view.xml Add this code before the closing of Body tag assume the file is not been modified <move element=”category.description” destination=”content” after=”category.products.list”/> <move element=”page.main.title” destination=”content”Read More
Learn How to How to Clone a Magento 2 database via ssh If you want to copy all data from database1 to database2 via SSH – duplicate database1. using this command mysqldump -u Databse-username -p Databasename > newdatabasename.sql Command promote for password Enter your database password and press enter it will take some time based on your database size,Read More
Why should I upgrade to Magento 2? Here are our top 9 reasons to consider upgrading to Magento 2. Magento to Magento immigration is the latest topic since the release of Magento 2.0. The start of both Community version and Enterprise edition has raised few questions based on their performance capacity, basic enhancements and theRead More
Hi, hope you doing well recently i was received and requirement of adding 3rd tab best seller  in porto theme home page 9 and it was so disturbing , that tab when i tried to search on platform i saw many people was searching for the same solution so letter i just fixed it myRead More