Stars: 189
Forks: 158
Pull Requests: 719
Issues: 1999
Watchers: 12
Last Updated: 2022-12-09 13:47:57
Fully integrated ecommerce for Craft CMS.
License: Other
Languages: PHP, JavaScript, Vue, PLpgSQL, Shell, Twig, SCSS, CSS
Craft Commerce is an amazingly powerful and flexible ecommerce platform for Craft CMS.
You can learn all about it at craftcms.com/commerce, and documentation is available at craftcms.com.
This plugin requires Craft CMS 4.3 or later.
You can install this plugin from the Plugin Store or with Composer.
Go to the Plugin Store in your project’s Control Panel and search for “Commerce”. Then click on the “Install” button in its modal window.
Open your terminal and run the following commands:
# go to the project directory
cd /path/to/my-project.test
# tell Composer to load the plugin
composer require craftcms/commerce
# tell Craft to install the plugin
php craft plugin/install commerce
# optional: copy the Craft Commerce example templates to your project’s templates folder
php craft commerce/example-templates
We highly recommend you check out these resources as you’re getting started with Craft Commerce: