Important Commands of Linux operating System
Important Commands of Linux operating System Read More »
Using Model Factory Using Model Using Repositories (Service Contracts)
Magento 2 – How to get product collection using Model Factory, Model, Repository? Read More »
Using Model Factory Using Model Using Repositories (Service Contracts)
Magento 2 – How to get order collection using order model Factory, model and Repository? Read More »
How to get Magento 2 customer collection? UsingFactory method Using Model Add Filter in collection
Magento 2 – How to get customer collectiom using customer factory or model? Read More »
Here are some GitHub useful command in daily development life. Open the command line / Terminal / GitBash Navigate to the directory where you want to use the git.CD /var/www/html/github_demo 1. To make you current directly managed by the Git program 2. Now add all the files to the git in initial commit, run 3.
How to start with GitHub? Read More »
BuiltWith – https://builtwith.com/Web technology information profiler tool. Find out what a website is built with. Netcraft – https://sitereport.netcraft.com/Using results from Netcraft’s internet data mining, find out the technologies and infrastructure used by any site. PageXray – https://chrome.google.com/webstore/detail/pagexray/aedmpdookgbneegaeajpoldpnpfbpmlbChrom Tool – This extension will give you a one-click access to find-out the technologies used on the current
How to get Technologies of a Website? Read More »
Platform enhancements – support PHP 8.1 PHP 7 end of life in November 2022 – https://endoflife.date/php Security enhancements jQuery UI upgrade GraphQL and Fixed many issues Official release notes:Magento Open Source 2.4.4 Release Notes -https://devdocs.magento.com/guides/v2.4/release-notes/open-source-2-4-4.html Adobe Commerce 2.4.4 Release Notes: https://devdocs.magento.com/guides/v2.4/release-notes/commerce-2-4-4.html
5 Reasons, Why you should upgrade you magento to latest version 2.4.4? Read More »
Error:You need to configure Two-Factor Authorization in order to proceed to your store’s admin areaAn E-mail was sent to you with further instructions Solution: Now flush the cache and you are in!!
Magento 2 – How to remove Two-Factor Authorization in admin login? Read More »
Magento is an open-source e-commerce platform written in PHP. Open source version of Magento is free but Enterprise version of Magento (Adobe commerce) is paid. Magento uses multiple other PHP frameworks such as Laminas and Symfony and many more. Magento was acquired by Adobe Inc in May 2018 for $1.68 billion.
What is Adobe Commerce (AKA Magento)? Read More »
UPDATE customer_entity SET password_hash = CONCAT(SHA2(‘cryptkeyAdmin@#$123’, 256), ‘:cryptkey:1’) WHERE entity_id = 1; You can find the crypt key in the below file: Magento_Root/app/etc/env.php ‘crypt’ => [ ‘key’ => ’82df4fe20ecf9af24614a2f6b76ac7b6′]
how to set a new password for the existing customer using MySql query? Read More »
You can find the crypt key in the below file: Magento_Root/app/etc/env.php
how to set a new admin Password of the existing admin user using MySql query? Read More »
Success of any ecommerce website is more or less dependent upon the performance of the ecommerce website and performance is depends on the hosting solution.Shared hosting for ecommerce is not a good solution until & unless someone is looking for a cheap solution.Now, Cloud hosting is reliable option for it. What is cloud hosting?If anything
Google Cloud Architecture for Magento 2 Read More »
Add a Linux repository that includes all PHP versions: $ sudo apt install software-properties-common$ sudo add-apt-repository ppa:ondrej/php Install PHP in Apache$ sudo apt update$ sudo apt install php8.0 libapache2-mod-php8.0$ sudo systemctl restart apache2 Installing PHP extensions:$ sudo apt install php8.0-{Extension-Name} Example$ sudo apt install php8.0-xml php8.0-intl For Magento install below PHP extensions: ext-bcmath ext-ctype ext-curl
How to Install and Configure PHP 8 (for magento)? Read More »
Happy Diwali to All of you Subscribe my YouTube channel for Magento videos. https://www.youtube.com/c/SAFALJHA/about
Open source vs Commerce Features Open Source Magento Commerce Integrated Checkout, Payment, and Shipping ✔ ✔ Mobile Optimized Shopping ✔ ✔ Global Selling ✔ ✔ Catalog Management ✔ ✔ Extended Functionality via App Marketplace ✔ ✔ Instant Purchase ✔ ✔ Site Search ✔ ✔ Business Intelligence Dashboards ✔ B2B Functionality ✔ Advanced Marketing Tools ✔
Magento Open Source VS Magento Commerce full features list Read More »
Create a file on magento root and use object manager for using dependencies, In below example you can see how we get product collection of a particular category using root script. After creating the file run the script on browser or using cli NOTE : This is not a best practice to build any feature
Magento 2 : How to run custom script on magento root? Read More »