Browse Snipcart orders, customers, and discounts from the Craft control panel. This is a work in progress, with discounts being completely un-tested and a web hook for (crudely) emailing order notifications. It should be useful out of the box, but any improvements are welcome!
Drop the snipcart folder in your craft/plugins directory, then visit Settings → Plugins and install the Snipcart plugin.
Create yourself a private Snipcart API key by logging into the Snipcart control panel and creating a new Secret API Key from Account → Credentials. Use this new secret key for your Craft install. Once added, you can allow users access to the Snipcart section and all orders, customers, and coupons will be available for browsing.
- Information is read-only, and limited to what's available from the Snipcart API.
- The (relatively secret) web hook is available at
http://yoursite.com/actions/snipcart/webhooks/handle, butSnipcart_WebhooksControlleris just a rough experiment at this point. - I've not yet tested the Discounts view.
- I'm certain that the templates could be improved, so please don't judge too harshly.
Hopefully this will be helpful to someone integrating with Snipart. I'm open to whatever issues or pull requests anybody might have!
v0.9.1
- Started making API calls with Guzzle since it ships with Craft.
- Added 10-minute cache for API calls.
- Added this change log.
v0.9
- Initial work, with Discounts being completely un-tested.