Is there a way in Magento 2 to check/know if a customer and a customer addres is created/edited from admin panel ? I was thinking using a oberver on customer_address_save_before and adminhtml_customer_save_before but I’m not sure it concern only creation/edition made in admin panel
Daily Archives: October 2, 2022
I am trying to get the Payer Id to be used in setPaymentMethodOnCart mutation but don’t know how to get that. mutation { setPaymentMethodOnCart(input: { cart_id: "rMQdWEecBZr4SVWZwj2AF6y0dNCKQ8uH" payment_method: { code: "paypal_express" paypal_express: { payer_id: "<PayPal_PayerID>" token: "<PayPal_Token>" } } }) { cart { selected_payment_method { code title } } } […]
I need some help for what I’m trying to do: remove or disable the state/province field in new/edit address form in backoffice unless the admin choose some specific countries. Is there anyway fo remove/disable it from xml or php code ? please help me on this. Thanks
I can’t upload any file format images from CMS WYSIWYG editor also uploaded images not display but I can access images direct from URL I can upload products Images and categories etc just issue on CMS WYSIWYG editor
I want to take a screenshot of my Steam Deck’s desktop in SteamOS 3.3.1. Normally I can take a screenshot by pressing Steam + R1, but this shortcut doesn’t work in Desktop Mode. I tried to manually set a screenshot button in Steam’s controller configuration, (Steam > Settings > Controller […]
I am trying to set headphones on a laptop for video meetings. Laptop model: Asus ProArt StudioBook H5600QM. Windows version: 11 Pro 21H2 When I use “Realtek Audio Microphone Array” which is the PC’s built-in microphone, people can hear me. I only reach something around -3.6 dB speaking loud, which […]
Postfix | Roundcube | Plesk panel Outgoing emails go away (although they end up in spam), but incoming emails do not arrive. Writes: Message not delivered. Failed to deliver message to recipient admin@domen.net See the technical details below. Remote server response: 550 Authentication required
Right now I am converting using the following in Command Prompt: FOR /F "tokens=*" %G IN ('dir /b /s *.mp4') DO (ffmpeg -i "%G" -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k "%~nG.webm" & del "%~G") However, this spits out all output files into the top level of the directory. […]