I am using Magento 2.4.5-p1 and I have configured Google ReCaptcha V2 invisible for the Checkout/Placing Order section. I am getting a strange issue while checkout. Summary of the Issue: Place order button gets disabled when we click out side of ReCaptcha popup. We have to reload the page to […]
Magento
Is there a way to get the exact cart price rule expiration date (the hour and minutes), I see that magento only stores the years, month, and day for to_date field.
Once every three weeks or so, our checkout success page (…/checkout/onepage/success/) starts returning a 404. When we notice that has happenned, we have to flush the cache for it to be back online. Is that a known issue? Can I avoid it? Work around it? Should I disable cache for […]
I usually do multisite multi-domain setup in Magento site and it works fine. I have another site that uses PWA and I have all basic steps as we do to create multisite with multi domain but it is not working properly and css and other files showing 404 errors. Is […]
I am trying to place order with the below mutation, but getting Integrity constraint violation error for address_id in saving quote_shipping_rate. I assume the old shipping rate is not getting deleted in the transaction flow, but I tried loading by collection in MagentoQuoteModelQuoteAddresRate->beforeSave() which give zero results in same place […]
I was getting this error when sending response to the get type ajax controller. the code was like below. <?php declare(strict_types=1); namespace VendorModuleControllerIndex; use MagentoFrameworkAppActionHttpGetActionInterface; use MagentoFrameworkAppResponseHttp; use MagentoFrameworkControllerResultInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerJson; use MagentoFrameworkViewResultPageFactory; use PsrLogLoggerInterface; class Download implements HttpGetActionInterface { protected $resultPageFactory; protected $serializer; protected $logger; protected $http; […]
I have products such as gaming tables and chairs I want to add two prices to them Price with carton and price without carton how can I do that
I have magento 2.4.4 I removed new relic module. but when I do a inspection on my website. I havea a new relic error. How can i get newrelic out of my system. I also stoped new relic service on my server. POST https://bam.nr-data.net/1/NRJS-3b583d56b6b427adda9?a=1336092316&v=1.236.0&to=YFUAMkpUXkUAUkZeCVkfIwVMXF9YTlJTQwdbXwVJW1REUwZeQE5JQVkHEQ%3D%3D&rst=4876&ck=0&s=d910333c61455143&ref=https://www.ebest.cl/outdoor/hidratacion/hidratacion-botellas.html&af=err,xhr,stn,ins,spa&ap=1225&be=1402&fe=3252&dc=667&at=TBIDRAJOTUs%3D&perf=%7B%22timing%22:%7B%22of%22:1689350201945,%22n%22:0,%22u%22:1421,%22ue%22:1421,%22f%22:6,%22dn%22:6,%22dne%22:6,%22c%22:6,%22s%22:6,%22ce%22:6,%22rq%22:11,%22rp%22:1402,%22rpe%22:1473,%22di%22:2069,%22ds%22:2069,%22de%22:2069,%22dc%22:4647,%22l%22:4647,%22le%22:4655%7D,%22navigation%22:%7B%7D%7D&fp=1831&fcp=1831 net::ERR_FAILED 402 (Payment Required) also this […]
I’m newbie to magento as well as in nginx. So I was following a youtube video which uses wsl2 in creating a magento project. So I got this error nginx: [emerg] host not found in upstream “php-fpm” in /var/www/html/magento/nginx.conf.sample:50 And couldn’t really find an answer. This is v2.4.5 would really […]