keystonecms/plugin-shoppingcart

There is no license information available for the latest version (v1.0.3) of this package.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:keystone-plugin

pkg:composer/keystonecms/plugin-shoppingcart

v1.0.3 2026-01-26 10:46 UTC

This package is auto-updated.

Last update: 2026-01-26 10:48:03 UTC


README

Features

  • shopping cart, products or services
  • Stripe support
  • Mollie support
  • PayPal support

Environment variables

  • $_ENV['PAYMENT_PROVIDER'] = Dummy, stripe or Mollie
  • $_ENV['MOLLIE_API_KEY'] = Your mollie API key
  • $_ENV['STRIPE_SECRET_KEY'] = Secret used with STRIPE
  • $_ENV['STRIPE_WEBHOOK_SECRET'] =
  • $_ENV['PAYPAL_CLIENT_ID'] =
  • $_ENV['PAYPAL_CLIENT_SECRET'] =
  • $_ENV['PAYPAL_API_BASE'] =

--