Skip to content

third-party-module

Auto Added by WPeMatico

Failed to open file composer.json. Please verify the archive error in commercedeveloper

My composer file is below “name”: “mymodule/module-shipping”, “description”: “Description of module”, “type”: “magento2-module”, “version”: “1.0.0”, “license”: [ “OSL-3.0” ], “require”: { “php”: “>=7.4”, “magento/framework”: “~100.0.4” }, “autoload”: { “files”: [ “registration.php” ], “psr-4”: { “Mymodule\Shipping\”: “” } } }“` My… Read More »Failed to open file composer.json. Please verify the archive error in commercedeveloper

Best Practices for Retaining and Managing Subscription-Based Third-Party Extensions After Subscription Cancellation in Magento

We have a third-party extension for our Magento store that we purchased on a subscription basis. We’ve decided not to continue with the subscription, so we cancelled it. However, we want to continue using the current version of the extension… Read More »Best Practices for Retaining and Managing Subscription-Based Third-Party Extensions After Subscription Cancellation in Magento

Warning: Private methods cannot be final as they are never overridden by other classes during compilation

I successfully installed the Martfury-Marketplace Magento theme. Subsequently, I executed the command ‘php bin/magento setup:di:compile’, however, an error occurred as follows: Therefore, I fixed the issue by adhering to the following guide:- Deprecated Functionality: Optional parameter $data declared After fixed… Read More »Warning: Private methods cannot be final as they are never overridden by other classes during compilation