skip to Main Content

update magento 2 version 2.3.5 to version 2.3.5-p2?

how to update magento 2 version 2.3.5 for 2.3.5-p2 ? I tried the following steps but it didn't work. composer require magento/product-community-edition=2.3.5 --no-update composer update php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento…

VIEW QUESTION

Custom built module with simple message is not displaying on single product detail page in magento 2.4.1?

So I've created one module to display "hello world" message on single product page like below: However "Hello world" message is not displaying on product page. My Custom Module look like below: registration.php file look like below: <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE,…

VIEW QUESTION
Back To Top
Search