Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Hash&Salt Hash&Salt

    Snipcart

    Helps integrate Snipcart into a Kirby site

    Docs Source

    Manual

    Download and extract the folder to site/plugins/snipcart

    Git Submodule

    Version
    0.7.6
    License
    MIT
    Stars
    30
    Supports
    K4 K3
    Created
    11 Nov 2019
    Updated
    21 May 2025

    Info

    Topics
    • E-Commerce
    • Panel
    Implements
    • Blueprint(s)
    • Snippet(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 0.7.6
    • 0.5.0
    • V0.0.6
    • 0.0.5
    • 0.0.4

    Similar plugins

    • Tiptap A powerful, user-friendly Tiptap field for Kirby. K5
    • Kart Streamlined E-Commerce Shopping Cart Solution K5
    • OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4 K3

    More by Hash&Salt

    More
    • $datelist = $site->recurr(
          '2022-09-10 20:00:00',
          '2022-09-11 02:00:00',
          'WEEKLY',
          ['WE', 'TH', 'FR'],
          '2022-10-11'
      );
      Recurr This plugin integrates the Recurr library to make it easier to work with repeating dates (like events on a calender). K4 K3
    • $site->holidays('France', 2022);
      Yasumi Get a list of official public holidays and the dates they fall on for any country and year. K4 K3
    • <div class="field">
          <?= label('Name', 'name') ?>
          <?= input('text', 'name') ?>
      </div>
      Forms A small plugin for creating HTML forms more easily. K4 K3