I’ve created a module to add an extra field to the checkout shipping address. I can see the extra field on the checkout but the data doesn’t seem to be saving in the database using a plugin on beforeAssign method followed by an event observer for sales_model_service_quote_submit_success. Example/CheckoutFields/etc/db_schema.xml <?xml version="1.0" […]
Daily Archives: November 21, 2024
when i am passing value to taxvat variable NULL i am getting syntax error and if i am paasing value to it, it working proper but my requirement is accept the null value as well when i am checking the log i am getting this kind of error any help […]
Is there an elegant way to define that Admin and the main language (in this case Italian) can use the same values? Example, when I duplicate a product, I have to change 4x times the values in Name, Meta, description etc.
I want to add a new filter added in “Sort” that will show all items that you are able to add to your cart and purchase.we have a good amount of items that can not be purchased online be we do showcase.Need to add a filter called “available for purchase” […]
Let’s say that I have a script with multiple PowerShell commands I want to run on a remote computer, for example: PS C:pathtoscript> Get-Content example.ps1 Write-Output "$Env:USERNAME" Write-Output "$Env:COMPUTERNAME" (In reality I am constructing the list of commands dynamically.) I can execute this script on the remote by running PowerShell […]
I own a Lenovo ThinkPad P16 Gen2 running Windows 11 Pro 23H2 with fingerprint sensor. The account I’m using is local (in case that’s important). On a second disk I have also installed OpenSUSE Leap 15.6. In the past after a Windows recovery onto a new disk needing multiple attempts […]
I have two drives, both 500 GB NVMe. One is the Windows drive, which I partitioned to install Ubuntu. I followed this video to do so. I am giving what information I feel is important, please ask me to add more information. Linux boots OK, but my computer is unable […]
We have a system of: VirtualBox hypervisor v7.0.18 running on Windows 10, with a guest OS of RHEL9, and “uname -r” says its kernel release is “5.14.0-503.14.1.el9_5.x86_64”. After upgrading to the above kernel version by “dnf update”, we are trying to rebuild the VirtualBox GuestAdditions and got the following error […]
I’m trying to set up multiple VLANs on my Cisco Catalyst 3850 switch and connect them to the internet using a TP-Link AX20/Asus RT-N12 router. I need this setup to have multiple isolated networks with different Ip ranges in a way that devices in each vlan cannot communicate with other […]