Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
[Bug]: Bundle "PimcoreEcommerceFrameworkBundle" does not exist or it is not enabled. Maybe you forgot to add it in the "registerBundles()" method of your "App\Kernel.php" file? #204
On hitting the command php bin/console pimcore:bundle:install PimcoreEcommerceFrameworkBundle it must install the PimcoreEcommerceFrameworkBundle easily and must configure automatically. I am facing issue in both installation. While using
composer require pimcore/ecommerce-framework-bundle I am facing another issue. Both issues are attached below
Actual behavior
Steps to reproduce
Install pimcore/skeletion project and navigate into the docker container and start installation
Expected behavior
On hitting the command
php bin/console pimcore:bundle:install PimcoreEcommerceFrameworkBundle
it must install thePimcoreEcommerceFrameworkBundle
easily and must configure automatically. I am facing issue in both installation. While usingcomposer require pimcore/ecommerce-framework-bundle
I am facing another issue. Both issues are attached belowActual behavior
Steps to reproduce
Install pimcore/skeletion project and navigate into the docker container and start installation