Questions tagged [magento2]

Magento 2 is an eCommerce project facilitating the improvement of Magento Core products. Written in PHP-Zend Framework. Available under both open-source and commercial licenses via Adobe Commerce.

Magento 2 is the next major release of Magento. It differs from previous versions of Magento substantially, including fundamental changes such as directory structure and naming conventions.

It has been released for GA (General availability) on November 17, 2015 Magento Ushers In New Era of Commerce Innovation with Next-Generation Platform

Release Notes : Release Notes 2.2

Release Notes : Release Notes 2.3

Release Notes : Release Notes 2.4

Latest Release: Magento 2.4.5 Release notes

Links :

5108 questions
9
votes
6 answers

How to remove H1 title from CMS pages and category pages in Magento 2

I want to add the H1 title along with the description in the description filed for CMS pages and category pages. How can I remove the H1 title for these pages but keep the H1 title for products pages?
Gordova
  • 347
  • 1
  • 9
  • 18
9
votes
3 answers

Magento - 2 or more observer on same event

2 of my observer are observing same sales_order_shipment_save_before event. ModuleA was the one i created first and then i created ModuleB Now only ModuleB's observer is called and not ModuleA. Please let me know how can i resolve this and both of…
Saurabh
  • 365
  • 8
  • 18
8
votes
3 answers

Composer 2, which some of your plugins seem to be incompatible with

I tried to install extension from the magento market place but I got incompatibility error.. Problem 1 magento/composer-root-update-plugin is locked to version 1.0.0 and an update of this package was not…
8
votes
2 answers

Magento 2.2.0 - fails to add bundle product

I have tried to add product with bundle type that time getting error like below. Could not save child: "Unknown entity type: Magento\Bundle\Model\Selection\Interceptor requested"
8
votes
1 answer

Magento 2 layered navigation no results

I have a problem with the Layered Navigation from Magento 2 in the sense that it doesn`t show me results when applying certain atribute filters. the only filter that shows me results is the price. I have created 4 other attributes (Lab, format,…
Infobuscador
  • 240
  • 1
  • 12
8
votes
1 answer

on Change event in select with knockout

I have a problem how to call onchanges knock js to my select option, i already have a function and html, but when i choose the select option, nothing changes