Skip to content

magento-2.1

Auto Added by WPeMatico

Magento2.4.6: Why Custom validation rule not working anymore?

In the previous Magento version, it was working Here is the code PyarayCheckoutPluginCheckoutLayoutProcessorPlugin.php <?php declare(strict_types=1); namespace PyarayCheckoutPluginCheckout; use MagentoCheckoutBlockCheckoutLayoutProcessor; use PyarayCheckoutHelperData; class LayoutProcessorPlugin { private Data $helper; public function __construct( Data $helper ) { $this->helper = $helper; } public function… Read More »Magento2.4.6: Why Custom validation rule not working anymore?

Collapse Checkout Tabs

I am trying to figure out how to collapse all tabs on checkout page except the address tab. I want that once I open the checkout page, that all tabs except the adress tab are collapsed.