I was reading this article where the author shows how to configure both varnish and redis for Magento 2. In the first portion, he configured Varnish. In the second section, he ends up using this configuration to setup redis: 'cache' => array ( 'frontend' => array ( 'default' => array […]
Daily Archives: March 21, 2022
I was trying to setup a new Magento Cloud 2.4.3 project, and wanted to remove unnecessary module from the installation. I usually use yireo/magento2-replace-all package to clear out some of the module which I will not be using for the project, it usually works without any issues. But now with […]
Is it possible to hide particular shipping method based on post code only in admin area. When I say admin area I mean Sales order page in the admin section. I have tried around plug-in <type name="MagentoShippingModelShipping"> <plugin disabled="false" name="Vendor_Extension_Model_Shipping" sortOrder="10" type="VendorExtensionPluginApplyShipping"/> aroundCollectCarrierRates But this isn’t helping me to get […]
I want to redirect to cart page after adding the product into cart, I know there is a provision in config but I have a custom product type and that config is not working for that product. That configuration setting is working for simple and other products but not for […]
In the below code, I am hiding all shipping methods based on postal code 2nd value is 0. In this case, all shipping methods are removing. but I want to remove only free shipping. Can you explain how I can do this? require(['mage/url', 'jquery','domReady!' ,'jquery/ui'],function(url , $) { $("[name='postcode']").live('change',function(){ postCode […]
Linux is a great OS that offers multiple options for simplifying tasks. It has everything you need for working more efficiently, whether a command-line or… Read More The post Top Linux Command Line Tips and Tricks appeared first on GeeksforGeeks.
In the corporate world, they say “Java is immortal!”. It is one of the most robust programming languages that is currently used in more than… Read More The post Best Way To Start Learning Core Java – A Complete Roadmap appeared first on GeeksforGeeks.
As we’re growing with the pace of technology, the demand to track data is increasing rapidly. Today, almost 2.5quintillion bytes of data are generated globally… Read More The post 10 Most Popular Big Data Analytics Tools appeared first on GeeksforGeeks.
I have recently dual-booted my PC and it’s giving me a bit of trouble with my drives. I would like to be able to write to my “D” drive under Linux and Windows without formatting it. I have tried sudo ntfsfix /dev/sdb1 but that did not help and the drive […]