Installation
Requirements
Craft Commerce
Install Commerce:
- DDEV
- Shell
ddev composer require craftcms/commerce -w
ddev craft plugin/install commerce
composer require craftcms/commerce -w
php craft plugin/install commerce
Stripe for Craft Commerce
Install Stripe for Craft Commerce:
- DDEV
- Shell
ddev composer require craftcms/commerce-stripe -w
ddev craft plugin/install commerce-stripe
composer require craftcms/commerce-stripe -w
php craft plugin/install commerce-stripe
Marketplace
Install Marketplace:
- DDEV
- Shell
ddev composer require kennethormandy/craft-marketplace -w
ddev craft plugin/install marketplace
composer require kennethormandy/craft-marketplace -w
php craft plugin/install marketplace
Configuring your Stripe account
Stripe will make reccomendations for your Connect account, based on how you answer some questions.
Marketplace is, unsurprisingly, designed to work for marketplace-style projects where customers percieve themselves as purchasing from the platform, via another vendor.
Some examples include Kickstarter, Airbnb, and Etsy, etc.