Skip to content

magento man

Unable to update Amasty’s extensions due to ‘require magento/module-payment-services-saas-export 1.4.*’ Error

Magento 2.4-p1 Smartwave Porto 13 Amasty extensions I am having terrible problems with extensions from Amasty. Now I need to untick/uncheck the ‘Billing address is same as Shipping address’ and I can’t do that due to Amasty’s extensions changed the… Read More »Unable to update Amasty’s extensions due to ‘require magento/module-payment-services-saas-export 1.4.*’ Error

Randomly receiving this error (Magic request methods require a URI and optional options array) In magento 2.4.5-p1

Below error occurs randomly while navigating to the checkout page Magic request methods require a URI and optional options array in vendor/magento/framework/Webapi/ErrorProcessor.php:208 Stack trace: #0 vendor/magento/framework/Webapi/ErrorProcessor.php(153): MagentoFrameworkWebapiErrorProcessor->_critical(Object(GuzzleHttpExceptionInvalidArgumentException)) #1 vendor/magento/module-webapi/Controller/Rest.php(197): MagentoFrameworkWebapiErrorProcessor->maskException(Object(GuzzleHttpExceptionInvalidArgumentException)) #2 vendor/magento/framework/Interception/Interceptor.php(58): MagentoWebapiControllerRest->dispatch(Object(MagentoFrameworkAppRequestHttp)) #3 vendor/magento/framework/Interception/Interceptor.php(138): MagentoWebapiControllerRestInterceptor->___callParent(‘dispatch’, Array) #4 vendor/fastly/magento2/Model/FrontControllerPlugin.php(135): MagentoWebapiControllerRestInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))… Read More »Randomly receiving this error (Magic request methods require a URI and optional options array) In magento 2.4.5-p1

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