How To Remove Version Number From File Paths in Magento 2.x

There are following three ways to remove version number from Magento 2 URL.

[1] – Magento 2 Admin

[1.1] – Go to STORES > Configuration, redirects Configuration section.

[1.2] – Left panel, Advanced > Developer

[1.3] – Right side panel, Expand Static Files Settings

[1.4] – By default It is Yes, Set “No” to Sign Static Files

[2] – CLI Command

To check the status of static content sign, run below command


php bin/magento config:show dev/static/sign

By default It is enabled, above CLI command Result as 1

Run below command to disbale status of static content sign


php bin/magento config:set dev/static/sign <value>

Here <value> =1 Enable, <value>=0 Disable


php bin/magento cache:flush

[3] – SQL Query

insert into core_config_data (config_id, scope, scope_id, path, value) values (null, 'default', 0, 'dev/static/sign', 0);

After that run below command

php bin/magento indexer:reindex
php bin/magento cache:flush

Finally version number will be removed from file paths as JS path, css Path etc.

Difference Between Magento 2.x & Shopify

There are following below Difference Between Magento 2 & Shopify

Magento 2Shopify
FounderThe founders are Roy Rubin and Yoav Kutner under Varien Inc.The founders are Tobias Lutke, Daniel Weinland, and Scott Lake
HeadquartersSan Jose, CAOttawa, Canada
Released YearMagento 1 was released in 2007 and then followed by the launch of Magento 2 in 2015. In June 2018, Magento was acquired by Adobe for $1.68 billion.Shopify is a Canadian SaaS(Software as a Service) eCommerce platform that was founded in 2004.
Language PHPRuby
Versions[1] Magento 2 Community Edition
[2] Magento 2 Enterprise Edition[Paid] (Adobe Commerce Enterprise Edition[Paid])
[3] Magento 2 Enterprise Cloud Edition[Paid] ( Adobe Commerce Cloud Edition [Paid])
[1] Shopify
[2] Shopify Plus
No. of Live Sites250,000+500,000+
Where Used For Enterprise or Large-scale businesses For Medium or Small-scale businesses
Server NeedRequired Dedicated or Cloud ServerSelf Dedicated or Cloud Server
B2BFeatures included in Commerce edition: B2B Quote, Quick OrderLack Quick ordering & Quote system
Security[a] Magento Security Scan
[b] Security extensions
[c] PCI Compliant
[a] Fraud analysis
[b] SSL Certificates are available for every Shopify sites
[c] PCI Compliant
[d] GDPR Compliant
Multiple languagesSupports Multiple languages with Inbuilt multi
language features
Need to install third party multi language extension

Magento 2.x Certifications Updated Name on 2022

Adobe has updated its certification program and changed all Magento 2 certifications to Adobe certifications, and rebranded all badges it used to provide upon successful completion on August 2020

There are following below changed all Magento 2 certifications to Adobe certifications

S. No.Old Magento 2 Certification Updated / New Adobe Magento 2 Certification
1Magento 2 Certified Solution SpecialistAD0-E700 Adobe Certified Expert -Magento Commerce Business Practitioner has been retired on 27 October, 2021

AD0-E700 replaced by AD0-E708

AD0-E708 Adobe Certified Expert -Magento Commerce Business Practitioner
2Magento 2 Certified Associate DeveloperAD0-E702 Adobe Commerce Developer Professional has been retired on January 2022

AD0-E702 replaced by AD0-E711

AD0-E711 Adobe Commerce Developer Professional
3Magento 2 Certified Professional Frontend DeveloperAD0-E701 Adobe Commerce Front-End Developer Expert has been retired on January 2022

AD0-E701 replaced by AD0-E710

AD0-E710 Adobe Commerce Front-End Developer Expert

4Magento 2 Certified Professional DeveloperAD0-E703 Adobe Commerce Developer Expert has been retired on January, 2022

AD0-E703 replaced by AD0-E709

AD0-E709 Adobe Commerce Developer Expert
5Magento 2 Certified Professional JavaScript DeveloperAD0-E705 Adobe Commerce JavaScript Developer Expert
6Magento 2 Certified Professional Cloud DeveloperAD0-E706 Adobe Commerce Cloud Developer Expert
7Magento 2 Certified Order Management DeveloperAD0-E707 Adobe Certified Expert Magento Commerce Order Management Developer has been retired on 31 March, 2021
8Magento 2 Certified Professional Developer PlusAD0-E704 Adobe Commerce Architect Master

Magento 2.4.3-p1 Installation Steps

Magento 2.4.3-p1 Installation follow same steps as Magento 2.4 Installation, Please follow below URL link.

Other important Magento 2.4.x issue as below

Magento 2.3 To Magento 2.4.5 Comptibility For PHP, MYSQL, Composer, Apache etc


