Skip to content

Magento 2.4.5 AbstractHelper’ is not marked as an API

Extended class ‘MagentoFrameworkAppHelperAbstractHelper’ is not marked as an API Inspection info: The extended class is not marked as an API. <?php namespace VendorModuleHelper; use MagentoFrameworkAppHelperAbstractHelper; class Customer extends AbstractHelper { …

Error upgrading from 2.4.3 to 2.4.4

After changing the version from 2.4.3 to 2.4.4, I’m getting the following error when trying to execute “php bin/magento setup:upgrade” or “php bin/magento setup:di:compile”: In ClassReader.php line 34: Class DfFrameworkLoggerHandler does not exist Any idea what causes this error?

Tax Zone using fixed quantity

I am learning Magento and I Want to add a tax for specific country or state. I know that Magento already has a feature to add % rate tax by zone https://docs.magento.com/user-guide/v2.3/tax/tax-zones-rates.html#:~:text=On%20the%20Admin%20sidebar%2C%20go,code%20for%20Zip%2FPost%20Code. The module works by a percent but I… Read More »Tax Zone using fixed quantity