What the issue is and how to fix it with one SQL query Integrity constraint violation: 1062 Duplicate entry ‘2926334’ for key ‘PRIMARY’, query was: ALTER TABLE `catalog_url_rewrite_product_category` ADD CONSTRAINT PRIMARY KEY Upon trying to run bin/magento setup:upgrade on a new instance of an existing Magento 2 project I recently ran into the following error:Read More
A corporate blog is a very efficient tool for sustaining and promoting your business’s presence, and while social media has its place, the former can make a much bigger impact with fairly little effort on your part. Here are some points that will help you understand why blogging is miles ahead when it comes toRead More
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
In today’s world, the first interaction between a business and its prospective customers generally takes place online. And while social media platforms have gained immense traction in recent years, a website still plays a key role: it can make or break its online presence. Having a website, a good one to be more precise isRead More
Did you know that there are approximately 2 billion websites on the internet today? That’s a lot, and when you think about how you will have to make your website and business stand out in such a cluttered space, it may seem like a nightmare. What can you do to help your customers find youRead More
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
php bin/magentoMagento CLI 2.3.2 Usage:command [options] [arguments] Options:-h, –help Display this help message-q, –quiet Do not output any message-V, –version Display this application version–ansi Force ANSI output–no-ansi Disable ANSI output-n, –no-interaction Do not ask any interactive question-v|vv|vvv, –verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 forRead 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 1 to Magento 2 migration 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 enhancementsRead 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