Andreas von Studnitz
Andreas von Studnitz
Fixes #14: ``` [InvalidArgumentException] There are no commands defined in the "magesetup:setup" namespace. ```
Currently, only the value is displayed, not the label.
Since the code style was very oudated (2016-ish), an update was needed despite still working perfectly with Magento 2.4. I updated the following: - Code Style - PHP 7.4+ only...
There is a function to auto-generate meta information when saving a product (see https://github.com/firegento/firegento-magesetup/blob/master/src/app/code/community/FireGento/MageSetup/Model/Observer.php#L112). I now got the request to mass generate the meta information when products are imported without...
Thanks Bernard :-)
Just to be sure: background images are not supported, right? We are using code like this in custom widgets: ```
When I created a new module, it only generated a part of the files. The following folders were missing from the result (several tries, but didn't recreate the module): -...
All needed categories are being preloaded and not loaded one collection after another.
Der Steuersatz der Versandkosten sollte abhängig sein von den bestellten Artikeln. Wenn es mehrheitlich 7%-Artikel sind, muss der Versand auch mit 7% besteuert werden, analog bei 19%. Bisher kenne ich...