pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
11 stars 33 forks source link

[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

Closed decode-factory closed 1 month ago

decode-factory commented 1 month ago

Expected behavior

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

image

image

Steps to reproduce

Install pimcore/skeletion project and navigate into the docker container and start installation

jdreesen commented 1 month ago

But you did add the bundle to your config/bundles.php file or Kernel::registerBundles() method before running the command?

decode-factory commented 1 month ago

@jdreesen now it is working. Thanks for the help!!!!!!