Yearly Archives: 2020
I’ve edited the adminhtml template for these checkboxes (totals.phtml) and successfully removed the “checked” attribute that causes them to be checked by default. Now, when the New Order page first loads for the admin, these boxes are checked. However, as soon as I perform an action on the page (such […]
I have 2 tables A and B A id name B id name a_id FK references A(id) I used the Magento’s upgrade script to add both tables, everything was created correctly, however when i tried to setting a_id to null via Magento code it throws a FK exception: Something went […]
I have a magento 2.2.9 CE based site and have multi-store views. My issue is when someone subscribes to the newsletter in one store view if they go in the future to another store view and try to subscribe they get an error saying they are already subscribed. So I […]
Some css styles aren’t applying on some pages, but applying everywhere else. I’ve removed view_preprocessed, cache, static/frontend and static/admin, run setup:upgrade, setup:di:compile, static-content:deploy -f, and both cleared and flushed the cache This is CSS only, no issues with XML
I have Installed Magento 2.3.3 via composer on subfolder but the css and java are missed up I am using WHM/Cpanel
This is not similar to Are .eml attachments a security risk? as the .eml file doesn’t any attachment. My supplier has some email issues he is sending so I sent him the .eml files to check it. Even I am doing him a favor he says that he is not […]
Everything works with this code: private void BrowseButton1(object sender, RoutedEventArgs e) { OpenFileDialog fd = new OpenFileDialog(); fd.InitialDirectory = "\\Nx3200\supplier\FONEX\LambdaGain"; fd.Filter = "Binary Files | *.bin"; fd.ShowDialog(); filePath1.Text = fd.FileName; } However, when I try to do Multi Select (because I want to select multiple files) like so: private void […]
I am using a Linux sytem running Kernel 5.4.12 and systemd 234 on a notebook, which is connected via Thunderbolt 3 to a docking station providing an keyboard, mouse and monitor. The root partition is unencrypted, but the swap and home partitions are encrypted via LUKS. The swap partition is […]