I need to update the installation part of one extension from old to declarative schema. Old system looks like: Setup version – 1.0 Adds table vendor_entity entity_id name desciption status Setup version – 2.0 Adds new table vendor_entity_locale entity_locale_id entity_id name desciption store_id with SQL method for moving data from […]
Daily Archives: February 11, 2022
For Magento 2 we have created an attribute to exclude that product from shipping methods and that product that is excluded will have an individual shipping price on it. For example, we have 2 products in cart A and B, the A product has that attribute set to yes and […]
I have a shop developed in Magento 2.2. Now, I did a upgrade to Magento 2.4. I had to upgrade all the external modules in use. Everthing worked ok. But now, sometimes the $.widget called in my x-magento-init are not running, sometimes it runs. I don’t have any error on […]
I have a custom module with named A and db tab is z ok. now question is my: How to add child table? which is already I have done with PK and FK key constrains. How to add data in created child table using model?
I am trying to sort an order collection (MagentoSalesModelResourceModelOrderCollectionFactory) based on custom product attribute data for the product items in the order. It is ok just to sort based on the first product item row. How can I achieve this? I know I can add a custom column on the […]
Currently I have a dual boot setup where the two options are booting Windows 10 from my M.2 NVMe or from my other SATA SSD. When I remove the SATA SSD, I cannot directly boot from the NVMe. The drive is recognized in the BIOS but it is not present […]
I need a PS1 script that will ask for domain admin credentials and then run elevated all in 1 window without using a shortcut. This is as close as I have been able to get: Start-Process powershell.exe -Verb runAs Get-Credential "Domainadmin.account" Unlock-ADAccount -Identity "account" Read-Host -Prompt "Press Enter to exit" […]
This all started with a Problem in My BIOS Read Here About The Bug I restarted my PC to check if the BIOS was ok, Didn’t change any settings. It’s on default. This is the Message On The Screen: It Generated a Full Bug Report: Here About The Windows Using […]
I understand that a router (like an home router) does source port NAT (as the public IP for a LAN is normally one). If I run a VPN Client (like Open VPN) on a computer in the LAN and if the VPN packet is all encrypted (except for the external […]