skip to Main Content

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 https://community.magento.com/t5/Magento-2-x-Technical-Issues/Order-Email-not-showing-itemized-list-Magento-2-3-4/td-p/432836 but that's for Magento2.3.4 version and…

VIEW QUESTION

Get values form dynamic nested arrays in Laravel

I want to get all the values from this array: <root> <Element1> <items> <Element0> <sku>AAAA</sku> </Element0> <Element1> <sku>BBBB</sku> </Element1> </items> </Element1> <items> <Element0> <sku>ABAB</sku> </Element0> </items> <Element2> </Element2> ... ... </root> The array is from Magento2 orders API so its…

VIEW QUESTION

Could not find package magento/upgrade-compatibility-tool with stability stable

I am trying to install the Magento Upgrade Compatibility Tool on a Magento Enterprise 2.4.2 version. I am facing below error message while executing the command composer create-project magento/upgrade-compatibility-tool uct --repository https://repo.magento.com Error: [InvalidArgumentException] Could not find package magento/upgrade-compatibility-tool with…

VIEW QUESTION

Magento 2: Cannot set cookie when full page cache is enabled

I have this working code for setting the cookie for a visitor: $metadata = $cookieMetadataFactory ->createPublicCookieMetadata() ->setDuration(86400 * 90) ->setPath('/'); $cookieManager->setPublicCookie( 'cookie_name', 'cookie_value', $metadata ); But, since I enabled full page cache for the website, this code stopped working. Disabling…

VIEW QUESTION

Installed magento 2.4.6-p1 & added a few products then tried to add a product to cart and got the below error. Any help will be much appreciated

[2023-08-07T02:38:55.058044+00:00] main.DEBUG: URI '/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVzdWlnZW5lcmlzLmNvbS92MjQ2djEvYi1jLWluc3BpcmUtZTE1MC5odG1s/product/1/'' cannot be accessed with GET method (MagentoCheckoutControllerCartAdd) [] [] [2023-08-07T02:38:55.060439+00:00] main.DEBUG: Request validation failed for action "MagentoCheckoutControllerCartAddInterceptor" {"exception":"[object] (MagentoFrameworkAppRequestInvalidRequestException(code: 0): Invalid request received at /home/public_html/vendor/magento/framework/App/Request/HttpMethodValidator.php:69)"} [] Have looked for an answer on google but just cant…

VIEW QUESTION
Back To Top
Search