This is the official feature plugin for accepting payments via the Stripe payment gateway on a WooCommerce store.
- WooCommerce
We adopt the L-2 version support policy for WordPress core strictly, and a loose L-2 policy for WooCommerce. See more details.
npm install
composer install
npm run build:webpack
, or if you're developing the client you can have it auto-update when changes are made:npm start
If you run into errors with npm install
it may be due to node version, try nvm install
followed by nvm use
then try again.
When running the composer install/update
, Composer may prompt you for a GitHub OAuth token before it can fetch the subscriptions
and pre-orders
extensions from GitHub.
If you're using the Docker environment see setup instructions here: https://github.com/woocommerce/woocommerce-gateway-stripe/blob/trunk/docs/DOCKER.md
Install the following plugins:
- WooCommerce
- Stripe Dev Tools (clone or download the GitHub repo)
If you are following the Docker setup here, Xdebug is ready to use for debugging.
Install Xdebug Helper browser extension mentioned here to enable Xdebug on demand.