https://github.com/brewhk/crate
Flexible shopping cart package for Meteor
https://github.com/brewhk/crate
blaze-components ecommerce meteor meteor-package shopping-cart
Last synced: about 1 month ago
JSON representation
Flexible shopping cart package for Meteor
- Host: GitHub
- URL: https://github.com/brewhk/crate
- Owner: brewhk
- License: mit
- Created: 2016-02-14T17:29:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T07:25:10.000Z (over 10 years ago)
- Last Synced: 2025-10-27T08:58:39.369Z (8 months ago)
- Topics: blaze-components, ecommerce, meteor, meteor-package, shopping-cart
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This package is work-in-progress**
### Usage
Add the package
meteor add brewhk:crate
On the client-side, specify the default options using `Meteor.startup()`:
Meteor.startup(function () {
Stevedore.defaultOptions = {
collection: 'items'
};
});
Add the `{{crateAddItemButton}}` within the context of the item