Kirby Kart - Streamlined E-Commerce Shopping Cart Solution

Exclusivly built to work with Kirby V5+ my (paid) plugin called Kart allows you to setup online shops.

With Kart, you can effortlessly sell products with a seamless shopping cart and checkout experience. Manage orders and stock directly in the Kirby Panel while integrating with multiple payment providers such as Gumroad, LemonSqueezy, Mollie, Paddle, PayPal, Snipcart, Stripe and SumUp.

Quickstart

  1. :down_arrow: Download the ZIP or, for easier updates later on, use composer require bnomei/kirby-kart.
  2. :racing_car: Access the /kart-route on your local setup to initialize Kart and start the demo.
  3. :mirror: Copy the snippets and templates from the plugin into your project site-folder.
  4. :artist_palette: Modify the copied snippets and templates to match your projects style and site structure.
  5. :link: Link Kart to a Provider (like Stripe or Paypal) and fetch your products from them. Alternativly use Kirby to manage the products and the provider only for checkout.
  6. :nail_polish: Enhance your products within Kirby with additional text, images and downloadable files.
  7. :identification_card: Buy a license for Kirby Kart, register it in the config-file and go online with your shop.
  8. :money_bag: The streamlined shopping cart, invoices and downloads will make your customers happy.
  9. :chart_increasing: Track orders and remaining stock within Kirby.

6 Likes

The Kart documentation website now includes a llms.txt and markdown version of every content page to make it easier for AI tools to understand how to use Kart. Read more about it here…

1 Like

v5.6.0 of the Kart plugin brings a lot of new features.

:recycling_symbol: models can be extended

:sparkles: added auto-completion for variants in their tags field (which leads to less typos)

:sparkles: checkout form data retained in kart()->checkoutFormData() (when you want to add custom data to the order, maybe a checkbox for newsletter or contact details)

:sparkles: line items can be injected on checkout with checkout_line settings of provider (like when adding shipping fee with Mollie)

:sparkles: completed callback to modify data saved to an order based on provider data and checkout form data (this is where you send the newsletter opt-in email or append the contact data)

:sparkles: orders.order.zip callback to modify zip creation (like adding or removing files beyond the ones assembled by Kart)

2 Likes