Installation
# Pre-Flight check
Before installing Craft Commerce, make sure your web server meets Commerce’s minimum requirements.
# Plugin Store
Log into the control panel, navigate to Plugin Store and search for “Commerce”. Choose Craft Commerce, and from there you can choose Add to Cart or Try for either edition.
# Composer
Ensure that you have Composer installed correctly, then run the following terminal commands from within your Craft 4 project:
composer require -w craftcms/commerce
php craft plugin/install commerce
You may also want to copy the included example templates into your project as a starting point, especially if you’re new to Commerce.