cache graphql set automatically
In magento 2.4.5 the env.php automatically inject the ‘cache’ => [‘graphql’ => [‘id_salt’ => ‘xxxx’]] Can anyone help to solve the issue or to disable this setting .
In magento 2.4.5 the env.php automatically inject the ‘cache’ => [‘graphql’ => [‘id_salt’ => ‘xxxx’]] Can anyone help to solve the issue or to disable this setting .
As We are using Magento PWA Venia setup, we integrated google analytics code to our website manually. After adding the below code , add_to_cart event is firing in Google analytics dashboard. but the values like sku, product_price, are not displaying… Read More »Add to cart event not passing values to google analytics dashboard
I recently upgraded my magento 2 from version 2.4.3 to 2.4.4-p7 but, since the upgrade, the product save have been incredibly slow. If I go to the admin product page and save the product without applying any change to it,… Read More »magento 2.4 product save 503 error after upgrade
on my magento I need to run a custom query to fix some data. I’m trying to write my queries using Magento standard way as much as possible. The code is pretty simple: first I check if there are any… Read More »magento 2.4 custom query bind values
I am using Venia theme in frontend and frontend is seprate from magento setup. I am trying to add new language package for frontend, I tried to google but very less information is available. Eg. https://developer.adobe.com/commerce/pwa-studio/guides/general-concepts/internationalization/ Any link or document… Read More »How to add new language pack in Venia PWA?
After successful purchase in the order details page when i click reorder option it throw below exception TypeError: MagentoFrameworkDataObject::__construct(): Argument #1 ($data) must be of type array, null given, called in /var/www/html/magento2/vendor/magento/module-sales/Model/Reorder/OrderInfoBuyRequestGetter.php on line 65 and defined in /var/www/html/magento2/vendor/magento/framework/DataObject.php:40
I want to call one custom phtml file after Customer Edit Account Information Form. Currently, I have tried below way so phtml file called but it’s display on every customer edit tab? Vendor/Extension/view/adminhtml/layout/customer_index_edit.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock… Read More »Magento 2 : Call phtml file after Customer Account Information Admin side?
I’m trying to save code like this in my CMS block: <p class=”bold-text” onclick=”sayhello()”>Hello world</p> When I look at the result by clicking on “Show/Hide Editor”. If I return to the html editor my “onclick” attribute has disappeared and I… Read More »Editor CMS block/page remove attribut onclick
It was caused because the last magento update does not allow spaces in the image name in this folder public_html/pub/media/wysiwyg We cleared spaces in image urlsbut still had a problem. Because of the error I tried to see the folder… Read More »Magento Media wysiwyg Error
I want to make an admin form in magento 2 without using ui component method. Please refer me a link or a appropriate solution.