after completing a data-migration trying to exclude the import of products I can no longer complete the saving of a configurable product and the following window is shown I have a dump of the db created before migrating (with all configurable products ok), which table can I look at to […]
Blog
I have a Magento module that currently provides a custom API route. I am wanting to update it to push some Javascript to the /customer/account page. I tried following the answer here but this didn’t work, my script is not rendered or executed on the customer account page. My module […]
Basically I am trying to get the pre-selected shipping method and shipping carrier on the page load. Also it should capture the shipping method and shipping carrier as soon as the customer selects another radio button. So my question is how can I get shipping method as per above conditions? […]
The following Magento 1 code gets me a JSON string of all country codes (states, provinces, cantons, etc.) Mage::helper('directory')->getRegionJson() What is the equivalent code in Magento 2?
Is it possible to run jasmine tests without having a magento site configured? As in purely from the project as it is on github (so without database)? The furthest I’ve got is setup:di:compile but than setup:static-content:deploy -f fails because The default website isn't defined. Set the website and try again.
I have disabled SSL 2.0 and 3.0 on a Windows 10 PC in our environment as described in the articles linked below, but for some reason this PC is still being flagged by our security software (Nessus) for SSL 2.0 and 3.0. https://help.duo.com/s/article/3400?language=en_US https://www.digicert.com/kb/ssl-support/iis-disabling-ssl-v3.htm I looked at the PC again […]
I’ve been asigned the task to resurrect a VMware 6.7 test server with a failed RAID 1 (and no backup, of course!). I salvaged the data from the RAID 1 to a regular SATA drive. Only 8 kib are missing. The server boot, VMware boot. But the datastore (VMFS 6 […]
I would like to be able to stay under my quota. Currently have I have 100GBs of Drive space and I don’t think that I need anymore. I found that I can Empty the Trash but I would like to remove only the largest files permanently that I don’t need […]
I’m having issues with certain applications having very tiny UI elements, but I don’t want to change the global DPI scaling because it will mess up too many things. Is there a way to pick a custom DPI scaling value per-app without affecting any global DPI scaling values?