Magento
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 .
When I run deploy:mode:show, it shows an application mode followed by a message that says that its value may be overridden. For example: prod@mysite01:~/www$ ./bin/magento deploy:mode:show Current application mode: production. (Note: Environment variables may override this value.) Same thing if I set MAGE_MODE by hand in the command line: prod@mysite01:~/www$ […]
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, just hit the save button, it takes more than 50 […]
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 in dashboard. Below is Code : GTMEventTrigger({ route: window.location.pathname, event: […]
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 rows in the table and, if there are, then I’ll […]
on my magento 2.3.7-p4 i’ve been having an sql error on trying to index the catalog_category_product where it tries to insert the data into an non existing table and instead of the query throws an error saying that table doesn’t exist it keeps trying to insert the data until it […]
Still pretty new to Magento however we’re running into this issue regarding a large number of attributes from different product areas all showing. As I see it I enter to create a product, I select the attribute set (which reloads the attributes assigned to that category). I fill everything in […]
Adobe Commerce ver. 2.4.6-p2, multi-site instance Inheriting code base with numerous custom modules that are not scoped – but need to scope them as individual sites are migrated to new frontend stack Created a custom module to call a StoreManager method, getCode(), to return the website code and then use […]