Version Magento 2.4.5-p2 I have 20 plus orders in the last few months that the shipping address is incorrect after the order is placed. Talking with affected customers, they are positive the screen is displaying the addresses correctly before they click “Place Order”. I’ve been tracking the order details to […]
Daily Archives: July 11, 2023
This code has worked to hide and show the payment method based on the shipping address country. public function execute(MagentoFrameworkEventObserver $observer) { //shipping company field $shippingCompanyField = $this->cart->getQuote()->getShippingAddress()->getCountryId(); $paymentMethod = $observer->getEvent()->getMethodInstance()->getCode(); if ($shippingCompanyField == 'IN') { if ($paymentMethod == "multisafepay_giropay") { $checkResult = $observer->getEvent()->getResult(); $checkResult->setData('is_available', false); } }else{ if ($paymentMethod […]
On my Magento Website, I apply product schema markup in my website but Why My Review Snippet is not showing in Google SERP for my website result? give some suggestion
Problem is, that SEO tools tell us, we have duplicate content with Home Page URL and Home Page URL with country code. www.XYZ.com www.XYZ.com/de/ What is the easiest and most pragmatic solution to solve this? Other store views ok as per www.XYZ.com/en/ www.XYZ.com/es/ and country code needed to added. But […]
I’m actually on Magento CE version 2.4.1 I need to update it to 2.4.6 (latest version) I’m in live (I don’t have a staging enviroment) Is there someone who can guide me step to step in upgrading? Really really thanks
Hero Rupee LOAN CUSTOMER ,CARE , HELPLINE NUMBER ✓{- 8250474308+) (+6264898953//CA jehrhdddhdhHero Rupee LOAN CUSTOMER ,CARE , HELPLINE NUMBER ✓{- 8250474308+) (+6264898953//CA jehrhdddhdhHero Rupee LOAN CUSTOMER ,CARE , HELPLINE NUMBER ✓{- 8250474308+) (+6264898953//CA jehrhdddhdhHero Rupee LOAN CUSTOMER ,CARE , HELPLINE NUMBER ✓{- 8250474308+) (+6264898953//CA jehrhdddhdh
So this problem randomly appeared some time ago, where my pc would not boot and the windows 10 boot circle would infinitely spin in a stuttering way. I finally found the fix: enabling ultra fast boot in bios. It was all working fine, but now after about 6 months when […]
I’m trying to run a program in a virtual machine, this program try to fetch my display information trought Windows WMI with a query: var success = true; List<Display> displays = new List<Display>(); // Query WmiMonitorBasicDisplayParams to retrieve display parameters using (var searcher = new ManagementObjectSearcher(@"RootWMI", "SELECT * FROM WmiMonitorBasicDisplayParams")) […]
Need some help extracting / returning a substring from a string, if that substring matches an entry in a table. Search / Find haven’t worked since the substrings share common sub-substrings (e.g. DR-1 and DR-12 are picked up as the same). The substrings may have any number or types of […]