I’m passing new information from my custom shipping method to the frontend following the previous answer Need to get additional data in custom shipping method Magento 2? namespace SwayShipSmartModelCart; class ShippingMethodConverter extends MagentoQuoteModelCartShippingMethodConverter { public function modelToDataObject($rateModel, $quoteCurrencyCode) { $result = parent::modelToDataObject($rateModel, $quoteCurrencyCode); $result->setData('method_description', $rateModel->getData('method_description')); return $result->__toArray(); } } However, […]
Daily Archives: March 19, 2025
is there a way to retrieve the full list of admin roles? Not the users, just the roles. I’m looking but all I can find is the list of users. I tried with the MagentoAuthorizationModelResourceModelRoleCollection but it doesn’t work.
Our extension is currently available on the Magento Marketplace. We are rebranding it and want to change the extension name. For security reasons, I have replaced the original name. Example Current Extension Name: Vendor_Module New Extension Name: Mage_Payment Composer Name: vendor/module If I replace all namespaces and the composer name, […]
When developing in M2, it takes a very long time to refresh after making every small change. I was excited to see that in the readme of the markshust repo, you can use Grunt and Live Reload to help alleviate that pain point. However, Live Reload is no longer available […]
After installing Magento and composer on XAMPP then Arch linux crashed. I am now back to square one trying to figure out what to run on and the best environment to run Magento locally until ready to deploy, multi server would be best. Any help would be most appreciated!
this is the printed error from the Kyocera that prints seemingly every 15 minutes from 4 out of 8 users that are connected by USB to these P3150DN printers. We looked in our SIEM and it is showing the usb connection to the kyocera as flapping from connected to disconnected. […]
I have new hardware: AMD Ryzen 5 5600 CPU, ASUS Prime A520M-A II board and Ballistix 3200Mhz memory. It’s running fine, but the CPU speed in idle (nothing happening in Windows, CPU load is 1%-2%) is not slowed down at all from the base speed of 3.5Ghz. Here is an […]
I am implementing a Dump routine from the PROD environment to another environment, using a 100% Azure setup. I need a solution that: Copies the database structure (tables, indexes, procedures, views, constraints, etc.). Replicates data only from specific tables, as we cannot copy sensitive data. Is there an automated way […]
After upgrading from Debian stable to trixie/sid my laptop’s microphone stopped recording anything, but it does get detected by GNOME Settings inxi -A says: Audio: Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel API: ALSA v: k6.12.17-amd64 status: kernel-api Server-1: PipeWire v: 1.4.0 status: active Linux 6.12.17-amd64, GNOME 48