Questions tagged [magento2.4]

Questions related to Magento 2.4 version of PHP eCommerce software and platform. Questions should be related to writing code for Magento. General Magento questions may be asked on https://magento.stackexchange.com

206 questions
4
votes
1 answer

Error: Object of class Magento\Quote\Api\Data\AddressExtension could not be converted to string

We have upgraded Magento version from 2.3.5p2 to 2.4.3 P1. After that while placing an order we are getting issue. Error: Object of class Magento\Quote\Api\Data\AddressExtension could not be converted to string in…
balu
  • 141
  • 4
3
votes
2 answers

Upgrade from 2.3.4 to 2.4.4 errir: Class 'Laminas\Code\Scanner\FileScanner' not found#0

We are upgrading Magento 2 from 2.3.4 to 2.4.4, but are getting the following error when running setup:upgrade. Anyone having an idea why we get this error? Best regards, Jesper Class 'Laminas\Code\Scanner\FileScanner' not found#0…
3
votes
1 answer

Magento 2.4.3 Upgrade getting "Area code is not set" in State.php:153

I've been tasked with upgrading my project from 2.3.7-p1 to 2.4.3-p1 and I am running into this problem when I run bin/magento setup:upgrade -vvv. I've tried checking all of the custom modules for the area code being set in the constructor and there…
3
votes
1 answer

Magento 2.4 Shipping address not showing when I checkout

When I click checkout from my Magento 2.4 site in localhost, there haven't show shipping address or shipping method, after checkout automatically move to payment address. When I click checkout from my Magento 2.4 site in localhost, there…
IslamYearul
  • 318
  • 3
  • 10
2
votes
1 answer

How to install RabbitMq in AWS Linux AMI 2023?

AWS Linux AMI 2023 doesn't support EPEL or EPEL-like repositories to install RabbitMQ and dependences. So, how to install RabbitMQ and dependences in the new AWS Linux AMI 2023 with yum or dnf? Need to install for the Adobe Commerce Community…
Diego Queiroz
  • 227
  • 1
  • 6
2
votes
1 answer

REST API Performance issue in Magento 2

Is anyone here heavily using Magento rest API for catalog data (products/categories/attributes/sets/groups) persistence? like not once in a while but more as a system integration. how is the performance in general? what throughput could you achieve…
2
votes
2 answers

Magento 2.4.5 category page out of stock products not showing

Magento 2.4.5 category page out of stock products not showing. Even magento admin -> stores -> config -> catalog -> inventory setting is enabled ? I tried with default magento but not found any solution. Can anyone facing same issue and have…
Vipin Garg
  • 466
  • 3
  • 15
2
votes
1 answer

Update stock quantity and status programmatically on Magento 2.4.4 with MSI

I'm creating a product programmatically and trying to update its stock quantity (XXX) afterwards, but the products grid always shows Quantity: XXX, Default Stock: 0. I'm using Magento 2.4.4 [which uses MultiSource Inventory by default], with only…
Gabriel MdS
  • 38
  • 1
  • 4
2
votes
0 answers

How to create SOAP API in Magento 2

I've been searching though the whole internet but there's little to none information about how to create custom SOAP endpoints in Magento 2 (specifically 2.4.4). The official documentation only talks about testing and authentication. So I am writing…
m3k_1
  • 383
  • 4
  • 15
2
votes
2 answers

Opensearch port (9200) says it has no certificate, causing error "No alive nodes found in your cluster" when running Magento2 Commands

Versions Magento: 2.4.4 Opensearch: 1.2.4 Valet 2.3.1 PHP 7.4 Docker 4.10.1 Curl 7.79.1 Heres the error I get when I try to curl $ curl -u admin:admin -i https://localhost:9200/_cluster/health curl: (60) SSL certificate problem: unable to…
2
votes
2 answers

magneto 2 installtion error on composer install

While installing magento 2.4.4 i got an issue like Install of laminas/laminas-dependency-plugin failed …
2
votes
1 answer

Order Email not showing product list - Magento 2.4.3-p2

After upgrading Magento to 2.4.3-p3 version all the order emails are not showing the items in the emails. Does anyone have come across such an issue and had a solution? I can see…
asp111
  • 21
  • 3
2
votes
1 answer

Update Magento2 version 2.4.3-p2 to 2.4.4

I have an issue with the upgrade of Magento from 2.4.3-p2 to 2.4.4. Here my steps to reproduce: composer require magento/product-community-edition 2.4.4 --no-update composer update php-amqplib/php-amqplib I have tried with option -W, but i get…
PNGUYEN
  • 21
  • 1
  • 2
2
votes
0 answers

Repeating breadcrumbs text

In product page, categories are showing double time, here i attached screenshot. Nothing changed in codewise. I am using magento2.4.3
2
votes
2 answers

No matching definition was found for `@family-name:'icons-blank-theme`

We have upgraded Magento version from 2.3.4 to 2.4.2, while we execute deploy command we are facing below errors : frontend/Magento/louellabelle/en_GB 3349/3580 ==========================>- 93% 12 secs Compilation from source:…
SagarPPanchal
  • 9,839
  • 6
  • 34
  • 62
1
2 3
13 14