Vanilla Magento 2.4.3-p1, Mysql 8.0 (Percona), Elasticsearch 7.15.1, Varnish 6.5.2 on Ubuntu 20.04.3 Double checked PHP ext.: $ composer check-platform-reqs –no-dev Checking non-dev platform requirements for packages in the vendor dir composer-plugin-api 2.1.0 success ext-bcmath 7.4.3 success ext-ctype 7.4.3 success ext-curl 7.4.3 success ext-dom 20031129 success ext-fileinfo 7.4.3 success ext-gd […]
Magento
I’m trying to configure SMTP settings on Magento store as following: but when I test, I have the this error:
We have a storefront in Magento 1.9 that we only use for backend order entry for our largest clients. These clients are in customer group ‘MKB’ We also have our main webshop storefront where clients place their own orders. These clients have the customer group ‘general’ This is what’s happening: […]
I have a problem with bread crumbs. I have several products that are in multiple different categories. instead on the frontend side, univocal bread crumbs should appear (like the univocal path that the customer takes to get to that product – despite being the same product). As you can see, […]
Like I mentioned in my question I am having problem with clean/flushing cache on category/product pages. I get some code, probably for some older version of Magento but didn’t work. Here it is: $cacheTag = MagentoCatalogModelCategory::CACHE_TAG . '_' . $catId; $category = $this->categoryRepository->get($catId, $this->storeManager->getStore()->getId()); $this->cacheManager->clean(Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG, [$cacheTag]); $this->eventManager->dispatch('clean_cache_by_tags', ['object' => $category]); […]
My Magento Cloud doesn’t have any password, I check it in my app/etc/env.php and when I ran this command below. php -r 'print_r(json_decode(base64_decode($_ENV["MAGENTO_CLOUD_RELATIONSHIPS"])));' How could I set up a password for my Magento Cloud installation?
I want to create a new field in Stores -> Customers -> Customer Configuration -> Password Options for expiration in days for customer password.
I have configured the FedEx Shipping Method in a Sandbox mode for my Magento2 site. I have checked all the details are fine and confirmed by using Postman. Now when I try to check the rates from the frontend I am not getting any rates but getting below error in […]
Magento 2.4.3 with config data is stored into config.php using app:config:dump When changing a setting in config.php and running: bin/magento app:config:import I am getting the following error message: Import failed: Notice: Trying to access array offset on value of type null in /vendor/magento/module-cron/Model/Config/Backend/Product/Alert.php on line 78 app:config:import failed. See previous […]