package to add module products, point, member, and cart. It is built following the meteor guide
With Meteor >=0.9.0:
$ meteor add saraychak:ecommerce-framwork
Install like so:
$ meteor add saraychak:ecommerce-framwork
This package is a replacement for the official ecommerce-framwork
package, so remove it if it's already in your project:
$ meteor remove saraychak:ecommerce-framwork
You will also can find at github.
Add {{> ecommerceFramwork}}
to your body
Example:
<head>
<title>ecommerce-framwork</title>
</head>
<body>
{{> ecommerceFramwork}}
</body>
Thanks.