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…
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…
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…
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…
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…
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:…
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 [===============>------------] …
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…
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…
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…
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…