Stripe Cart Docs
Grok inspired shopping cart plugin
Copy the stripe-cart directory into user/plugins
Add cart and success pages to user/pages
launch admin->plugins->stripe-cart page
- Edit the API keys from stripe dashboard -- test or live mode
- Edit the success and cancel URLs
- typically http://127.0.0.1/DIRECTORY during localhost checking
- to https://WEBSITE when live
On each item for sale page
- enable twig on the page
- {{ add_to_cart_button('ARMstamp LPC11U37', 25.00) }}
Update shipping cost values in stripe-create-session.php