Skip to content

magento man

In magento 2.4 How to override the Checkout Agreement Config Provider for Change the terms and condition login

I need to overwrite the config provider of checkout agreement in di.xml <type name=”MagentoCheckoutModelCompositeConfigProvider”> <arguments> <argument name=”configProviders” xsi:type=”array”> <item name=”checkout_agreements_config_provider” xsi:type=”object”>MagentoCheckoutAgreementsModelAgreementsConfigProvider</item> </argument> </arguments> </type> For this class vendormagentomodule-checkout-agreementsModelAgreementsConfigProvider.php protected function getAgreementsConfig() { $agreementConfiguration = []; $isAgreementsEnabled = $this->scopeConfiguration->isSetFlag( AgreementsProvider::PATH_ENABLED, ScopeInterface::SCOPE_STORE… Read More »In magento 2.4 How to override the Checkout Agreement Config Provider for Change the terms and condition login

OVH support no response few hours

Anyone know support of OVH is there are? no response in critical tickets about 6 hours , call number also unavailable(… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886779&goto=newpost

how to fix issues in Escaper.php?

I upgraded Magento2.3.4 to 2.4.3-p3. But I got issues in checkout page and cart page. 1 exception(s): Exception #0 (Exception): Notice: Array to string conversion in /home/caterin1/test.cateringspares.com.au/vendor/magento/framework/Escaper.php on line 261 Exception #0 (Exception): Notice: Array to string conversion in /home/caterin1/test.cateringspares.com.au/vendor/magento/framework/Escaper.php… Read More »how to fix issues in Escaper.php?