Questions tagged [magento2.4.5]

Denotes questions related to Magento version 2.4.5

Denotes questions related to Magento version 2.4.5

https://experienceleague.adobe.com/docs/commerce-operations/release/notes/adobe-commerce/2-4-5.html

314 questions
3
votes
4 answers

Configurable product swatches not displayed crossed out when out of stock in Magento 2.4.5-p1

Configurable product swatches not displayed crossed out when out of stock after upgrade Magento 2.4.5-p1
3
votes
1 answer

Magento 2.4.5 image in order email

In my magento 2.4.3 the code below was working fine to get an image in order emails. But in my test environment 2.4.5-p1 there is an error regarding the $_imageHelper In my 2.4.3 this was in my theme…
Jilco Tigchelaar
  • 411
  • 3
  • 7
  • 21
3
votes
2 answers

Magento 2.4.5 layered navigation filter not working after upgrade 2.4.3 to 2.4.5

I've tried reindexing, updating the products, setup:upgrade, etc and none of this seems to work.
2
votes
2 answers

How to add a html button inside the top menu

I am new in magento. How can I add an html button on that location?
1
vote
0 answers

How to add review star column to admin Magento_Review grid - Magento 2.4?

How to add a review star column to the admin Magento_Review grid like the attached screenshot?
1
vote
1 answer

Apply Catalog Price Rule Excluding Tax

I Created New catalog price rule in 2.4.5. Product A = Price = 103 [ 100 + 3 ] Where 100 is Product Price & 3 is Tax. After I created Catalog Price rule, Now the discount is applying to 103, but i want to apply discount for only 100. I do not want…
Baby in Magento
  • 3,167
  • 16
  • 83
  • 221
1
vote
2 answers

Wrong pagination for a filtered product collection

Hello I used this event to exclude products with the same variation_group_id value from my product collection. it is showing the correct items, but the wrong way. Any idea how to correct the following: show correct items count (256 is the wrong…
user33629
  • 29
  • 3
1
vote
2 answers

Magento 2.4.5 vendor folder Problem

Hello I have Magento 2 version 2.3.1 store which works as a marketplace using CES marketplace extension but after I upgrade my Magento 2 in to version 2.4.5.p1 and the marketplace extension start showing some bellow errors. session id is not used as…
1
vote
2 answers

Magento2.4.5 pre-loading all products on category page, I just want to pre-load 10000 skus, like old version

I updated magento to the latest version 2.4.5, it will load all products on category page, but I have more than 60000 skus, it load very slow. how to limit pre-loading 10k skus likes old version? I tried to change search_request.xml file, but it's…
myfixone
  • 21
  • 3
1
vote
1 answer

setup:di:compile issue

I trying to run magento 2.4.5 on ubuntu 22.04 and am running into multiple issues. Currently I am trying to run the setup:di:compile command and I get the following error: PHP Fatal error: During inheritance of Iterator: Uncaught Exception:…
JVR
  • 11
  • 1
1
vote
2 answers

Class "Magento\Framework\Search\Adapter\Mysql\Mapper" does not exist

After Upgrade Magento latest version problem is showing under custom module. pc-114@pc114-desktop:/var/www/html/gossip$ sudo bin/magento setup:di:compile Compilation was started. Area configuration aggregation... 5/9 [===============>------------] …
1
vote
3 answers

PHP Fatal error: During inheritance of JsonSerializable: Uncaught Exception: Deprecated Functionality:

After Magento Upgrade in latest version showing error under third party module PHP Fatal error: During inheritance of JsonSerializable: Uncaught Exception: Deprecated Functionality: Return type of…
0
votes
0 answers

Issue in accessing custom magento APIs that is having self authorization even with proper JWT tokens (v2.4.5)

We are facing an issue in accessing Magento APIs that has self authorization level set in webapi.xml even when supplied appropriate JWT token as bearer. The APIs give the following error in all the cases. Response error: { "message": "The consumer…
0
votes
1 answer

Display all products in single url

We want to display all the products information in single frontend url. So I followed link and done below configuration. but i did't got from which url , we can able to get all the product's information? I have only backend access. Step 1. Navigate…
Baby in Magento
  • 3,167
  • 16
  • 83
  • 221
0
votes
0 answers

Issue with Sorting by Price in 'Products in Category' Section of Magento Admin

I am using Magento version 2.4.5 and I've encountered a specific issue in the Magento admin panel that I'd like to discuss. When I navigate to the 'Products in Category' section of any category and view the products under "ALL STORE VIEWS", all the…
1
2