I need to run a command to compile my theme styles and commit them every time I need to push something new, these are the commands below. npm i gulp style gulp js When I try to run it via the Magento Cloud pipeline file, I got a permission issue […]
Daily Archives: January 15, 2022
I am trying to disable the text field in the configuration field once admin has entered the data. I know it can be done via <frontend_model> but in that case the field gets disabled as soon as the page loads. frontend_model class: protected function _getElementHtml(AbstractElement $element): string { $element->setData('readonly', 1); […]
I have a problem with generate export csv fo custom entity type.Process execute but, file not saved, not logs in queue message status is 4 after press continue in admin panel. Could you please send me a example or how can I debug the problem ?
I’m facing a problem with the payment gateway after the order is paid by the gateway most of the time the order status will be complete and no invoice is created and not registered as paid. Is it possible after the order status is complete to create an invoice and […]
We use the following helper to get the current category: class Category extends MagentoFrameworkViewElementTemplate { protected $_registry; public function __construct( MagentoBackendBlockTemplateContext $context, MagentoFrameworkRegistry $registry, array $data = [] ) { $this->_registry = $registry; parent::__construct($context, $data); } public function _prepareLayout() { return parent::_prepareLayout(); } public function getCurrentCategory() { return $this->_registry->registry('current_category'); } […]
My father did something with his PC, and I do not know what. He told me it has something to do with the backup he set up. But I have never come across such a folder. When opening properties it shows location 127.0.0.1 On this image, you can see this […]
Ok, I share my laptop with my brother, And we both use different scale settings. I use 125 and he uses 100. How can I get a context menu for windows 11 or a hotkey to switch the setting for me without logging out, when I change it myself through […]
i trying to change running processes integrity, as can be changed in Process Hacker: Process Hacker – Change Integrity ScreenShot So, like this, but in command line that i need. I tried Icacls, and chml, and PsExec, but they not capable to do what i wanted to, because, Icacls, like […]
I’ve got a Ryzen 5 2500U system with integrated Radeon Vega 8. When I install the latest AMD Adrenalin drivers for the GPU, Windows Update keeps installing a nearly 3 year old version on top of the Adrenalin driver. What can I do?