Shopping cart 11ty templates and a backend to interact with Stripe
Go to file
Keith Irwin a0a9fcd489
Added license
2023-01-25 09:52:35 -07:00
front Made file tree 2023-01-25 09:47:44 -07:00
LICENSE.md Added license 2023-01-25 09:52:35 -07:00
README.md Added license 2023-01-25 09:52:35 -07:00

README.md

eleventy-stripe-cart

Simple cart backend for product lists and payments. Uses Stripe's product API or can be adapted to pull from any API, such as an Erp.

Installation

Copy these files to the appropriate location in your 11ty project for the URLs you want. Then adapt them to refer to each other correctly.

  • layouts/*.njk are the template layouts/includes
  • assets/js/*.jsare the javascript files
  • pages/*.md are the template pages that include the layouts

Configure the 11ty build to pull product lists and product view pages

Start checkout backend server.