Magento 2.4.4 Features


Magento 2.4.4 Installation Steps


Magento 2.4.3-p1 Installation Steps


Magento 2.4.3 Installation Steps


Magento 2.4.3 Features


Magento 2.4.3 – p1 Features


Magento 2.4 Two Factor Authentication


Magento 2.4.1 Features


Magento 2.4 Features


Magento 2.4 Installation


Magento 2.2, Magento 2.3, Magento2.4 Installation Issue on Windows 10, XAMPP


Magento 2 Installation at 51% Error: (Wrong file in Gd2.php:64) Module ‘Magento_Theme’

Magento 2.4.3 Installation Steps

Magento 2.4.3 Installation follow same steps as Magento 2.4 Installation, Please follow below URL link.

Other important Magento 2.4.x issue as below

Magento 2.3 To Magento 2.4.5 Comptibility For PHP, MYSQL, Composer, Apache etc


Magento 2.4.4 Features


Magento 2.4.4 Installation Steps


Magento 2.4.3-p1 Installation Steps


Magento 2.4.3 Installation Steps


Magento 2.4.3 Features


Magento 2.4.3 – p1 Features


Magento 2.4 Two Factor Authentication


Magento 2.4.1 Features


Magento 2.4 Features


Magento 2.4 Installation


Magento 2.2, Magento 2.3, Magento2.4 Installation Issue on Windows 10, XAMPP


Magento 2 Installation at 51% Error: (Wrong file in Gd2.php:64) Module ‘Magento_Theme’

Magento 2.4.3 – p1 Features

Magento 2.4.3-p1 released on 12th Oct, 2021

There are following Magento 2.4.3 – p1 latest features

Magento 2.4.3-p1 provides security patches to fix for vulnerabilities that have been identified in previous quarterly release, Magento version 2.4.3 ( on 10th August 2021 (for Commerce and Open Source), which will provide a better on-site shopping experience for customers & improved more security & improved performance with latest features

It is rest of features same as Magento 2.4.3, Please follow, below Link.

Other important Magento 2.4.x issue as below

Magento 2.3 To Magento 2.4.5 Comptibility For PHP, MYSQL, Composer, Apache etc


Magento 2.4.4 Features


Magento 2.4.4 Installation Steps


Magento 2.4.3-p1 Installation Steps


Magento 2.4.3 Installation Steps


Magento 2.4.3 Features


Magento 2.4.3 – p1 Features


Magento 2.4 Two Factor Authentication


Magento 2.4.1 Features


Magento 2.4 Features


Magento 2.4 Installation


Magento 2.2, Magento 2.3, Magento2.4 Installation Issue on Windows 10, XAMPP


Magento 2 Installation at 51% Error: (Wrong file in Gd2.php:64) Module ‘Magento_Theme’

How Many Modes in Magento 2.x

There are following below three modes in Magento 2

Once you download Magento 2.x, It is mode as Default Mode

[1] Default Mode :: It is not recommended used for the development and production environment.

It perform following below operation

  • caches static files:
  • does not display errors in the on the screen, but errors display in the log file (magento2rootdirectory / var / log).

[2] Developer mode :: It is recommended used for the development environment

How to convert in Developer Mode by using CLI Command

php bin/magento deploy:mode:show

It is output as below
Current application mode: default
php bin/magento deploy:mode:set developer

It is output as below
Current application mode: developer

It perform following below operation.

  • does not cache static files;
  • displays a detailed error log on the screen;
  • automatically compiles the code;
  • allows advanced code debugging.
  • works slowly.

[3] Production mode :: It is recommended used for the Production environment.

How to convert in Production Mode by using CLI Command

php bin/magento deploy:mode:show

It is output as below
Current application mode: default
php bin/magento deploy:mode:set production

It is output as below
Current application mode: production

It perform following below operation

  • caches all view-files;
  • doesn’t change image size, when generating pages;
  • stores all errors in the log file;
  • allows integrating JavaScript into a bundle:
  • works fast.

system.log and exception.log. system.log Magento 2 runs in the production mode (not developer mode) then it does not show the actual error message on the screen, but shows a generic message: There has been an error processing your request and creates a detailed error report in the var/reports folder. You can find the error report file there by its report ID which is shown on the screen.

Magento 2 Yotpo

Yotpo is a user-generated content marketing platform enabling merchants to gather, curate, manage, and respond to all kinds of user content from just a single platform. Yotpo integrates with Adobe Commerce and Magento Open Source for customers to maximize the power of user-generated content.

Yotpo A.I. engine, Adobe Commerce brands and merchants can easily collect and intelligently display customer content like

Customer’s reviews

Photos

Videos

It is key point throughout the buyer journey to improve trust, social proof, and sales. Adobe Commerce users will also gain access to feedback data and unprecedented insight into consumer behavior and sentiment.