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
1
vote
1 answer

Cannot remove block product.info.options.configurable in Magento 2

Cannot remove specific block named: product.info.options.configurable In Magento 2. This is the layout file I'm trying to change: vendor/magento/module-configurable-product/view/frontend/layout/catalog_product_view_type_configurable.xml The…
Aario
  • 31
  • 5
1
vote
1 answer

How to show all detail product in magento 2 with array?

I have code show detail product extends Magento\Catalog\Block\Product\View. When i wanted show detail product with array, website show error: Fatal error: Allowed memory size of 792723456 bytes exhausted (tried to allocate 390074368 bytes) in…
Peter
  • 11
  • 4
1
vote
0 answers

Magento 2: Getting extension attributes in ShippingInformation

I want to display my custom extension attributes that are saved in quote on the ShippingInformation sidebar (underneath shipping method). I have been able to successfully save my extension attributes to my quote, but unable to get them in Shipping…
Cmaclean066
  • 65
  • 2
  • 8
1
vote
0 answers

Overriding Magento 2 base empty page_layout

I'm currently working on a custom storefront design for a Magento 2 store and I'm trying to implement a theme which does not inherit from a base theme and where I can define my own page_layout files without having to extend anything. For example,…
Ben Brookes
  • 419
  • 4
  • 15
1
vote
1 answer

Magento 2 developer mode exception issue

I have recently moved Magento 2 installation from local host to server and after solving file permission issues I am stuck at the following exception. 1 exception(s): Exception #0 (Magento\Framework\Exception\ValidatorException):…
1
vote
0 answers

Change magento2 price priority (Original price , Special price , Tier Prices , Group prices)

We know that magento2 has multiple prices type , for example special price, tier prices, group prices , if one prodcut has multiple price , the magento2 will show the minimum price . Scenario 1: Regular Price = 250 Special Price = 200 Group Price…
1
vote
1 answer

Column exists but throwing Column not found: 1054 Unknown column 'so.event_id' in 'where clause' while inserting into sales_order

I have event_id column in my sales_order table. I want to place an order & I am not sending event_id because its zero by default. When am trying to place an order, Its throwing me the error Column not found: 1054 Unknown column 'so.event_id' in…
1
vote
1 answer

Magento 2: How can I put the default filter for a custom admin grid?

I created a custom admin grid in M2 with ui_component. Each column has a filter, but I can't understand how I can add a filter on default? To see this filter once I opened the grid's page.
Roman Thor
  • 11
  • 3
1
vote
0 answers

Magento 401 on API request after setting headers for cross origin

I am trying to call the web API for products in Magento from a React Native app. After other stack exchange question & answers plus tutorials I am still receiving a 401 response. I know the call works because I can make it through postman. Update:…
NicholasByDesign
  • 781
  • 1
  • 11
  • 33
1
vote
0 answers

Paytm Wallet Intergration Issue - Callback URL

I am using Paytm extension for Payment gateway. Can anyone help me with callback url what we set in back end for Magento 2 Website.
ssatish4u
  • 131
  • 2
  • 9
1
vote
1 answer

Magento 2 infrastructure

How will you setup infrastructure if you have to ask for eCommerce site which is on magento2 10,000 users hitting site simultaneously, some are on home page some are on checkout some are accessing admin ?
1
vote
2 answers

How to get newly created product id while using after plugin (Interceptor) in Magento 2

I have created interceptor for catalog product controller's save action
1
vote
1 answer

Source class "\Magento\Framework\DB\Adapter\Pdo\Mysql" for "Magento\Framework\DB\Adapter\Pdo\MysqlFactory" generation does not exist

i'm trying to install Magento 2 in localhost, and get an error when i want to connect the database. The error is: Source class "\Magento\Framework\DB\Adapter\Pdo\Mysql" for "Magento\Framework\DB\Adapter\Pdo\MysqlFactory" generation does not…
NahuelBrandan
  • 633
  • 6
  • 16
1
vote
1 answer

How to save data in custom table and then send that data in order email in Magento 2?

How do I save data in a custom table after successful order and send saved data in order email?
Prince
  • 176
  • 8
1
vote
0 answers

Magento 2.1 - How do I downgrade Algolia Search?

I've been using Algolia Search for Magento 2.1 for 2 weeks. Somehow I accidentally ran the composer command and updated Algolia to version 1.10.0. Now I want to downgrade it back to version 1.8.5. Could you please show me how to do that?
Luan Tran
  • 376
  • 1
  • 3
  • 15