Use the following commants on Magento 2 terminal /www/server/php/74/bin/php -d memory_limit=-1 bin/magento setup:upgrade /www/server/php/74/bin/php -d memory_limit=-1 bin/magento cache:clean /www/server/php/74/bin/php -d memory_limit=-1 bin/magento indexer:reindex /www/server/php/74/bin/php -d… Read More →
Magento 2 Migration : Could not validate a connection to Elasticsearch. No alive nodes found in your cluster
May 8, 2022
Magento 2 Migration Error #Start elastic on the server sudo -i service elasticsearch start If Elasticsearch is not installed, then install it the following way… Read More →
How to configure newsletter subscription in Magento 2?
March 14, 2022
Magento 2 offers a powerful built-in newsletter functionality that enables online store owners to create, manage, and send professional email campaigns directly from the admin… Read More →
Create Admin User in Magento 2 via Command Line
January 14, 2022
Create Admin User in Magento 2 via Command Line To create an admin user in Magento 2 via the command line, you can use the… Read More →
Magento 2 Installation Guide
January 10, 2022
Magento 2 Installation Guide Install Elasticsearch before installing Adobe Commerce or Magento Open Source 2.4.0 Get the metapackage composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition <install-directory-name> Set file… Read More →
Magento 2 – Product image not changing with swatch colour
December 4, 2021
Go to Product under Stores > Attributes. Search for the attribute which’s image change not working and open the attribute. Select Yes on Update Product… Read More →